Skip to content

Commit a3ab5f9

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
1 parent 8acc00e commit a3ab5f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"extend": "^3.0.1",
6161
"find-process": "^1.2.1",
6262
"fs-extra": "^7.0.1",
63-
"glob": "^7.1.3",
63+
"glob": "^9.0.0",
6464
"gm": "^1.23.0",
6565
"google-spreadsheet": "^2.0.6",
6666
"imap-simple": "^4.2.0",
@@ -71,9 +71,9 @@
7171
"moment": "^2.18.1",
7272
"mongoose": "^5.3.15",
7373
"node-rsa": "^1.0.1",
74-
"npm": "^6.4.1",
75-
"parse-domain": "^2.1.7",
76-
"protractor-cucumber-framework": "^6.1.1",
74+
"npm": "^7.0.0",
75+
"parse-domain": "^2.3.3",
76+
"protractor-cucumber-framework": "^8.0.0",
7777
"protractor-perf": "^0.2.3",
7878
"puppeteer": "^1.11.0",
7979
"puppeteer-extra": "^2.1.1",

0 commit comments

Comments
 (0)