Skip to content

Commit 2ed5f84

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (cloudevents#253)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent c496931 commit 2ed5f84

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: package-lock.json

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

Diff for: 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)