From 1c21eaa36fc4684805bc5037061191ef492e01e4 Mon Sep 17 00:00:00 2001 From: TRIPLE Bot Date: Mon, 17 Jun 2024 03:14:03 +0000 Subject: [PATCH] chore(deps): update dependency next to v14 [security] --- package.json | 2 +- packages/ab-experiments/package.json | 4 +- packages/fetcher/package.json | 2 +- packages/intersection-observer/package.json | 4 +- packages/meta-tags/package.json | 4 +- packages/middlewares/package.json | 4 +- packages/router/package.json | 4 +- packages/triple-document/package.json | 4 +- packages/triple-web-nextjs-pages/package.json | 4 +- packages/triple-web-nextjs/package.json | 4 +- pnpm-lock.yaml | 340 +++++------------- 11 files changed, 110 insertions(+), 266 deletions(-) diff --git a/package.json b/package.json index 484609eaf4..9b7aae6c61 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "lint-staged": "^13.3.0", "msw": "^1.3.3", "msw-storybook-addon": "^1.10.0", - "next": "13.4.13", + "next": "14.1.1", "nx-cloud": "16.4.0", "prettier": "^3.3.2", "react": "^18.3.1", diff --git a/packages/ab-experiments/package.json b/packages/ab-experiments/package.json index 622de08a2e..0902619997 100644 --- a/packages/ab-experiments/package.json +++ b/packages/ab-experiments/package.json @@ -43,12 +43,12 @@ }, "devDependencies": { "@titicaca/triple-web": "workspace:*", - "next": "^13.5.6", + "next": "^14.0.0", "react": "^18.3.1" }, "peerDependencies": { "@titicaca/triple-web": "*", - "next": "^13.4", + "next": "^13.4 || ^14.0.0", "react": "^18.0" } } diff --git a/packages/fetcher/package.json b/packages/fetcher/package.json index 91adb026d1..11a2d74ea7 100644 --- a/packages/fetcher/package.json +++ b/packages/fetcher/package.json @@ -47,7 +47,7 @@ "@titicaca/view-utilities": "workspace:*", "@types/node-fetch": "^2.6.11", "isomorphic-fetch": "^2.2.1", - "next": "13.4.13", + "next": "14.1.1", "node-fetch": "^2.7.0" }, "peerDependencies": { diff --git a/packages/intersection-observer/package.json b/packages/intersection-observer/package.json index a4437f3cc5..57b928f164 100644 --- a/packages/intersection-observer/package.json +++ b/packages/intersection-observer/package.json @@ -45,11 +45,11 @@ "intersection-observer": "^0.12.2" }, "devDependencies": { - "next": "^13.5.6", + "next": "^14.0.0", "react": "^18.3.1" }, "peerDependencies": { - "next": "^13.4", + "next": "^13.4 || ^14.0.0", "react": "^18.0" } } diff --git a/packages/meta-tags/package.json b/packages/meta-tags/package.json index 6f9216e3f6..94de68a954 100644 --- a/packages/meta-tags/package.json +++ b/packages/meta-tags/package.json @@ -46,7 +46,7 @@ "i18next": "^23.11.5", "react": "^18.3.1", "react-i18next": "^13.5.0", - "next": "^13.5.6" + "next": "^14.0.0" }, "peerDependencies": { "@titicaca/i18n": "*", @@ -54,6 +54,6 @@ "i18next": "*", "react": "^18.0", "react-i18next": "*", - "next": "^13.4" + "next": "^13.4 || ^14.0.0" } } diff --git a/packages/middlewares/package.json b/packages/middlewares/package.json index d723a3c4d5..96d6acbbe9 100644 --- a/packages/middlewares/package.json +++ b/packages/middlewares/package.json @@ -51,12 +51,12 @@ "@types/semver": "^7.5.8", "@types/set-cookie-parser": "^2.4.9", "react": "^18.3.1", - "next": "^13.5.6" + "next": "^14.0.0" }, "peerDependencies": { "@titicaca/fetcher": "*", "@titicaca/triple-web-utils": "*", "react": "^18.0", - "next": "^13.4" + "next": "^13.4 || ^14.0.0" } } diff --git a/packages/router/package.json b/packages/router/package.json index 1e902ff121..3593b9ffed 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -51,7 +51,7 @@ "@titicaca/triple-web-test-utils": "workspace:*", "@types/qs": "^6.9.15", "i18next": "^23.11.5", - "next": "^13.5.6", + "next": "^14.0.0", "react": "^18.3.1", "react-i18next": "^13.5.0" }, @@ -59,7 +59,7 @@ "@titicaca/i18n": "*", "@titicaca/triple-web": "*", "i18next": "*", - "next": "^13.4", + "next": "^13.4 || ^14.0.0", "react": "^18.0", "react-i18next": "*" } diff --git a/packages/triple-document/package.json b/packages/triple-document/package.json index fc4227566d..b4998d29c5 100644 --- a/packages/triple-document/package.json +++ b/packages/triple-document/package.json @@ -60,7 +60,7 @@ "@titicaca/triple-web": "workspace:*", "@types/qs": "^6.9.15", "i18next": "^23.11.5", - "next": "^13.5.6", + "next": "^14.0.0", "react": "^18.3.1", "react-i18next": "^13.5.0", "styled-components": "^6.1.11" @@ -69,7 +69,7 @@ "@titicaca/i18n": "*", "@titicaca/triple-web": "*", "i18next": "*", - "next": "^13.4", + "next": "^13.4 || ^14.0.0", "react": "^18.0", "react-i18next": "*", "styled-components": "^6.0" diff --git a/packages/triple-web-nextjs-pages/package.json b/packages/triple-web-nextjs-pages/package.json index 6ac06a509b..2b7971f95e 100644 --- a/packages/triple-web-nextjs-pages/package.json +++ b/packages/triple-web-nextjs-pages/package.json @@ -53,12 +53,12 @@ "@titicaca/triple-web": "workspace:*", "@types/qs": "^6.9.15", "@types/ua-parser-js": "^0.7.39", - "next": "^13.5.6", + "next": "^14.0.0", "react": "^18.3.1" }, "peerDependencies": { "@titicaca/triple-web": "*", - "next": "^13.4", + "next": "^13.4 || ^14.0.0", "react": "^18.0" } } diff --git a/packages/triple-web-nextjs/package.json b/packages/triple-web-nextjs/package.json index b8d42c78c7..008cab165c 100644 --- a/packages/triple-web-nextjs/package.json +++ b/packages/triple-web-nextjs/package.json @@ -48,12 +48,12 @@ "devDependencies": { "@titicaca/triple-web": "workspace:*", "@types/ua-parser-js": "^0.7.39", - "next": "^13.5.6", + "next": "^14.0.0", "react": "^18.3.1" }, "peerDependencies": { "@titicaca/triple-web": "*", - "next": "^13.4", + "next": "^13.4 || ^14.0.0", "react": "^18.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a9af7e74d..8294afa928 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,7 +22,7 @@ importers: version: 7.6.19(@types/react-dom@18.3.0)(@types/react@18.3.3)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/nextjs': specifier: 7.6.19 - version: 7.6.19(@swc/core@1.6.1(@swc/helpers@0.5.2))(@swc/helpers@0.5.2)(encoding@0.1.13)(esbuild@0.18.20)(next@13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(type-fest@2.19.0)(typescript@5.4.5)(webpack-hot-middleware@2.25.4)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20)) + version: 7.6.19(@swc/core@1.6.1(@swc/helpers@0.5.2))(@swc/helpers@0.5.2)(encoding@0.1.13)(esbuild@0.18.20)(next@14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(type-fest@2.19.0)(typescript@5.4.5)(webpack-hot-middleware@2.25.4)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20)) '@storybook/preview-api': specifier: 7.6.19 version: 7.6.19 @@ -135,8 +135,8 @@ importers: specifier: ^1.10.0 version: 1.10.0(msw@1.3.3(encoding@0.1.13)(typescript@5.4.5)) next: - specifier: 13.4.13 - version: 13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 14.1.1 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nx-cloud: specifier: 16.4.0 version: 16.4.0 @@ -202,8 +202,8 @@ importers: specifier: workspace:* version: link:../triple-web next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -221,7 +221,7 @@ importers: devDependencies: '@sentry/nextjs': specifier: 7.117.0 - version: 7.117.0(encoding@0.1.13)(next@13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20)) + version: 7.117.0(encoding@0.1.13)(next@14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20)) '@titicaca/view-utilities': specifier: workspace:* version: link:../view-utilities @@ -232,8 +232,8 @@ importers: specifier: ^2.2.1 version: 2.2.1 next: - specifier: 13.4.13 - version: 13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 14.1.1 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) node-fetch: specifier: ^2.7.0 version: 2.7.0(encoding@0.1.13) @@ -250,8 +250,8 @@ importers: version: 0.12.2 devDependencies: next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -268,8 +268,8 @@ importers: specifier: ^23.11.5 version: 23.11.5 next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -302,8 +302,8 @@ importers: specifier: ^2.4.9 version: 2.4.9 next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -358,8 +358,8 @@ importers: specifier: ^23.11.5 version: 23.11.5 next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -644,8 +644,8 @@ importers: specifier: ^23.11.5 version: 23.11.5 next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -789,8 +789,8 @@ importers: specifier: ^0.7.39 version: 0.7.39 next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -826,8 +826,8 @@ importers: specifier: ^0.7.39 version: 0.7.39 next: - specifier: ^13.5.6 - version: 13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^14.0.0 + version: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -2591,116 +2591,59 @@ packages: '@ndelangen/get-tarball@3.0.9': resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==} - '@next/env@13.4.13': - resolution: {integrity: sha512-fwz2QgVg08v7ZL7KmbQBLF2PubR/6zQdKBgmHEl3BCyWTEDsAQEijjw2gbFhI1tcKfLdOOJUXntz5vZ4S0Polg==} + '@next/env@14.1.1': + resolution: {integrity: sha512-7CnQyD5G8shHxQIIg3c7/pSeYFeMhsNbpU/bmvH7ZnDql7mNRgg8O2JZrhrc/soFnfBnKP4/xXNiiSIPn2w8gA==} - '@next/env@13.5.6': - resolution: {integrity: sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==} - - '@next/swc-darwin-arm64@13.4.13': - resolution: {integrity: sha512-ZptVhHjzUuivnXMNCJ6lER33HN7lC+rZ01z+PM10Ows21NHFYMvGhi5iXkGtBDk6VmtzsbqnAjnx4Oz5um0FjA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - - '@next/swc-darwin-arm64@13.5.6': - resolution: {integrity: sha512-5nvXMzKtZfvcu4BhtV0KH1oGv4XEW+B+jOfmBdpFI3C7FrB/MfujRpWYSBBO64+qbW8pkZiSyQv9eiwnn5VIQA==} + '@next/swc-darwin-arm64@14.1.1': + resolution: {integrity: sha512-yDjSFKQKTIjyT7cFv+DqQfW5jsD+tVxXTckSe1KIouKk75t1qZmj/mV3wzdmFb0XHVGtyRjDMulfVG8uCKemOQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@13.4.13': - resolution: {integrity: sha512-t9nTiWCLApw8W4G1kqJyYP7y6/7lyal3PftmRturIxAIBlZss9wrtVN8nci50StDHmIlIDxfguYIEGVr9DbFTg==} + '@next/swc-darwin-x64@14.1.1': + resolution: {integrity: sha512-KCQmBL0CmFmN8D64FHIZVD9I4ugQsDBBEJKiblXGgwn7wBCSe8N4Dx47sdzl4JAg39IkSN5NNrr8AniXLMb3aw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@13.5.6': - resolution: {integrity: sha512-6cgBfxg98oOCSr4BckWjLLgiVwlL3vlLj8hXg2b+nDgm4bC/qVXXLfpLB9FHdoDu4057hzywbxKvmYGmi7yUzA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - - '@next/swc-linux-arm64-gnu@13.4.13': - resolution: {integrity: sha512-xEHUqC8eqR5DHe8SOmMnDU1K3ggrJ28uIKltrQAwqFSSSmzjnN/XMocZkcVhuncuxYrpbri0iMQstRyRVdQVWg==} + '@next/swc-linux-arm64-gnu@14.1.1': + resolution: {integrity: sha512-YDQfbWyW0JMKhJf/T4eyFr4b3tceTorQ5w2n7I0mNVTFOvu6CGEzfwT3RSAQGTi/FFMTFcuspPec/7dFHuP7Eg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@13.5.6': - resolution: {integrity: sha512-txagBbj1e1w47YQjcKgSU4rRVQ7uF29YpnlHV5xuVUsgCUf2FmyfJ3CPjZUvpIeXCJAoMCFAoGnbtX86BK7+sg==} + '@next/swc-linux-arm64-musl@14.1.1': + resolution: {integrity: sha512-fiuN/OG6sNGRN/bRFxRvV5LyzLB8gaL8cbDH5o3mEiVwfcMzyE5T//ilMmaTrnA8HLMS6hoz4cHOu6Qcp9vxgQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@13.4.13': - resolution: {integrity: sha512-sNf3MnLAm8rquSSAoeD9nVcdaDeRYOeey4stOWOyWIgbBDtP+C93amSgH/LPTDoUV7gNiU6f+ghepTjTjRgIUQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@next/swc-linux-arm64-musl@13.5.6': - resolution: {integrity: sha512-cGd+H8amifT86ZldVJtAKDxUqeFyLWW+v2NlBULnLAdWsiuuN8TuhVBt8ZNpCqcAuoruoSWynvMWixTFcroq+Q==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@next/swc-linux-x64-gnu@13.4.13': - resolution: {integrity: sha512-WhcRaJJSHyx9OWmKjjz+OWHumiPZWRqmM/09Bt7Up4UqUJFFhGExeztR4trtv3rflvULatu9IH/nTV8fUUgaMA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@next/swc-linux-x64-gnu@13.5.6': - resolution: {integrity: sha512-Mc2b4xiIWKXIhBy2NBTwOxGD3nHLmq4keFk+d4/WL5fMsB8XdJRdtUlL87SqVCTSaf1BRuQQf1HvXZcy+rq3Nw==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@next/swc-linux-x64-musl@13.4.13': - resolution: {integrity: sha512-+Y4LLhOWWZQIDKVwr2R17lq2KSN0F1c30QVgGIWfnjjHpH8nrIWHEndhqYU+iFuW8It78CiJjQKTw4f51HD7jA==} + '@next/swc-linux-x64-gnu@14.1.1': + resolution: {integrity: sha512-rv6AAdEXoezjbdfp3ouMuVqeLjE1Bin0AuE6qxE6V9g3Giz5/R3xpocHoAi7CufRR+lnkuUjRBn05SYJ83oKNQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@13.5.6': - resolution: {integrity: sha512-CFHvP9Qz98NruJiUnCe61O6GveKKHpJLloXbDSWRhqhkJdZD2zU5hG+gtVJR//tyW897izuHpM6Gtf6+sNgJPQ==} + '@next/swc-linux-x64-musl@14.1.1': + resolution: {integrity: sha512-YAZLGsaNeChSrpz/G7MxO3TIBLaMN8QWMr3X8bt6rCvKovwU7GqQlDu99WdvF33kI8ZahvcdbFsy4jAFzFX7og==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@13.4.13': - resolution: {integrity: sha512-rWurdOR20uxjfqd1X9vDAgv0Jb26KjyL8akF9CBeFqX8rVaBAnW/Wf6A2gYEwyYY4Bai3T7p1kro6DFrsvBAAw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@next/swc-win32-arm64-msvc@13.5.6': - resolution: {integrity: sha512-aFv1ejfkbS7PUa1qVPwzDHjQWQtknzAZWGTKYIAaS4NMtBlk3VyA6AYn593pqNanlicewqyl2jUhQAaFV/qXsg==} + '@next/swc-win32-arm64-msvc@14.1.1': + resolution: {integrity: sha512-1L4mUYPBMvVDMZg1inUYyPvFSduot0g73hgfD9CODgbr4xiTYe0VOMTZzaRqYJYBA9mana0x4eaAaypmWo1r5A==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-ia32-msvc@13.4.13': - resolution: {integrity: sha512-E8bSPwRuY5ibJ3CzLQmJEt8qaWrPYuUTwnrwygPUEWoLzD5YRx9SD37oXRdU81TgGwDzCxpl7z5Nqlfk50xAog==} + '@next/swc-win32-ia32-msvc@14.1.1': + resolution: {integrity: sha512-jvIE9tsuj9vpbbXlR5YxrghRfMuG0Qm/nZ/1KDHc+y6FpnZ/apsgh+G6t15vefU0zp3WSpTMIdXRUsNl/7RSuw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - '@next/swc-win32-ia32-msvc@13.5.6': - resolution: {integrity: sha512-XqqpHgEIlBHvzwG8sp/JXMFkLAfGLqkbVsyN+/Ih1mR8INb6YCc2x/Mbwi6hsAgUnqQztz8cvEbHJUbSl7RHDg==} - engines: {node: '>= 10'} - cpu: [ia32] - os: [win32] - - '@next/swc-win32-x64-msvc@13.4.13': - resolution: {integrity: sha512-4KlyC6jWRubPnppgfYsNTPeWfGCxtWLh5vaOAW/kdzAk9widqho8Qb5S4K2vHmal1tsURi7Onk2MMCV1phvyqA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - - '@next/swc-win32-x64-msvc@13.5.6': - resolution: {integrity: sha512-Cqfe1YmOS7k+5mGu92nl5ULkzpKuxJrP3+4AEuPmrpFZ3BHxTY3TnHmU1On3bFmFFs6FbTcdF58CCUProGpIGQ==} + '@next/swc-win32-x64-msvc@14.1.1': + resolution: {integrity: sha512-S6K6EHDU5+1KrBDLko7/c1MNy/Ya73pIAmvKeFwsF4RmBFJSO7/7YeD4FnZ4iBdzE69PpQ4sOMU9ORKeNuxe8A==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3930,9 +3873,6 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.1': - resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==} - '@swc/helpers@0.5.2': resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==} @@ -8350,11 +8290,6 @@ packages: resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - nanoid@3.3.6: - resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -8373,24 +8308,9 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - next@13.4.13: - resolution: {integrity: sha512-A3YVbVDNeXLhWsZ8Nf6IkxmNlmTNz0yVg186NJ97tGZqPDdPzTrHotJ+A1cuJm2XfuWPrKOUZILl5iBQkIf8Jw==} - engines: {node: '>=16.8.0'} - hasBin: true - peerDependencies: - '@opentelemetry/api': ^1.1.0 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - '@opentelemetry/api': - optional: true - sass: - optional: true - - next@13.5.6: - resolution: {integrity: sha512-Y2wTcTbO4WwEsVb4A8VSnOsG1I9ok+h74q0ZdxkwM3EODqrs4pasq7O0iUxbcS9VtWMicG7f3+HAj0r1+NtKSw==} - engines: {node: '>=16.14.0'} + next@14.1.1: + resolution: {integrity: sha512-McrGJqlGSHeaz2yTRPkEucxQKe5Zq7uPwyeHNmJaZNY4wx9E9QdxmTp310agFRoMuIYgQrCrT3petg13fSVOww==} + engines: {node: '>=18.17.0'} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 @@ -8998,10 +8918,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.14: - resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.31: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} @@ -11113,9 +11029,6 @@ packages: engines: {node: '>=8.0.0'} hasBin: true - zod@3.21.4: - resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} - zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -13461,62 +13374,33 @@ snapshots: pump: 3.0.0 tar-fs: 2.1.1 - '@next/env@13.4.13': {} - - '@next/env@13.5.6': {} + '@next/env@14.1.1': {} - '@next/swc-darwin-arm64@13.4.13': + '@next/swc-darwin-arm64@14.1.1': optional: true - '@next/swc-darwin-arm64@13.5.6': + '@next/swc-darwin-x64@14.1.1': optional: true - '@next/swc-darwin-x64@13.4.13': + '@next/swc-linux-arm64-gnu@14.1.1': optional: true - '@next/swc-darwin-x64@13.5.6': + '@next/swc-linux-arm64-musl@14.1.1': optional: true - '@next/swc-linux-arm64-gnu@13.4.13': + '@next/swc-linux-x64-gnu@14.1.1': optional: true - '@next/swc-linux-arm64-gnu@13.5.6': + '@next/swc-linux-x64-musl@14.1.1': optional: true - '@next/swc-linux-arm64-musl@13.4.13': + '@next/swc-win32-arm64-msvc@14.1.1': optional: true - '@next/swc-linux-arm64-musl@13.5.6': + '@next/swc-win32-ia32-msvc@14.1.1': optional: true - '@next/swc-linux-x64-gnu@13.4.13': - optional: true - - '@next/swc-linux-x64-gnu@13.5.6': - optional: true - - '@next/swc-linux-x64-musl@13.4.13': - optional: true - - '@next/swc-linux-x64-musl@13.5.6': - optional: true - - '@next/swc-win32-arm64-msvc@13.4.13': - optional: true - - '@next/swc-win32-arm64-msvc@13.5.6': - optional: true - - '@next/swc-win32-ia32-msvc@13.4.13': - optional: true - - '@next/swc-win32-ia32-msvc@13.5.6': - optional: true - - '@next/swc-win32-x64-msvc@13.4.13': - optional: true - - '@next/swc-win32-x64-msvc@13.5.6': + '@next/swc-win32-x64-msvc@14.1.1': optional: true '@nodelib/fs.scandir@2.1.5': @@ -14337,7 +14221,7 @@ snapshots: '@sentry/utils': 7.117.0 localforage: 1.10.0 - '@sentry/nextjs@7.117.0(encoding@0.1.13)(next@13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20))': + '@sentry/nextjs@7.117.0(encoding@0.1.13)(next@14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20))': dependencies: '@rollup/plugin-commonjs': 24.0.0(rollup@2.78.0) '@sentry/core': 7.117.0 @@ -14349,7 +14233,7 @@ snapshots: '@sentry/vercel-edge': 7.117.0 '@sentry/webpack-plugin': 1.21.0(encoding@0.1.13) chalk: 3.0.0 - next: 13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + next: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 resolve: 1.22.8 rollup: 2.78.0 @@ -15034,7 +14918,7 @@ snapshots: '@storybook/mdx2-csf@1.1.0': {} - '@storybook/nextjs@7.6.19(@swc/core@1.6.1(@swc/helpers@0.5.2))(@swc/helpers@0.5.2)(encoding@0.1.13)(esbuild@0.18.20)(next@13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(type-fest@2.19.0)(typescript@5.4.5)(webpack-hot-middleware@2.25.4)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20))': + '@storybook/nextjs@7.6.19(@swc/core@1.6.1(@swc/helpers@0.5.2))(@swc/helpers@0.5.2)(encoding@0.1.13)(esbuild@0.18.20)(next@14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(type-fest@2.19.0)(typescript@5.4.5)(webpack-hot-middleware@2.25.4)(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20))': dependencies: '@babel/core': 7.24.4 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.4) @@ -15064,7 +14948,7 @@ snapshots: fs-extra: 11.1.1 image-size: 1.0.2 loader-utils: 3.2.1 - next: 13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + next: 14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) node-polyfill-webpack-plugin: 2.0.1(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20)) pnp-webpack-plugin: 1.7.0(typescript@5.4.5) postcss: 8.4.31 @@ -15361,10 +15245,6 @@ snapshots: '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.1': - dependencies: - tslib: 2.6.2 - '@swc/helpers@0.5.2': dependencies: tslib: 2.6.2 @@ -17337,12 +17217,12 @@ snapshots: css-loader@6.8.1(webpack@5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20)): dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.31) - postcss-modules-local-by-default: 4.0.3(postcss@8.4.31) - postcss-modules-scope: 3.0.0(postcss@8.4.31) - postcss-modules-values: 4.0.0(postcss@8.4.31) + icss-utils: 5.1.0(postcss@8.4.38) + postcss: 8.4.38 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.38) + postcss-modules-scope: 3.0.0(postcss@8.4.38) + postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.6.2 webpack: 5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20) @@ -19155,9 +19035,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.4.31): + icss-utils@5.1.0(postcss@8.4.38): dependencies: - postcss: 8.4.31 + postcss: 8.4.38 idb@7.0.1: {} @@ -20988,8 +20868,6 @@ snapshots: mute-stream@1.0.0: {} - nanoid@3.3.6: {} - nanoid@3.3.7: {} napi-build-utils@1.0.2: {} @@ -21000,53 +20878,27 @@ snapshots: neo-async@2.6.2: {} - next@13.4.13(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@next/env': 13.4.13 - '@swc/helpers': 0.5.1 - busboy: 1.6.0 - caniuse-lite: 1.0.30001610 - postcss: 8.4.14 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.3.1) - watchpack: 2.4.0 - zod: 3.21.4 - optionalDependencies: - '@next/swc-darwin-arm64': 13.4.13 - '@next/swc-darwin-x64': 13.4.13 - '@next/swc-linux-arm64-gnu': 13.4.13 - '@next/swc-linux-arm64-musl': 13.4.13 - '@next/swc-linux-x64-gnu': 13.4.13 - '@next/swc-linux-x64-musl': 13.4.13 - '@next/swc-win32-arm64-msvc': 13.4.13 - '@next/swc-win32-ia32-msvc': 13.4.13 - '@next/swc-win32-x64-msvc': 13.4.13 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - - next@13.5.6(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next@14.1.1(@babel/core@7.24.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@next/env': 13.5.6 + '@next/env': 14.1.1 '@swc/helpers': 0.5.2 busboy: 1.6.0 caniuse-lite: 1.0.30001610 + graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) styled-jsx: 5.1.1(@babel/core@7.24.4)(react@18.3.1) - watchpack: 2.4.0 optionalDependencies: - '@next/swc-darwin-arm64': 13.5.6 - '@next/swc-darwin-x64': 13.5.6 - '@next/swc-linux-arm64-gnu': 13.5.6 - '@next/swc-linux-arm64-musl': 13.5.6 - '@next/swc-linux-x64-gnu': 13.5.6 - '@next/swc-linux-x64-musl': 13.5.6 - '@next/swc-win32-arm64-msvc': 13.5.6 - '@next/swc-win32-ia32-msvc': 13.5.6 - '@next/swc-win32-x64-msvc': 13.5.6 + '@next/swc-darwin-arm64': 14.1.1 + '@next/swc-darwin-x64': 14.1.1 + '@next/swc-linux-arm64-gnu': 14.1.1 + '@next/swc-linux-arm64-musl': 14.1.1 + '@next/swc-linux-x64-gnu': 14.1.1 + '@next/swc-linux-x64-musl': 14.1.1 + '@next/swc-win32-arm64-msvc': 14.1.1 + '@next/swc-win32-ia32-msvc': 14.1.1 + '@next/swc-win32-x64-msvc': 14.1.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -21726,26 +21578,26 @@ snapshots: semver: 7.6.2 webpack: 5.88.1(@swc/core@1.6.1(@swc/helpers@0.5.2))(esbuild@0.18.20) - postcss-modules-extract-imports@3.0.0(postcss@8.4.31): + postcss-modules-extract-imports@3.0.0(postcss@8.4.38): dependencies: - postcss: 8.4.31 + postcss: 8.4.38 - postcss-modules-local-by-default@4.0.3(postcss@8.4.31): + postcss-modules-local-by-default@4.0.3(postcss@8.4.38): dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 + icss-utils: 5.1.0(postcss@8.4.38) + postcss: 8.4.38 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.0.0(postcss@8.4.31): + postcss-modules-scope@3.0.0(postcss@8.4.38): dependencies: - postcss: 8.4.31 + postcss: 8.4.38 postcss-selector-parser: 6.0.13 - postcss-modules-values@4.0.0(postcss@8.4.31): + postcss-modules-values@4.0.0(postcss@8.4.38): dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 + icss-utils: 5.1.0(postcss@8.4.38) + postcss: 8.4.38 postcss-resolve-nested-selector@0.1.1: {} @@ -21769,17 +21621,11 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.4.14: - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - postcss@8.4.31: dependencies: - nanoid: 3.3.6 + nanoid: 3.3.7 picocolors: 1.0.0 - source-map-js: 1.0.2 + source-map-js: 1.2.0 postcss@8.4.38: dependencies: @@ -22395,7 +22241,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.31 + postcss: 8.4.38 source-map: 0.6.1 resolve.exports@2.0.2: {} @@ -24153,6 +23999,4 @@ snapshots: optionalDependencies: commander: 9.5.0 - zod@3.21.4: {} - zwitch@2.0.4: {}