Skip to content

Commit ddc5a8c

Browse files
committed
fix: src/gen/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
1 parent 637ea2e commit ddc5a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"request": "^2.81.0",
1818
"@types/bluebird": "3.5.33",
1919
"@types/request": "*",
20-
"rewire": "^4.0.0"
20+
"rewire": "^5.0.0"
2121
},
2222
"devDependencies": {
2323
"typescript": "^2.4.2",

0 commit comments

Comments
 (0)