Merge pull request #12685 from keymanapp/dependabot/npm_and_yarn/cross-spawn-7.0.6

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
This commit is contained in:
Marc Durdin 2024-11-22 13:47:16 +01:00 committed by GitHub
commit c6bb8cefed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
package-lock.json generated
View file

@ -7124,9 +7124,10 @@
"peer": true
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
"dev": true,
"license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
@ -8687,8 +8688,9 @@
}
},
"node_modules/execa/node_modules/cross-spawn": {
"version": "6.0.5",
"license": "MIT",
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
"integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
"dependencies": {
"nice-try": "^1.0.4",
"path-key": "^2.0.1",