diff --git a/client/package-lock.json b/client/package-lock.json index 012a97c..a000b0f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -24,7 +24,7 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.31.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "postcss": "^8.4.49", "prettier": "^3.2.5", "tailwindcss": "^3.4.15", @@ -3149,14 +3149,13 @@ } }, "node_modules/npm-run-all2": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz", - "integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.2.tgz", + "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", - "cross-spawn": "^7.0.3", + "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", "minimatch": "^9.0.0", "pidtree": "^0.6.0", diff --git a/client/package.json b/client/package.json index f181410..ff82ba8 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.31.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "postcss": "^8.4.49", "prettier": "^3.2.5", "tailwindcss": "^3.4.15",