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:
Jack 2023-01-25 23:21:53 +01:00 committed by GitHub
parent edd69c17aa
commit 59b252389e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -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",

View file

@ -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",