Skip to content

Commit 9b64174

Browse files
authored
fix: packages/pwa-kit-react-sdk/package.json & packages/pwa-kit-react-sdk/package-lock.json to reduce vulnerabilities (#190)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600
1 parent 107d7d9 commit 9b64174

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/pwa-kit-react-sdk/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pwa-kit-react-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"tti-polyfill": "0.2.2",
7676
"ua-parser-js": "^0.7.24",
7777
"url-parse": "^1.4.7",
78-
"validator": "^13.6.0",
78+
"validator": "^13.7.0",
7979
"webpack-bundle-analyzer": "^4.4.0",
8080
"webpack-notifier": "^1.12.0",
8181
"whatwg-encoding": "^1.0.5",

0 commit comments

Comments
 (0)