Merge pull request #1 from arkohut/dependabot/npm_and_yarn/web/cross-spawn-7.0.5

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /web
This commit is contained in:
arkohut 2024-11-18 01:09:20 +08:00 committed by GitHub
commit 8730be2a95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
web/package-lock.json generated
View File

@ -2061,9 +2061,9 @@
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",