diff --git a/frontend/package-lock.json b/frontend/package-lock.json index de53f3cf..f822af63 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.27.0", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.3", "postcss": "^8.4.47", "prettier": "^3.3.3", "tailwindcss": "^3.4.4", @@ -3124,11 +3124,10 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz", - "integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.3.tgz", + "integrity": "sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.3", diff --git a/frontend/package.json b/frontend/package.json index 16cbe039..312e3708 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.27.0", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.3", "postcss": "^8.4.47", "prettier": "^3.3.3", "tailwindcss": "^3.4.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e432b719..20544a0b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1559,10 +1559,10 @@ npm-normalize-package-bin@^3.0.0: resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz" integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== -npm-run-all2@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz" - integrity sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw== +npm-run-all2@^6.2.3: + version "6.2.3" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3.tgz#ea0c0987337b828eaa78c2f5488e70de0969917b" + integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.3"