Skip to content

Commit 2b095ad

Browse files
chore(deps): update dependency @types/whatwg-url to v11 (#2035)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9245c25 commit 2b095ad

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/dev-server-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@rollup/plugin-commonjs": "^18.0.0",
6262
"@rollup/plugin-replace": "^3.0.0",
6363
"@types/parse5": "^6.0.1",
64-
"@types/whatwg-url": "^8.0.0",
64+
"@types/whatwg-url": "^11.0.0",
6565
"@web/test-runner-chrome": "^0.10.0",
6666
"@web/test-runner-core": "^0.10.27",
6767
"chai": "^4.2.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,12 +2492,11 @@
24922492
resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz#e33bc8ea812a01f63f90481c666334844b12a09e"
24932493
integrity sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==
24942494

2495-
"@types/whatwg-url@^8.0.0":
2496-
version "8.2.1"
2497-
resolved "https://registry.yarnpkg.com/@types/whatwg-url/-/whatwg-url-8.2.1.tgz#f1aac222dab7c59e011663a0cb0a3117b2ef05d4"
2498-
integrity sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==
2495+
"@types/whatwg-url@^11.0.0":
2496+
version "11.0.0"
2497+
resolved "https://registry.yarnpkg.com/@types/whatwg-url/-/whatwg-url-11.0.0.tgz#5c42518a163a6867e14235223a1a558143bccbab"
2498+
integrity sha512-4F6szvZP3FM5HvJAmcInXBfrAhvM4tLIc8MO1nXwabG5TZVOLxVmAXRpICqXYd3lBlomSRGmLCopYV+yTocgpQ==
24992499
dependencies:
2500-
"@types/node" "*"
25012500
"@types/webidl-conversions" "*"
25022501

25032502
"@types/which@^1.3.2":

0 commit comments

Comments
 (0)