Skip to content

Commit fd8bd76

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908
1 parent c496931 commit fd8bd76

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
9797
"dependencies": {
98-
"ajv": "~6.12.0",
98+
"ajv": "~6.12.3",
9999
"axios": "~0.19.2",
100100
"typedoc-clarity-theme": "^1.1.0",
101101
"uuid": "~8.2.0"

0 commit comments

Comments
 (0)