Skip to content

Commit e7756cf

Browse files
committed
fix: course-04/exercises/lesson-5/solution/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239
1 parent ea80a49 commit e7756cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-04/exercises/lesson-5/solution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
10-
"elasticsearch": "^15.5.0",
10+
"elasticsearch": "^16.7.3",
1111
"http-aws-es": "^6.0.0",
1212
"jimp": "^0.6.4",
1313
"jsonwebtoken": "^8.5.1",

0 commit comments

Comments
 (0)