Skip to content

Commit 461be8b

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NPM-537603 - https://snyk.io/vuln/SNYK-JS-NPM-537604 - https://snyk.io/vuln/SNYK-JS-NPM-537606
1 parent 9e9c93c commit 461be8b

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/jrtnq514/vue-user-timeout#readme",
3333
"dependencies": {
34-
"npm": "^6.13.1",
34+
"npm": "^6.13.4",
3535
"snyk": "^1.248.0"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)