Skip to content

Commit 87af1af

Browse files
committed
deps: remove whatwg-url override
This commit removes the final override from the package.json file. The whatwg-url override was added to silence Node core deprecation warning DEP0040. While this silences the warning in the CI, it does not help users of this module. I have also opened nodejs/node#56632. If landed, that will make the warning go away for users of this library.
1 parent 66d1b3f commit 87af1af

File tree

2 files changed

+47
-58
lines changed

2 files changed

+47
-58
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,5 @@
114114
"trailingComma": "all",
115115
"singleQuote": true,
116116
"arrowParens": "always"
117-
},
118-
"overrides": {
119-
"whatwg-url@<12.0.1": "12.0.1"
120117
}
121118
}

0 commit comments

Comments
 (0)