Skip to content

Commit 47f03e9

Browse files
committed
fix: examples/typescript-ex/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
1 parent c65afe9 commit 47f03e9

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": "^3.0.3",
27+
"gts": "^4.0.0",
2828
"typescript": "~4.1.3"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)