Skip to content

Commit 4b933cf

Browse files
committed
fix: book-service/package.json & book-service/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 5a134dd commit 4b933cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

book-service/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dotenv": "^16.0.3",
1212
"express": "^4.18.2",
1313
"jsonwebtoken": "^9.0.2",
14-
"lodash": "^4.17.15",
14+
"lodash": "^4.17.23",
1515
"mongoose": "^7.0.3",
1616
"redis": "^4.6.7",
1717
"swagger-jsdoc": "^6.2.8",

0 commit comments

Comments
 (0)