8000 fix: examples/typescript-ex/package.json to reduce vulnerabilities (#… · aarne/sdk-javascript@d359355 · GitHub
[go: up one dir, main page]

Skip to content

Commit d359355

Browse files
authored
fix: examples/typescript-ex/package.json to reduce vulnerabilities (cloudevents#395)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 Signed-off-by: Lance Ball <lball@redhat.com>
1 parent 643c914 commit d359355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript-ex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@types/node": "^14.14.10",
27-
"gts": "^1.1.0",
27+
"gts": "^3.0.3",
2828
"typescript": "~4.1.3"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)
0