diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 9fc7f6429f3..2d0933cb09d 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -103,16 +103,16 @@ "devDependencies": { "@clerk/msw": "workspace:^", "@clerk/testing": "workspace:^", - "@emotion/react": "11.11.1", + "@emotion/react": "11.14.0", "@rsdoctor/rspack-plugin": "^0.4.13", "@rspack/cli": "catalog:rspack", "@rspack/core": "catalog:rspack", "@rspack/plugin-react-refresh": "catalog:rspack", "@types/cloudflare-turnstile": "^0.2.2", "@types/webpack-env": "^1.18.8", - "bundlewatch": "^0.4.1", + "bundlewatch": "^0.4.2", "jsdom": "26.1.0", - "minimatch": "^10.0.3", + "minimatch": "^10.2.5", "webpack-merge": "^5.10.0" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2bc473c48ba..199fc9ab3e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -472,8 +472,8 @@ importers: specifier: workspace:^ version: link:../testing '@emotion/react': - specifier: 11.11.1 - version: 11.11.1(@types/react@18.3.28)(react@18.3.1) + specifier: 11.14.0 + version: 11.14.0(@types/react@18.3.28)(react@18.3.1) '@rsdoctor/rspack-plugin': specifier: ^0.4.13 version: 0.4.13(@rspack/core@1.7.11(@swc/helpers@0.5.21))(bufferutil@4.1.0)(utf-8-validate@5.0.10)(webpack@5.102.1(esbuild@0.27.7)) @@ -493,13 +493,13 @@ importers: specifier: ^1.18.8 version: 1.18.8 bundlewatch: - specifier: ^0.4.1 + specifier: ^0.4.2 version: 0.4.2 jsdom: specifier: 26.1.0 version: 26.1.0(bufferutil@4.1.0)(utf-8-validate@5.0.10) minimatch: - specifier: ^10.0.3 + specifier: ^10.2.5 version: 10.2.5 webpack-merge: specifier: ^5.10.0 @@ -2159,6 +2159,9 @@ packages: '@emotion/cache@11.11.0': resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==} + '@emotion/cache@11.14.0': + resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==} + '@emotion/hash@0.9.2': resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} @@ -2177,6 +2180,15 @@ packages: '@types/react': optional: true + '@emotion/react@11.14.0': + resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==} + peerDependencies: + '@types/react': '*' + react: 18.3.1 + peerDependenciesMeta: + '@types/react': + optional: true + '@emotion/serialize@1.3.3': resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} @@ -2197,6 +2209,9 @@ packages: '@emotion/weak-memoize@0.3.1': resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} + '@emotion/weak-memoize@0.4.0': + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + '@es-joy/jsdoccomment@0.50.2': resolution: {integrity: sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==} engines: {node: '>=18'} @@ -16264,6 +16279,14 @@ snapshots: '@emotion/weak-memoize': 0.3.1 stylis: 4.2.0 + '@emotion/cache@11.14.0': + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + '@emotion/hash@0.9.2': {} '@emotion/memoize@0.8.1': {} @@ -16286,6 +16309,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@emotion/babel-plugin': 11.13.5 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + hoist-non-react-statics: 3.3.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.28 + transitivePeerDependencies: + - supports-color + '@emotion/serialize@1.3.3': dependencies: '@emotion/hash': 0.9.2 @@ -16306,6 +16345,8 @@ snapshots: '@emotion/weak-memoize@0.3.1': {} + '@emotion/weak-memoize@0.4.0': {} + '@es-joy/jsdoccomment@0.50.2': dependencies: '@types/estree': 1.0.8