Using cross-spawn safe version

This commit is contained in:
Ahmed ElMallah
2024-11-19 22:26:34 +00:00
parent 0adc9b8215
commit 2fc8e23b12
5 changed files with 1487 additions and 1484 deletions
Generated Vendored
+1479 -1479
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -3187,9 +3187,9 @@
} }
}, },
"node_modules/cross-spawn": { "node_modules/cross-spawn": {
"version": "7.0.3", "version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
"dependencies": { "dependencies": {
"path-key": "^3.1.0", "path-key": "^3.1.0",
"shebang-command": "^2.0.0", "shebang-command": "^2.0.0",
+3
View File
@@ -57,5 +57,8 @@
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"prettier": "3.2.5", "prettier": "3.2.5",
"typescript": "^5.4.5" "typescript": "^5.4.5"
},
"overrides": {
"cross-spawn": ">=7.0.5"
} }
} }