Skip to content

Commit 083398a

Browse files
committed
fix: examples/express-ex/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
1 parent 97cf2f7 commit 083398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/express-ex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"body-parser": "^1.19.0",
18-
"cloudevents": "^3.1.0",
18+
"cloudevents": "^4.0.0",
1919
"express": "^4.17.1"
2020
}
2121
}

0 commit comments

Comments
 (0)