From 89b5e5a3baff9b1cead4c10759eca9c8547b357c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:05:10 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to v14.2.22 --- package-lock.json | 27 ++++++++++++++------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index d47fc399..8ceaa3d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "devDependencies": { "@fontsource/material-icons": "5.0.18", "@fontsource/roboto": "5.0.13", - "@next/bundle-analyzer": "14.2.5", + "@next/bundle-analyzer": "14.2.22", "@storybook/addon-essentials": "8.4.4", "@storybook/addon-interactions": "8.4.4", "@storybook/addon-links": "8.4.4", @@ -49,7 +49,7 @@ "constructs": "10.3.0", "dotenv": "16.4.5", "eslint": "8.57.0", - "eslint-config-next": "14.2.5", + "eslint-config-next": "14.2.22", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-storybook": "0.8.0", @@ -7435,9 +7435,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.5.tgz", - "integrity": "sha512-BtBbI8VUnB7s4m9ut6CkeJ8Hyx+aq+86mbH+uAld7ZGG0/eH4+5hcPnkHKsQM/yj74iClazS0fninI8yZbIZWA==", + "version": "14.2.22", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.22.tgz", + "integrity": "sha512-BJD/ieE058RXxubHCE/WfQ7AwbVqAEJcRkw7NdsYJ2ky2RKIB7A/0Pf7M0nemxM9vDah3wPUeEuLD7/DpZajsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -7451,9 +7451,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.5.tgz", - "integrity": "sha512-LY3btOpPh+OTIpviNojDpUdIbHW9j0JBYBjsIp8IxtDFfYFyORvw3yNq6N231FVqQA7n7lwaf7xHbVJlA1ED7g==", + "version": "14.2.22", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.22.tgz", + "integrity": "sha512-8xCmBMd+hUapMpviPp5g3oDhoWRtbE/QeN/Nvth+SZrdt7xt9TBsH8cePkRwRjXFpwHndpRDNVQROxR/1HiVbg==", "dev": true, "license": "MIT", "dependencies": { @@ -18593,15 +18593,16 @@ } }, "node_modules/eslint-config-next": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.5.tgz", - "integrity": "sha512-zogs9zlOiZ7ka+wgUnmcM0KBEDjo4Jis7kxN1jvC0N4wynQ2MIx/KBkg4mVF63J5EK4W0QMCn7xO3vNisjaAoA==", + "version": "14.2.22", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.22.tgz", + "integrity": "sha512-4C26Xkqh5RWO9ieNOg7flfWsGiIfzblhXWQHUCa4wgswfjeFm4ku4M/Zc2IGBwA2BmrSn5kyJ8vt+JQg55g65Q==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "14.2.5", + "@next/eslint-plugin-next": "14.2.22", "@rushstack/eslint-patch": "^1.3.3", - "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0", + "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.28.1", diff --git a/package.json b/package.json index 69f80911..e1e49d1b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@fontsource/material-icons": "5.0.18", "@fontsource/roboto": "5.0.13", - "@next/bundle-analyzer": "14.2.5", + "@next/bundle-analyzer": "14.2.22", "@storybook/addon-essentials": "8.4.4", "@storybook/addon-interactions": "8.4.4", "@storybook/addon-links": "8.4.4", @@ -65,7 +65,7 @@ "constructs": "10.3.0", "dotenv": "16.4.5", "eslint": "8.57.0", - "eslint-config-next": "14.2.5", + "eslint-config-next": "14.2.22", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-storybook": "0.8.0",