From b1c6e16e605ad7e0da9f162cad5881cd2622ea9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Dec 2023 22:53:06 +0000 Subject: [PATCH] fix: upgrade next-intl from 3.1.3 to 3.2.1 Snyk has created this PR to upgrade next-intl from 3.1.3 to 3.2.1. See this package in npm: https://www.npmjs.com/package/next-intl See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/4f308ce2-903a-44f4-ba41-1e2222ab2aa9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b3105279e63e..32428398322a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "nodejs.org", + "name": "npm-proj-1703458332755-0.8138560312538199VdsSAi", "version": "1.0.0", "lockfileVersion": 3, "requires": true, @@ -31,7 +31,7 @@ "husky": "8.0.3", "lint-staged": "15.0.2", "next": "~14.0.3", - "next-intl": "^3.1.3", + "next-intl": "^3.2.1", "next-themes": "~0.2.1", "postcss": "~8.4.30", "postcss-calc": "~9.0.1", @@ -26776,13 +26776,13 @@ } }, "node_modules/next-intl": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.1.3.tgz", - "integrity": "sha512-pjR6px7qj5i7gNgFMFlk6nX8Y0A2xeoYUYXEMrvg9dg3peRuZYGpcf6r46+paEd2JvvIZSb7WzlUH98nu5S5HQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.2.1.tgz", + "integrity": "sha512-Tfin94t/d9tNh+EPiWLPto2WsLC2/AFvBVi+OB8568l3TvflaVBbDWFn1a08sbEsjz7OltFKmS565+NIsXBi1w==", "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.1.3" + "use-intl": "^3.2.1" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -35566,9 +35566,9 @@ } }, "node_modules/use-intl": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.1.3.tgz", - "integrity": "sha512-rYP1O+RiVef8/iMdZxYp4KIuPszzFQQMzp1y0pMm1VBRdrwWw9YA5j2bEIbjxRk6DaVGW+cpW9mdPe5X2snNvg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.4.0.tgz", + "integrity": "sha512-vFwyAm9RDXjQN83wle9LjmE5PB/k0vOU0FetHffjr7/wLW8xlX2tAABxIyG1gy9eS5IYixAezvJXYr8g6fRIXA==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^9.3.18" diff --git a/package.json b/package.json index a34a37caba8d6..a001a5cc2593a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "husky": "8.0.3", "lint-staged": "15.0.2", "next": "~14.0.3", - "next-intl": "^3.1.3", + "next-intl": "^3.2.1", "next-themes": "~0.2.1", "postcss": "~8.4.30", "postcss-calc": "~9.0.1",