Skip to content

Commit 969b664

Browse files
Bump the npm group with 4 updates (#1023)
Bumps the npm group with 4 updates: [framer-motion](https://github.com/motiondivision/motion), [next](https://github.com/vercel/next.js), [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) and [postcss](https://github.com/postcss/postcss). Updates `framer-motion` from 12.15.0 to 12.22.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.22.0] 2025-07-01</h2> <h3>Added</h3> <ul> <li>Allow <code>delayChildren</code> to accept <code>stagger()</code>. This enables <code>from</code> and <code>ease</code> options when staggering variant children.</li> </ul> <h3>Deprecated</h3> <ul> <li><code>staggerChildren</code> and <code>staggerDirection</code> options.</li> </ul> <h2>[12.21.0] 2025-07-01</h2> <h3>Added</h3> <ul> <li>Allow <code>distanceThreshold</code> to be configurable via <code>useDragControls</code>.</li> </ul> <h2>[12.20.5] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Improve performance of projection styles by writing directly to <code>element.style</code>.</li> <li>Only block layout animations when window has changed width.</li> </ul> <h2>[12.20.4] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Improve performance of render loop.</li> <li>Improve performance of types.</li> </ul> <h2>[12.20.3] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Always skip layout animation check on tree mount.</li> </ul> <h2>[12.20.2] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Updated <code>Transition</code> type to be more permissive.</li> </ul> <h2>[12.20.1] 2025-06-30</h2> <h3>Fixed</h3> <ul> <li>Updated <code>Target</code> type to match previous definition.</li> </ul> <h2>[12.20.0] 2025-06-30</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/17b2e79a8f6ae3f8d15e884fef821bfdeafc31c4"><code>17b2e79</code></a> v12.22.0</li> <li><a href="https://github.com/motiondivision/motion/commit/b5d3c074d88e7a98c61893f30cbaf63c7cdf5e5a"><code>b5d3c07</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/6273907173d57a8d40c63ed529d35bafb9942ff7"><code>6273907</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3294">#3294</a> from motiondivision/feature/delay-children</li> <li><a href="https://github.com/motiondivision/motion/commit/df42e6c3a26ec4431d387481f235f8813892f9c4"><code>df42e6c</code></a> Merge branch 'main' into feature/delay-children</li> <li><a href="https://github.com/motiondivision/motion/commit/f2515fdc1c501ba897577c3edbfa9e438cedc8f3"><code>f2515fd</code></a> v12.21.0</li> <li><a href="https://github.com/motiondivision/motion/commit/b896745a19b93abe0d44626673d0a99ec45359fa"><code>b896745</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/f432518dcde60fee53f3a7b6f5b0f78c15ffb892"><code>f432518</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3280">#3280</a> from KingSora/feat/configurable-pan-distanceThreshold</li> <li><a href="https://github.com/motiondivision/motion/commit/a1340c500d4741d6534558c2f94bd29aa28707c3"><code>a1340c5</code></a> Merge branch 'main' into feat/configurable-pan-distanceThreshold</li> <li><a href="https://github.com/motiondivision/motion/commit/daec570fff6493dbd530e68bf3637055552797d7"><code>daec570</code></a> Moving initial window size read to listener</li> <li><a href="https://github.com/motiondivision/motion/commit/bb221619f5bbc803536da735b947884100c9cd3b"><code>bb22161</code></a> Updating changelog</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.15.0...v12.22.0">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.3.3 to 15.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v15.3.4</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>[metadata] render streaming metadata on the top level (<a href="https://redirect.github.com/vercel/next.js/issues/80566">#80566</a>)</li> <li>[fix] clone the config module to avoid mutation (<a href="https://redirect.github.com/vercel/next.js/issues/80573">#80573</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/f9e98b9ce39d69fac6841faeaa327d3848e0122c"><code>f9e98b9</code></a> v15.3.4</li> <li><a href="https://github.com/vercel/next.js/commit/2557fba3996007f642df8a2b0c98b36c9ce9a343"><code>2557fba</code></a> [fix] clone the config module to avoid mutation (<a href="https://redirect.github.com/vercel/next.js/issues/80573">#80573</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/616f6fa0908552126de3190e663e15491a267e13"><code>616f6fa</code></a> [backport][metadata] render streaming metadata on the top level (<a href="https://redirect.github.com/vercel/next.js/issues/80566">#80566</a>)</li> <li>See full diff in <a href="https://github.com/vercel/next.js/compare/v15.3.3...v15.3.4">compare view</a></li> </ul> </details> <br /> Updates `@graphql-codegen/cli` from 5.0.6 to 5.0.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md"><code>@​graphql-codegen/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>5.0.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10150">#10150</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/e3243824cfe0d7ab463cf0d5a6455715510959be"><code>e324382</code></a> Thanks <a href="https://github.com/ArminWiebigke"><code>@​ArminWiebigke</code></a>! - Allow functions to be passed as valid values for <code>UrlSchemaOptions.customFetch</code>. This was already possible, but the type definitions did not reflect that correctly.</p> </li> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10358">#10358</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/157c8236320f00b06c470e2289315179119d4504"><code>157c823</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Remove extraneous error stacktrace if fails to load <code>@parcel/watcher</code></p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/e3243824cfe0d7ab463cf0d5a6455715510959be"><code>e324382</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/98392fc5d91035b5b5b0ffdefd78d0398762a523"><code>98392fc</code></a>]:</p> <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/5"><code>@​5</code></a>.1.1</li> <li><code>@​graphql-codegen/client-preset</code><a href="https://github.com/4"><code>@​4</code></a>.8.2</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/72e1d9980953be0decb13fa809406c6de2d8a853"><code>72e1d99</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10364">#10364</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/e3243824cfe0d7ab463cf0d5a6455715510959be"><code>e324382</code></a> Allow function as valid type for UrlSchemaOptions.customFetch (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10150">#10150</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/157c8236320f00b06c470e2289315179119d4504"><code>157c823</code></a> CODEGEN-787 - Improve handling of missing <code>@​parcel/watcher</code> scenario (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10358">#10358</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.5.4 to 8.5.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.6</h2> <ul> <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a href="https://github.com/Goodwine"><code>@​Goodwine</code></a>).</li> </ul> <h2>8.5.5</h2> <ul> <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with some tools (by <a href="https://github.com/JounQin"><code>@​JounQin</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.6</h2> <ul> <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a href="https://github.com/Goodwine"><code>@​Goodwine</code></a>).</li> </ul> <h2>8.5.5</h2> <ul> <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with some tools (by <a href="https://github.com/JounQin"><code>@​JounQin</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/91d6eb5c3d1ca8acb4e8e3926005acf2b066c211"><code>91d6eb5</code></a> Release 8.5.6 version</li> <li><a href="https://github.com/postcss/postcss/commit/65ffc55117bf4289b1f977986ed76fad402641b1"><code>65ffc55</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/ecd20eb7f9587d63e3f3348b768aec0e9fb000d3"><code>ecd20eb</code></a> Fix ContainerWithChildren to allow discriminating the node type by comparing ...</li> <li><a href="https://github.com/postcss/postcss/commit/c18159719e4a6d65ad7085edf1dc42e07814f683"><code>c181597</code></a> Release 8.5.5 version</li> <li><a href="https://github.com/postcss/postcss/commit/c5523fbec5f32622e77103c643e1258007c2609d"><code>c5523fb</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/2e3450c55f41e378e086f4f189e5243a573c3390"><code>2e3450c</code></a> refactor: <code>import</code> should be listed before <code>require</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2052">#2052</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/4d720bd01adec2e8645bf91e725825bebb712e1b"><code>4d720bd</code></a> Update EM text</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.5.4...8.5.6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e6a672 commit 969b664

File tree

2 files changed

+99
-99
lines changed

2 files changed

+99
-99
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@nextui-org/react": "^2.6.11",
2121
"@vercel/analytics": "^1.5.0",
2222
"@vercel/speed-insights": "^1.2.0",
23-
"framer-motion": "^12.15.0",
23+
"framer-motion": "^12.22.0",
2424
"graphql": "^16.11.0",
25-
"next": "^15.3.3",
25+
"next": "^15.3.4",
2626
"next-themes": "^0.4.6",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@biomejs/biome": "1.9.4",
35-
"@graphql-codegen/cli": "^5.0.6",
35+
"@graphql-codegen/cli": "^5.0.7",
3636
"@graphql-codegen/introspection": "^4.0.3",
3737
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
3838
"@graphql-codegen/typescript-operations": "^4.6.1",
@@ -44,7 +44,7 @@
4444
"graphql-request": "^6.1.0",
4545
"graphql-tag": "^2.0.0",
4646
"next-sitemap": "^4.2.3",
47-
"postcss": "^8.5.4",
47+
"postcss": "^8.5.6",
4848
"tailwind-variants": "^1.0.0",
4949
"tailwindcss": "^3.4.17",
5050
"typescript": "^5.8.3"

yarn.lock

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -649,17 +649,17 @@
649649
"@graphql-codegen/plugin-helpers" "^5.0.3"
650650
tslib "~2.6.0"
651651

652-
"@graphql-codegen/cli@^5.0.6":
653-
version "5.0.6"
654-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.6.tgz#586bd45ef7620406950687d0ed080ff383340e0a"
655-
integrity sha512-1r5dtZ2l1jiCF/4qLMTcT7mEoWWWeqQlmn7HcPHgnV/OXIEodwox7XRGAmOKUygoabRjFF3S0jd0TWbkq5Otsw==
652+
"@graphql-codegen/cli@^5.0.7":
653+
version "5.0.7"
654+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-5.0.7.tgz#5c8f843fb12e2d69692bee55b2846afa05e7999b"
655+
integrity sha512-h/sxYvSaWtxZxo8GtaA8SvcHTyViaaPd7dweF/hmRDpaQU1o3iU3EZxlcJ+oLTunU0tSMFsnrIXm/mhXxI11Cw==
656656
dependencies:
657657
"@babel/generator" "^7.18.13"
658658
"@babel/template" "^7.18.10"
659659
"@babel/types" "^7.18.13"
660-
"@graphql-codegen/client-preset" "^4.8.1"
660+
"@graphql-codegen/client-preset" "^4.8.2"
661661
"@graphql-codegen/core" "^4.0.2"
662-
"@graphql-codegen/plugin-helpers" "^5.0.3"
662+
"@graphql-codegen/plugin-helpers" "^5.1.1"
663663
"@graphql-tools/apollo-engine-loader" "^8.0.0"
664664
"@graphql-tools/code-file-loader" "^8.0.0"
665665
"@graphql-tools/git-loader" "^8.0.0"
@@ -690,17 +690,17 @@
690690
yaml "^2.3.1"
691691
yargs "^17.0.0"
692692

693-
"@graphql-codegen/client-preset@^4.8.1":
694-
version "4.8.1"
695-
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.1.tgz#2743875bb4884f9936c875d903f507c6aa77a5e6"
696-
integrity sha512-XLF2V7WKLnepvrGE44JP+AvjS+Oz9AT0oYgTl/6d9btQ+2VYFcmwQPjNAuMVHipqE9I6h8hSEfH9hUrzUptB1g==
693+
"@graphql-codegen/client-preset@^4.8.2":
694+
version "4.8.3"
695+
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-4.8.3.tgz#af77784809a530b2e91be16d9cff642e150813a0"
696+
integrity sha512-QpEsPSO9fnRxA6Z66AmBuGcwHjZ6dYSxYo5ycMlYgSPzAbyG8gn/kWljofjJfWqSY+T/lRn+r8IXTH14ml24vQ==
697697
dependencies:
698698
"@babel/helper-plugin-utils" "^7.20.2"
699699
"@babel/template" "^7.20.7"
700700
"@graphql-codegen/add" "^5.0.3"
701701
"@graphql-codegen/gql-tag-operations" "4.0.17"
702-
"@graphql-codegen/plugin-helpers" "^5.1.0"
703-
"@graphql-codegen/typed-document-node" "^5.1.1"
702+
"@graphql-codegen/plugin-helpers" "^5.1.1"
703+
"@graphql-codegen/typed-document-node" "^5.1.2"
704704
"@graphql-codegen/typescript" "^4.1.6"
705705
"@graphql-codegen/typescript-operations" "^4.6.1"
706706
"@graphql-codegen/visitor-plugin-common" "^5.8.0"
@@ -751,10 +751,10 @@
751751
lodash "~4.17.0"
752752
tslib "~2.4.0"
753753

754-
"@graphql-codegen/plugin-helpers@^5.0.3", "@graphql-codegen/plugin-helpers@^5.1.0":
755-
version "5.1.0"
756-
resolved "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.0.tgz"
757-
integrity sha512-Y7cwEAkprbTKzVIe436TIw4w03jorsMruvCvu0HJkavaKMQbWY+lQ1RIuROgszDbxAyM35twB5/sUvYG5oW+yg==
754+
"@graphql-codegen/plugin-helpers@^5.0.3", "@graphql-codegen/plugin-helpers@^5.1.0", "@graphql-codegen/plugin-helpers@^5.1.1":
755+
version "5.1.1"
756+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.1.tgz#b7c744c8826367c3002c346112de3cd1b0f99b16"
757+
integrity sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==
758758
dependencies:
759759
"@graphql-tools/utils" "^10.0.0"
760760
change-case-all "1.0.15"
@@ -772,10 +772,10 @@
772772
"@graphql-tools/utils" "^10.0.0"
773773
tslib "~2.6.0"
774774

775-
"@graphql-codegen/typed-document-node@^5.1.1":
776-
version "5.1.1"
777-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.1.1.tgz#454f2cd717c895d1471807d0731af03f48d9dd51"
778-
integrity sha512-Bp/BrMZDKRwzuVeLv+pSljneqONM7gqu57ZaV34Jbncu2hZWMRDMfizTKghoEwwZbRCYYfJO9tA0sYVVIfI1kg==
775+
"@graphql-codegen/typed-document-node@^5.1.2":
776+
version "5.1.2"
777+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.1.2.tgz#a1a3da2d9fe1847831ada6e41e09c5bb81dd6b3c"
778+
integrity sha512-jaxfViDqFRbNQmfKwUY8hDyjnLTw2Z7DhGutxoOiiAI0gE/LfPe0LYaVFKVmVOOD7M3bWxoWfu4slrkbWbUbEw==
779779
dependencies:
780780
"@graphql-codegen/plugin-helpers" "^5.1.0"
781781
"@graphql-codegen/visitor-plugin-common" "5.8.0"
@@ -1364,55 +1364,55 @@
13641364
resolved "https://registry.npmjs.org/@kamilkisiela/fast-url-parser/-/fast-url-parser-1.1.4.tgz"
13651365
integrity sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==
13661366

1367-
1368-
version "15.3.3"
1369-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.3.3.tgz#8c5548756df93efff1bf4bb4e9e430a763978155"
1370-
integrity sha512-OdiMrzCl2Xi0VTjiQQUK0Xh7bJHnOuET2s+3V+Y40WJBAXrJeGA3f+I8MZJ/YQ3mVGi5XGR1L66oFlgqXhQ4Vw==
1367+
1368+
version "15.3.4"
1369+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.3.4.tgz#5b41485596d5bfea0918db73f90b7a6db734da3f"
1370+
integrity sha512-ZkdYzBseS6UjYzz6ylVKPOK+//zLWvD6Ta+vpoye8cW11AjiQjGYVibF0xuvT4L0iJfAPfZLFidaEzAOywyOAQ==
13711371

13721372
"@next/env@^13.4.3":
13731373
version "13.5.6"
13741374
resolved "https://registry.npmjs.org/@next/env/-/env-13.5.6.tgz"
13751375
integrity sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==
13761376

1377-
1378-
version "15.3.3"
1379-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.3.3.tgz#994de8515cdfb74d337bdad645c33605de44c68b"
1380-
integrity sha512-WRJERLuH+O3oYB4yZNVahSVFmtxRNjNF1I1c34tYMoJb0Pve+7/RaLAJJizyYiFhjYNGHRAE1Ri2Fd23zgDqhg==
1381-
1382-
1383-
version "15.3.3"
1384-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.3.3.tgz#71588bad245180ffd1af1e1f894477287e739eb0"
1385-
integrity sha512-XHdzH/yBc55lu78k/XwtuFR/ZXUTcflpRXcsu0nKmF45U96jt1tsOZhVrn5YH+paw66zOANpOnFQ9i6/j+UYvw==
1386-
1387-
1388-
version "15.3.3"
1389-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.3.3.tgz#66a15f749c14f04a89f8c7e21c7a8d343fc34e6e"
1390-
integrity sha512-VZ3sYL2LXB8znNGcjhocikEkag/8xiLgnvQts41tq6i+wql63SMS1Q6N8RVXHw5pEUjiof+II3HkDd7GFcgkzw==
1391-
1392-
1393-
version "15.3.3"
1394-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.3.3.tgz#14bd66213f7f33d6909574750bcb05037221a2ac"
1395-
integrity sha512-h6Y1fLU4RWAp1HPNJWDYBQ+e3G7sLckyBXhmH9ajn8l/RSMnhbuPBV/fXmy3muMcVwoJdHL+UtzRzs0nXOf9SA==
1396-
1397-
1398-
version "15.3.3"
1399-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.3.3.tgz#4a19434545e5e752d9a3ed71f9b34982725f6293"
1400-
integrity sha512-jJ8HRiF3N8Zw6hGlytCj5BiHyG/K+fnTKVDEKvUCyiQ/0r5tgwO7OgaRiOjjRoIx2vwLR+Rz8hQoPrnmFbJdfw==
1401-
1402-
1403-
version "15.3.3"
1404-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.3.3.tgz#41ab140dd0a04ab7291adbec5836c1ce251a588c"
1405-
integrity sha512-HrUcTr4N+RgiiGn3jjeT6Oo208UT/7BuTr7K0mdKRBtTbT4v9zJqCDKO97DUqqoBK1qyzP1RwvrWTvU6EPh/Cw==
1406-
1407-
1408-
version "15.3.3"
1409-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.3.3.tgz#fcd1d7e0007b7b73d1acdbf0ad6d91f7aa2deb15"
1410-
integrity sha512-SxorONgi6K7ZUysMtRF3mIeHC5aA3IQLmKFQzU0OuhuUYwpOBc1ypaLJLP5Bf3M9k53KUUUj4vTPwzGvl/NwlQ==
1411-
1412-
1413-
version "15.3.3"
1414-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.3.tgz#c0e33e069d7922dd0546cac77a0247ad81d4a1aa"
1415-
integrity sha512-4QZG6F8enl9/S2+yIiOiju0iCTFd93d8VC1q9LZS4p/Xuk81W2QDjCFeoogmrWWkAD59z8ZxepBQap2dKS5ruw==
1377+
1378+
version "15.3.4"
1379+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.3.4.tgz#cb2849b8374eb6b52376d4e7abed2a21a2ff24d6"
1380+
integrity sha512-z0qIYTONmPRbwHWvpyrFXJd5F9YWLCsw3Sjrzj2ZvMYy9NPQMPZ1NjOJh4ojr4oQzcGYwgJKfidzehaNa1BpEg==
1381+
1382+
1383+
version "15.3.4"
1384+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.3.4.tgz#aa7fd968af7e53aa17d4f234cf7722b3899712cf"
1385+
integrity sha512-Z0FYJM8lritw5Wq+vpHYuCIzIlEMjewG2aRkc3Hi2rcbULknYL/xqfpBL23jQnCSrDUGAo/AEv0Z+s2bff9Zkw==
1386+
1387+
1388+
version "15.3.4"
1389+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.3.4.tgz#5da3d6d6055665d0c3a2dab0bc0471064bc9eece"
1390+
integrity sha512-l8ZQOCCg7adwmsnFm8m5q9eIPAHdaB2F3cxhufYtVo84pymwKuWfpYTKcUiFcutJdp9xGHC+F1Uq3xnFU1B/7g==
1391+
1392+
1393+
version "15.3.4"
1394+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.3.4.tgz#9043ccc397746c94c2452d301e8f95a33aec22e8"
1395+
integrity sha512-wFyZ7X470YJQtpKot4xCY3gpdn8lE9nTlldG07/kJYexCUpX1piX+MBfZdvulo+t1yADFVEuzFfVHfklfEx8kw==
1396+
1397+
1398+
version "15.3.4"
1399+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.3.4.tgz#49a33f904a51a8c665406ca7e5a748f480bf195d"
1400+
integrity sha512-gEbH9rv9o7I12qPyvZNVTyP/PWKqOp8clvnoYZQiX800KkqsaJZuOXkWgMa7ANCCh/oEN2ZQheh3yH8/kWPSEg==
1401+
1402+
1403+
version "15.3.4"
1404+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.3.4.tgz#8beaff35d8f11961ea80d12a10226581df4c5a74"
1405+
integrity sha512-Cf8sr0ufuC/nu/yQ76AnarbSAXcwG/wj+1xFPNbyNo8ltA6kw5d5YqO8kQuwVIxk13SBdtgXrNyom3ZosHAy4A==
1406+
1407+
1408+
version "15.3.4"
1409+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.3.4.tgz#149d9a35068ecda317af138814539929c9c269af"
1410+
integrity sha512-ay5+qADDN3rwRbRpEhTOreOn1OyJIXS60tg9WMYTWCy3fB6rGoyjLVxc4dR9PYjEdR2iDYsaF5h03NA+XuYPQQ==
1411+
1412+
1413+
version "15.3.4"
1414+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.4.tgz#a652327782d838c2b875eaf216187c51b8409775"
1415+
integrity sha512-4kDt31Bc9DGyYs41FTL1/kNpDeHyha2TC0j5sRRoKCyrhNcfZ/nRQkAUlF27mETwm8QyHqIjHJitfcza2Iykfg==
14161416

14171417
"@nextui-org/[email protected]":
14181418
version "2.2.7"
@@ -4329,13 +4329,13 @@ fraction.js@^4.3.7:
43294329
resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz"
43304330
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
43314331

4332-
framer-motion@^12.15.0:
4333-
version "12.15.0"
4334-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.15.0.tgz#6892283fc7967b071f537d6d160ab49e3d5e73ae"
4335-
integrity sha512-XKg/LnKExdLGugZrDILV7jZjI599785lDIJZLxMiiIFidCsy0a4R2ZEf+Izm67zyOuJgQYTHOmodi7igQsw3vg==
4332+
framer-motion@^12.22.0:
4333+
version "12.22.0"
4334+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.22.0.tgz#646fc06f1032454a5bbe09eb100f71cacafe0adf"
4335+
integrity sha512-qG07rR8/mboCNU34nORbrIbBXbJzP4aDqBdr67TAIVlMryDEOwh7LXjylWovlnPCMg78ExoY0Gn2F1fV+3DNIw==
43364336
dependencies:
4337-
motion-dom "^12.15.0"
4338-
motion-utils "^12.12.1"
4337+
motion-dom "^12.22.0"
4338+
motion-utils "^12.19.0"
43394339
tslib "^2.4.0"
43404340

43414341
fs.realpath@^1.0.0:
@@ -5351,17 +5351,17 @@ minimist@^1.2.8:
53515351
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz"
53525352
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
53535353

5354-
motion-dom@^12.15.0:
5355-
version "12.15.0"
5356-
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.15.0.tgz#eca7c9d8c28976b8c920f175f92d5288f5a17785"
5357-
integrity sha512-D2ldJgor+2vdcrDtKJw48k3OddXiZN1dDLLWrS8kiHzQdYVruh0IoTwbJBslrnTXIPgFED7PBN2Zbwl7rNqnhA==
5354+
motion-dom@^12.22.0:
5355+
version "12.22.0"
5356+
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.22.0.tgz#aeb06948fa306590ece081af5a73a79476ce85e2"
5357+
integrity sha512-ooH7+/BPw9gOsL9VtPhEJHE2m4ltnhMlcGMhEqA0YGNhKof7jdaszvsyThXI6LVIKshJUZ9/CP6HNqQhJfV7kw==
53585358
dependencies:
5359-
motion-utils "^12.12.1"
5359+
motion-utils "^12.19.0"
53605360

5361-
motion-utils@^12.12.1:
5362-
version "12.12.1"
5363-
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.12.1.tgz#63e28751325cb9d1cd684f3c273a570022b0010e"
5364-
integrity sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==
5361+
motion-utils@^12.19.0:
5362+
version "12.19.0"
5363+
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.19.0.tgz#a7cc102f756e97093793cac7c218533d3b27f509"
5364+
integrity sha512-BuFTHINYmV07pdWs6lj6aI63vr2N4dg0vR+td0rtrdpWOhBzIkEklZyLcvKBoEtwSqx8Jg06vUB5RS0xDiUybw==
53655365

53665366
53675367
version "2.1.2"
@@ -5402,27 +5402,27 @@ next-themes@^0.4.6:
54025402
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.6.tgz#8d7e92d03b8fea6582892a50a928c9b23502e8b6"
54035403
integrity sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==
54045404

5405-
next@^15.3.3:
5406-
version "15.3.3"
5407-
resolved "https://registry.yarnpkg.com/next/-/next-15.3.3.tgz#90ee73600af106796989136827a7a40f61dadd1f"
5408-
integrity sha512-JqNj29hHNmCLtNvd090SyRbXJiivQ+58XjCcrC50Crb5g5u2zi7Y2YivbsEfzk6AtVI80akdOQbaMZwWB1Hthw==
5405+
next@^15.3.4:
5406+
version "15.3.4"
5407+
resolved "https://registry.yarnpkg.com/next/-/next-15.3.4.tgz#7a4863be14c998f1ec1e6d8d4e9e1a1291c8cbe3"
5408+
integrity sha512-mHKd50C+mCjam/gcnwqL1T1vPx/XQNFlXqFIVdgQdVAFY9iIQtY0IfaVflEYzKiqjeA7B0cYYMaCrmAYFjs4rA==
54095409
dependencies:
5410-
"@next/env" "15.3.3"
5410+
"@next/env" "15.3.4"
54115411
"@swc/counter" "0.1.3"
54125412
"@swc/helpers" "0.5.15"
54135413
busboy "1.6.0"
54145414
caniuse-lite "^1.0.30001579"
54155415
postcss "8.4.31"
54165416
styled-jsx "5.1.6"
54175417
optionalDependencies:
5418-
"@next/swc-darwin-arm64" "15.3.3"
5419-
"@next/swc-darwin-x64" "15.3.3"
5420-
"@next/swc-linux-arm64-gnu" "15.3.3"
5421-
"@next/swc-linux-arm64-musl" "15.3.3"
5422-
"@next/swc-linux-x64-gnu" "15.3.3"
5423-
"@next/swc-linux-x64-musl" "15.3.3"
5424-
"@next/swc-win32-arm64-msvc" "15.3.3"
5425-
"@next/swc-win32-x64-msvc" "15.3.3"
5418+
"@next/swc-darwin-arm64" "15.3.4"
5419+
"@next/swc-darwin-x64" "15.3.4"
5420+
"@next/swc-linux-arm64-gnu" "15.3.4"
5421+
"@next/swc-linux-arm64-musl" "15.3.4"
5422+
"@next/swc-linux-x64-gnu" "15.3.4"
5423+
"@next/swc-linux-x64-musl" "15.3.4"
5424+
"@next/swc-win32-arm64-msvc" "15.3.4"
5425+
"@next/swc-win32-x64-msvc" "15.3.4"
54265426
sharp "^0.34.1"
54275427

54285428
no-case@^3.0.4:
@@ -5744,10 +5744,10 @@ [email protected]:
57445744
picocolors "^1.0.0"
57455745
source-map-js "^1.0.2"
57465746

5747-
postcss@^8.4.47, postcss@^8.5.4:
5748-
version "8.5.4"
5749-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4.tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0"
5750-
integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==
5747+
postcss@^8.4.47, postcss@^8.5.6:
5748+
version "8.5.6"
5749+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
5750+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
57515751
dependencies:
57525752
nanoid "^3.3.11"
57535753
picocolors "^1.1.1"

0 commit comments

Comments
 (0)