Skip to content

Commit ebb2adc

Browse files
committed
Bump isomorphic-unfetch to ^4.0.0
Removes a vulnerability warning about `[email protected]` being used transitively.
1 parent 8f1ef9d commit ebb2adc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
bump: "patch"
3+
type: "fix"
4+
---
5+
6+
Bump dependencies to remove vulnerability warning about `[email protected]`. The vulnerability does not apply to AppSignal's usage of it.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@appsignal/types": "=3.0.1",
29-
"isomorphic-unfetch": "^3.1.0",
29+
"isomorphic-unfetch": "^4.0.0",
3030
"tslib": "^2.3.0"
3131
}
3232
}

0 commit comments

Comments
 (0)