chore(deps): update npm-run-all2 to 7.0.0 (#31)

This commit is contained in:
renovate[bot]
2024-10-25 10:15:24 +03:00
committed by GitHub
parent 0c9e7e3763
commit 6f6918c6a6
2 changed files with 50 additions and 23 deletions

71
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@vue/tsconfig": "^0.5.1", "@vue/tsconfig": "^0.5.1",
"eslint": "^9", "eslint": "^9",
"eslint-plugin-vue": "^9.28.0", "eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.1.2", "npm-run-all2": "^7.0.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"typescript": "~5.5.0", "typescript": "~5.5.0",
"vite": "^5.1.6", "vite": "^5.1.6",
@@ -3416,13 +3416,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/json-parse-even-better-errors": { "node_modules/json-parse-even-better-errors": {
"version": "3.0.2", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
"integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^18.17.0 || >=20.5.0"
} }
}, },
"node_modules/json-schema-traverse": { "node_modules/json-schema-traverse": {
@@ -3678,19 +3678,19 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/npm-normalize-package-bin": { "node_modules/npm-normalize-package-bin": {
"version": "3.0.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
"integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"engines": { "engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^18.17.0 || >=20.5.0"
} }
}, },
"node_modules/npm-run-all2": { "node_modules/npm-run-all2": {
"version": "6.2.3", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.3.tgz", "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz",
"integrity": "sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==", "integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -3699,8 +3699,9 @@
"memorystream": "^0.3.1", "memorystream": "^0.3.1",
"minimatch": "^9.0.0", "minimatch": "^9.0.0",
"pidtree": "^0.6.0", "pidtree": "^0.6.0",
"read-package-json-fast": "^3.0.2", "read-package-json-fast": "^4.0.0",
"shell-quote": "^1.7.3" "shell-quote": "^1.7.3",
"which": "^5.0.0"
}, },
"bin": { "bin": {
"npm-run-all": "bin/npm-run-all/index.js", "npm-run-all": "bin/npm-run-all/index.js",
@@ -3709,8 +3710,8 @@
"run-s": "bin/run-s/index.js" "run-s": "bin/run-s/index.js"
}, },
"engines": { "engines": {
"node": "^14.18.0 || ^16.13.0 || >=18.0.0", "node": "^18.17.0 || >=20.5.0",
"npm": ">= 8" "npm": ">= 9"
} }
}, },
"node_modules/npm-run-all2/node_modules/ansi-styles": { "node_modules/npm-run-all2/node_modules/ansi-styles": {
@@ -3726,6 +3727,32 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1" "url": "https://github.com/chalk/ansi-styles?sponsor=1"
} }
}, },
"node_modules/npm-run-all2/node_modules/isexe": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
"integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
"dev": true,
"license": "ISC",
"engines": {
"node": ">=16"
}
},
"node_modules/npm-run-all2/node_modules/which": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
"dev": true,
"license": "ISC",
"dependencies": {
"isexe": "^3.1.1"
},
"bin": {
"node-which": "bin/which.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/npm-run-path": { "node_modules/npm-run-path": {
"version": "5.3.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
@@ -4052,17 +4079,17 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/read-package-json-fast": { "node_modules/read-package-json-fast": {
"version": "3.0.2", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
"integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"json-parse-even-better-errors": "^3.0.0", "json-parse-even-better-errors": "^4.0.0",
"npm-normalize-package-bin": "^3.0.0" "npm-normalize-package-bin": "^4.0.0"
}, },
"engines": { "engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^18.17.0 || >=20.5.0"
} }
}, },
"node_modules/resolve-from": { "node_modules/resolve-from": {

View File

@@ -27,7 +27,7 @@
"@vue/tsconfig": "^0.5.1", "@vue/tsconfig": "^0.5.1",
"eslint": "^9", "eslint": "^9",
"eslint-plugin-vue": "^9.28.0", "eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.1.2", "npm-run-all2": "^7.0.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"typescript": "~5.5.0", "typescript": "~5.5.0",
"vite": "^5.1.6", "vite": "^5.1.6",