Skip to content

Commit 0a50769

Browse files
author
vineet kumar
committed
fix: bump version to remove github vulnerability
1 parent 6af9fc6 commit 0a50769

File tree

4 files changed

+18
-182
lines changed

4 files changed

+18
-182
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
],
66
"flow.useNPMPackagedFlow": true,
77
"javascript.validate.enable": false,
8-
"typescript.tsdk": "node_modules/typescript/lib"
8+
"typescript.tsdk": "node_modules/typescript/lib",
9+
"editor.formatOnSave": false
910
}

packages/product-exporter/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)