Skip to content

Commit fa1b190

Browse files
committed
fix: examples/buildkit/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253
1 parent 737769b commit fa1b190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/buildkit/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.18.1",
10+
"express": "^4.22.0",
1111
"nodemon": "^2.0.17"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)