Skip to content

Commit ecd3540

Browse files
Downgrading whatwg-url requirement to version 13.
1 parent b3786c0 commit ecd3540

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
},
7777
"overrides": {
7878
79-
"whatwg-url": "14.x"
79+
"whatwg-url": "13.x"
8080
}
8181
},
8282
"resolutions": {
83-
"whatwg-url": "14.x"
83+
"whatwg-url": "13.x"
8484
},
8585
"copyFiles": [
8686
{

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5701,7 +5701,7 @@ proxy-from-env@^1.1.0:
57015701
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
57025702
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
57035703

5704-
punycode@^2.1.0, punycode@^2.3.1:
5704+
punycode@^2.1.0, punycode@^2.3.0:
57055705
version "2.3.1"
57065706
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
57075707
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
@@ -6614,12 +6614,12 @@ to-regex-range@^5.0.1:
66146614
dependencies:
66156615
is-number "^7.0.0"
66166616

6617-
tr46@^5.0.0:
6618-
version "5.0.0"
6619-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
6620-
integrity sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==
6617+
tr46@^4.1.1:
6618+
version "4.1.1"
6619+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-4.1.1.tgz#281a758dcc82aeb4fe38c7dfe4d11a395aac8469"
6620+
integrity sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==
66216621
dependencies:
6622-
punycode "^2.3.1"
6622+
punycode "^2.3.0"
66236623

66246624
ts-api-utils@^1.3.0:
66256625
version "1.4.0"
@@ -6915,12 +6915,12 @@ webidl-conversions@^7.0.0:
69156915
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
69166916
integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
69176917

6918-
whatwg-url@14.x, whatwg-url@^5.0.0:
6919-
version "14.0.0"
6920-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.0.0.tgz#00baaa7fd198744910c4b1ef68378f2200e4ceb6"
6921-
integrity sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==
6918+
whatwg-url@13.x, whatwg-url@^5.0.0:
6919+
version "13.0.0"
6920+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-13.0.0.tgz#b7b536aca48306394a34e44bda8e99f332410f8f"
6921+
integrity sha512-9WWbymnqj57+XEuqADHrCJ2eSXzn8WXIW/YSGaZtb2WKAInQ6CHfaUUcTyyver0p8BDg5StLQq8h1vtZuwmOig==
69226922
dependencies:
6923-
tr46 "^5.0.0"
6923+
tr46 "^4.1.1"
69246924
webidl-conversions "^7.0.0"
69256925

69266926
when-exit@^2.1.1:

0 commit comments

Comments
 (0)