Skip to content

Commit af3a977

Browse files
Update dependency caniuse-lite to v1.0.30001684 (element-hq#28559)
* Update dependency caniuse-lite to v1.0.30001684 * Update tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent 61542ff commit af3a977

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"resolutions": {
7474
"oidc-client-ts": "3.1.0",
7575
"jwt-decode": "4.0.0",
76-
"caniuse-lite": "1.0.30001679",
76+
"caniuse-lite": "1.0.30001684",
7777
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0",
7878
"wrap-ansi": "npm:wrap-ansi@^7.0.0"
7979
},

test/unit-tests/SupportedBrowser-test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ describe("SupportedBrowser", () => {
6666
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15",
6767
// Firefox 131 on macOS Sonoma
6868
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0",
69-
// Edge 129 on Windows
70-
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/129.0.2792.79",
71-
// Edge 129 on macOS
72-
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/129.0.2792.79",
69+
// Edge 131 on Windows
70+
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.2903.70",
71+
// Edge 131 on macOS
72+
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.2903.70",
7373
// Firefox 131 on Windows
7474
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0",
7575
// Firefox 131 on Linux

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4342,10 +4342,10 @@ caniuse-api@^3.0.0:
43424342
lodash.memoize "^4.1.2"
43434343
lodash.uniq "^4.5.0"
43444344

4345-
[email protected].30001679, caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001669:
4346-
version "1.0.30001679"
4347-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001679.tgz#18c573b72f72ba70822194f6c39e7888597f9e32"
4348-
integrity sha512-j2YqID/YwpLnKzCmBOS4tlZdWprXm3ZmQLBH9ZBXFOhoxLA46fwyBvx6toCBWBmnuwUY/qB3kEU6gFx8qgCroA==
4345+
[email protected].30001684, caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001669:
4346+
version "1.0.30001684"
4347+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz#0eca437bab7d5f03452ff0ef9de8299be6b08e16"
4348+
integrity sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==
43494349

43504350
43514351
version "5.2.0"

0 commit comments

Comments
 (0)