mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 14:42:46 +08:00
fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities (#3945)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-3177391 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
edd69c17aa
commit
59b252389e
2 changed files with 8 additions and 8 deletions
14
backend/package-lock.json
generated
14
backend/package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"path": "0.12.7",
|
||||
"prom-client": "14.0.1",
|
||||
"rate-limiter-flexible": "2.3.7",
|
||||
"simple-git": "3.15.0",
|
||||
"simple-git": "^3.16.0",
|
||||
"string-similarity": "4.0.4",
|
||||
"swagger-stats": "0.99.4",
|
||||
"swagger-ui-express": "4.3.0",
|
||||
|
@ -8315,9 +8315,9 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/simple-git": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz",
|
||||
"integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==",
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz",
|
||||
"integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==",
|
||||
"dependencies": {
|
||||
"@kwsites/file-exists": "^1.1.1",
|
||||
"@kwsites/promise-deferred": "^1.1.1",
|
||||
|
@ -15628,9 +15628,9 @@
|
|||
"version": "3.0.7"
|
||||
},
|
||||
"simple-git": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz",
|
||||
"integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==",
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.0.tgz",
|
||||
"integrity": "sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==",
|
||||
"requires": {
|
||||
"@kwsites/file-exists": "^1.1.1",
|
||||
"@kwsites/promise-deferred": "^1.1.1",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"path": "0.12.7",
|
||||
"prom-client": "14.0.1",
|
||||
"rate-limiter-flexible": "2.3.7",
|
||||
"simple-git": "3.15.0",
|
||||
"simple-git": "3.16.0",
|
||||
"string-similarity": "4.0.4",
|
||||
"swagger-stats": "0.99.4",
|
||||
"swagger-ui-express": "4.3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue