Skip to content

Commit 624df19

Browse files
committed
fix: 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 443578d commit 624df19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"del": "^5.1.0",
3434
"dotenv": "^8.6.0",
3535
"generate-password": "^1.7.0",
36-
"globby": "^11.1.0",
36+
"globby": "^14.1.0",
3737
"inquirer": "^7.3.3",
3838
"jsondiffpatch": "^0.4.1",
3939
"jsonwebtoken": "^9.0.0",
@@ -49,7 +49,7 @@
4949
"chalk": "^2.4.1",
5050
"del": "^5.1.0",
5151
"eslint": "^5.5.0",
52-
"globby": "^11.1.0",
52+
"globby": "^14.1.0",
5353
"jsondiffpatch": "^0.4.1",
5454
"mocha": "^6.2.3",
5555
"node-sha1": "^1.0.1",

0 commit comments

Comments
 (0)