From b6429bda73bcddf43316b6b3733abd75fdd08cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:24:48 +0000 Subject: [PATCH] Bump @next/env from 14.2.3 to 14.2.15 Bumps [@next/env](https://github.com/vercel/next.js/tree/HEAD/packages/next-env) from 14.2.3 to 14.2.15. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.15/packages/next-env) --- updated-dependencies: - dependency-name: "@next/env" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d878e91..061ebd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@navikt/ds-react": "^6.8.0", "@navikt/ds-tailwind": "^6.8.0", "@navikt/ds-tokens": "^6.8.0", - "@next/env": "^14.2.3", + "@next/env": "^14.2.15", "@tanstack/react-query": "^5.39.0", "array-shuffle": "^3.0.0", "classnames": "^2.5.1", @@ -1943,9 +1943,9 @@ "integrity": "sha512-KK2RMX5yCnw8NdwmX5ZSA5LoFX0hQlkpba9CopUGOPxHdC0vOz0CfYwNqJgUhP/HPy2E2GHN37HOWkonqv7BCw==" }, "node_modules/@next/env": { - "version": "14.2.3", - "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.3.tgz", - "integrity": "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==" + "version": "14.2.15", + "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.15.tgz", + "integrity": "sha512-S1qaj25Wru2dUpcIZMjxeMVSwkt8BK4dmWHHiBuRstcIyOsMapqT4A4jSB6onvqeygkSSmOkyny9VVx8JIGamQ==" }, "node_modules/@next/eslint-plugin-next": { "version": "14.2.3", @@ -7088,6 +7088,11 @@ } } }, + "node_modules/next/node_modules/@next/env": { + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.3.tgz", + "integrity": "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==" + }, "node_modules/next/node_modules/postcss": { "version": "8.4.31", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", diff --git a/package.json b/package.json index a5553a2..aca29b9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@navikt/ds-react": "^6.8.0", "@navikt/ds-tailwind": "^6.8.0", "@navikt/ds-tokens": "^6.8.0", - "@next/env": "^14.2.3", + "@next/env": "^14.2.15", "@tanstack/react-query": "^5.39.0", "array-shuffle": "^3.0.0", "classnames": "^2.5.1",