Skip to content

Commit b2c19d4

Browse files
Update dependency caniuse-lite to v1.0.30001780 (#32835)
* Update dependency caniuse-lite to v1.0.30001780 * Update test Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent ef73225 commit b2c19d4

File tree

3 files changed

+237
-177
lines changed

3 files changed

+237
-177
lines changed

apps/web/test/unit-tests/SupportedBrowser-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe("SupportedBrowser", () => {
7777
// Latest Firefox on Linux
7878
"Mozilla/5.0 (X11; Linux i686; rv:147.0) Gecko/20100101 Firefox/147.0",
7979
// Latest Chrome on Windows
80-
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36",
80+
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36",
8181
])("should not warn for supported browsers", testUserAgentFactory());
8282

8383
it.each([

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "catalog:",
2828
"oidc-client-ts": "3.4.1",
2929
"jwt-decode": "4.0.0",
30-
"caniuse-lite": "1.0.30001774",
30+
"caniuse-lite": "1.0.30001780",
3131
"markdown-it": "14.1.1",
3232
"testcontainers": "^11.0.0",
3333
"wrap-ansi-cjs": "npm:wrap-ansi@^10.0.0",

0 commit comments

Comments
 (0)