Skip to content

Commit f1c2866

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-MINIMATCH-15309438
1 parent c29cdf5 commit f1c2866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/buildkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"express": "^4.18.1",
11-
"nodemon": "^2.0.17"
11+
"nodemon": "^3.1.12"
1212
},
1313
"keywords": [
1414
"node",

0 commit comments

Comments
 (0)