Skip to content

Commit 633d2a7

Browse files
authored
Merge pull request #727 from reactioncommerce/snyk-fix-6765d92ce51a5e62cd488491f1676aff
[Snyk] Fix for 2 vulnerabilities
2 parents 5ad05fd + d235175 commit 633d2a7

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"envalid": "~4.2.0",
5555
"express": "~4.16.4",
5656
"graphql": "~14.1.1",
57-
"graphql-request": "^1.8.2",
57+
"graphql-request": "^2.0.0",
5858
"graphql-tag": "~2.10.1",
5959
"isomorphic-unfetch": "^3.0.0",
6060
"js-cookie": "~2.2.0",
6161
"keymirror": "~0.1.1",
62-
"lodash": "~4.17.19",
62+
"lodash": "~4.17.20",
6363
"mdi-material-ui": "~5.9.0",
6464
"next": "9.4.1",
6565
"passport": "~0.4.0",

yarn.lock

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,14 +3693,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
36933693
safe-buffer "^5.0.1"
36943694
sha.js "^2.4.8"
36953695

3696-
cross-fetch@2.2.2:
3697-
version "2.2.2"
3698-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
3699-
integrity sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=
3700-
dependencies:
3701-
node-fetch "2.1.2"
3702-
whatwg-fetch "2.0.4"
3703-
37043696
cross-fetch@3.0.4:
37053697
version "3.0.4"
37063698
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.4.tgz#7bef7020207e684a7638ef5f2f698e24d9eb283c"
@@ -5390,12 +5382,10 @@ graphlib@^2.1.1, graphlib@^2.1.5:
53905382
dependencies:
53915383
lodash "^4.17.15"
53925384

5393-
graphql-request@^1.8.2:
5394-
version "1.8.2"
5395-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.8.2.tgz#398d10ae15c585676741bde3fc01d5ca948f8fbe"
5396-
integrity sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==
5397-
dependencies:
5398-
cross-fetch "2.2.2"
5385+
graphql-request@^2.0.0:
5386+
version "2.0.0"
5387+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-2.0.0.tgz#8dd12cf1eb2ce0c80f4114fd851741e091134862"
5388+
integrity sha512-Ww3Ax+G3l2d+mPT8w7HC9LfrKjutnCKtnDq7ZZp2ghVk5IQDjwAk3/arRF1ix17Ky15rm0hrSKVKxRhIVlSuoQ==
53995389

54005390
graphql-tag@^2.10.2, graphql-tag@~2.10.1:
54015391
version "2.10.3"
@@ -7249,11 +7239,16 @@ lodash.uniqueid@~4.0.1:
72497239
resolved "https://registry.yarnpkg.com/lodash.uniqueid/-/lodash.uniqueid-4.0.1.tgz#3268f26a7c88e4f4b1758d679271814e31fa5b26"
72507240
integrity sha1-MmjyanyI5PSxdY1nknGBTjH6WyY=
72517241

7252-
lodash@^4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@~4.17.19:
7242+
lodash@^4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
72537243
version "4.17.19"
72547244
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
72557245
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
72567246

7247+
lodash@~4.17.20:
7248+
version "4.17.20"
7249+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
7250+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
7251+
72577252
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
72587253
version "1.4.0"
72597254
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -7751,11 +7746,6 @@ nice-try@^1.0.4:
77517746
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
77527747
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
77537748

7754-
node-fetch@2.1.2:
7755-
version "2.1.2"
7756-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
7757-
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
7758-
77597749
node-fetch@2.6.0, node-fetch@^2.2.0:
77607750
version "2.6.0"
77617751
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
@@ -11602,11 +11592,6 @@ whatwg-encoding@^1.0.5:
1160211592
dependencies:
1160311593
iconv-lite "0.4.24"
1160411594

11605-
whatwg-fetch@2.0.4:
11606-
version "2.0.4"
11607-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
11608-
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
11609-
1161011595
whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0:
1161111596
version "3.0.0"
1161211597
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"

0 commit comments

Comments
 (0)