Skip to content

Commit febbc1c

Browse files
author
vineet kumar
authored
Merge branch 'master' into 1641-update-node
2 parents 3e8a9c3 + 6336109 commit febbc1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/product-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"node-fetch": "^2.3.0",
4848
"pino": "^6.0.0",
4949
"pretty-error": "^2.1.1",
50-
"yargs": "^15.0.0"
50+
"yargs": "^15.0.1"
5151
},
5252
"devDependencies": {
5353
"common-tags": "1.8.0",

packages/sdk-middleware-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"devDependencies": {
3535
"abort-controller": "3.0.0",
3636
"nock": "12.0.3",
37-
"node-fetch": "2.6.0"
37+
"node-fetch": "2.6.1"
3838
}
3939
}

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -10444,7 +10444,7 @@ [email protected]:
1044410444
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1044510445
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
1044610446

10447-
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.4.1, node-fetch@^2.5.0, node-fetch@^2.6.1:
10447+
node-fetch@2.6.1, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.4.1, node-fetch@^2.5.0, node-fetch@^2.6.1:
1044810448
version "2.6.1"
1044910449
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1045010450
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
@@ -14968,7 +14968,7 @@ yargs@^14.2.2, yargs@^14.2.3:
1496814968
y18n "^4.0.0"
1496914969
yargs-parser "^15.0.1"
1497014970

14971-
yargs@^15.0.0, yargs@^15.1.0, yargs@^15.3.1:
14971+
yargs@^15.0.0, yargs@^15.0.1, yargs@^15.1.0, yargs@^15.3.1:
1497214972
version "15.4.1"
1497314973
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
1497414974
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==

0 commit comments

Comments
 (0)