pull/5823/merge
dependabot[bot] 2025-02-01 03:24:52 +00:00 committed by GitHub
commit 033a2394ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -19,7 +19,7 @@
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"bundlewatch": "^0.4.0", "bundlewatch": "^0.4.0",
"clean-css-cli": "^5.6.3", "clean-css-cli": "^5.6.3",
"concurrently": "^9.1.0", "concurrently": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.55.0", "eslint": "^8.55.0",
"eslint-config-xo": "^0.44.0", "eslint-config-xo": "^0.44.0",
@ -3845,10 +3845,11 @@
"dev": true "dev": true
}, },
"node_modules/concurrently": { "node_modules/concurrently": {
"version": "9.1.0", "version": "9.1.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz",
"integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^4.1.2", "chalk": "^4.1.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -68,7 +68,7 @@
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"bundlewatch": "^0.4.0", "bundlewatch": "^0.4.0",
"clean-css-cli": "^5.6.3", "clean-css-cli": "^5.6.3",
"concurrently": "^9.1.0", "concurrently": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.55.0", "eslint": "^8.55.0",
"eslint-config-xo": "^0.44.0", "eslint-config-xo": "^0.44.0",