Skip to content

Commit c90309d

Browse files
committed
⬆️ update node-fetch to v3
1 parent 31bda64 commit c90309d

File tree

2 files changed

+683
-727
lines changed

2 files changed

+683
-727
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@
364364
"@types/glob": "^7.2.0",
365365
"@types/js-yaml": "^4.0.3",
366366
"@types/mocha": "^9.0.0",
367-
"@types/node-fetch": "^2.x",
368367
"@types/vscode": "^1.61.0",
369368
"@types/webpack-env": "^1.16.2",
370369
"@typescript-eslint/eslint-plugin": "^5.2.0",
@@ -379,7 +378,6 @@
379378
"js-yaml": "^4.0.0",
380379
"jszip": "^3.7.1",
381380
"mocha": "^9.1.3",
382-
"node-fetch": "^2.x",
383381
"path-browserify": "^1.0.1",
384382
"process": "^0.11.10",
385383
"rimraf": "^3.0.2",
@@ -390,6 +388,9 @@
390388
"webpack": "^5.60.0",
391389
"webpack-cli": "^4.9.1"
392390
},
391+
"dependencies": {
392+
"node-fetch": "^3.x"
393+
},
393394
"repository": {
394395
"type": "git",
395396
"url": "https://github.com/dosasm/masm-tasm"

0 commit comments

Comments
 (0)