Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit d6fd3de

Browse files
authored
Merge pull request #142 from patzick/bugfix-npm-audit
Bugfix dependencies audit problem
2 parents 92c96a6 + b43a20e commit d6fd3de

File tree

2 files changed

+1089
-464
lines changed

2 files changed

+1089
-464
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"config": "^1.30.0",
6060
"cors": "^2.8.4",
6161
"elasticdump": "^3.3.12",
62-
"elasticsearch": "^13.3.1",
62+
"elasticsearch": "^15.2.0",
6363
"email-check": "^1.1.0",
6464
"express": "^4.16.3",
6565
"graphql": "^0.10.1",
@@ -73,7 +73,7 @@
7373
"mage2vuestorefront": "git+https://github.com/DivanteLtd/mage2vuestorefront.git",
7474
"magento2-rest-client": "github:DivanteLtd/magento2-rest-client",
7575
"merge-graphql-schemas": "^1.5.2",
76-
"migrate": "^1.5.0",
76+
"migrate": "^1.6.2",
7777
"mime-types": "^2.1.18",
7878
"morgan": "^1.9.0",
7979
"nodemailer": "^4.6.8",
@@ -83,7 +83,7 @@
8383
"request-promise-native": "^1.0.5",
8484
"resource-router-middleware": "^0.6.0",
8585
"sharp": "^0.21.0",
86-
"soap": "^0.23.0",
86+
"soap": "^0.25.0",
8787
"winston": "^2.4.2"
8888
},
8989
"devDependencies": {

0 commit comments

Comments
 (0)