Skip to content

Commit c9bb7d3

Browse files
authored
fix(deps): update dependency node-fetch to ^2.7.0 (#1708)
2 parents 28027ba + 340617f commit c9bb7d3

File tree

3 files changed

+31
-64
lines changed

3 files changed

+31
-64
lines changed

automation/run-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"find-free-port": "^2.0.0",
2525
"ip": "^1.1.9",
2626
"mocha": "^10.4.0",
27-
"node-fetch": "^2.6.9",
27+
"node-fetch": "^2.7.0",
2828
"shelljs": "^0.8.5",
2929
"yargs-parser": "^21.1.1"
3030
},

automation/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"@mendix/eslint-config-web-widgets": "workspace:*",
3535
"@mendix/prettier-config-web-widgets": "workspace:*",
3636
"@types/cross-zip": "^4.0.2",
37-
"@types/node-fetch": "2.6.2",
37+
"@types/node-fetch": "2.6.12",
3838
"chalk": "^4.1.2",
3939
"cross-zip": "^4.0.1",
4040
"enquirer": "^2.3.6",
4141
"execa": "^5.1.1",
4242
"fast-xml-parser": "^4.1.3",
43-
"node-fetch": "^2.6.9",
43+
"node-fetch": "^2.7.0",
4444
"ora": "^5.4.1",
4545
"peggy": "^1.2.0",
4646
"shelljs": "^0.8.5",

pnpm-lock.yaml

Lines changed: 28 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)