Skip to content

Commit 044f66a

Browse files
snyk-botdeniseschannon
authored andcommitted
fix: examples/kind/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253
1 parent fe031a5 commit 044f66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "nodemon index.js"
88
},
99
"dependencies": {
10-
"express": "^4.13.3",
10+
"express": "^4.22.0",
1111
"nodemon": "^2.0.12"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)