diff --git a/package-lock.json b/package-lock.json index 0a9a50f..8031379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "mongodb": "^6.1.0", "next": "^14.0.4", - "next-intl": "^3.1.4", + "next-intl": "^3.3.2", "next-pwa": "^5.6.0", "postcss": "8.4.33", "react": "^18.2.0", @@ -7608,9 +7608,9 @@ } }, "node_modules/next-intl": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.3.0.tgz", - "integrity": "sha512-PFPlR+lyw+ap8Rlx/OjU1mDnUmyFh/ZkCyU90uqqK6bz1+fodoBHVRuBzL1XQtbg7LxNepEfTsAZXi8yWg3nCw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.3.2.tgz", + "integrity": "sha512-iIuIa6UULhClCpXGv/L05vJzAYEXbpMf1SrjSDwbtnFJP3mDjG6rBkffiEIqawfizGzUjnYf5r3GtptRL6MIBg==", "funding": [ { "type": "individual", @@ -7620,7 +7620,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.3.0" + "use-intl": "^3.3.2" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -10046,9 +10046,9 @@ } }, "node_modules/use-intl": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.3.0.tgz", - "integrity": "sha512-E56tPDC3CKj1Bu+zIa5DiPqv9734OIqht80RWew2cBeuuxSCvuI2b9hMi/o4vDcKNEA5BXnZMsxdsgmNWAR3UA==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.4.2.tgz", + "integrity": "sha512-+9xUu01CqkxV0fqMXmxi08gUNCcWGSDFmSHiMSzodRXWGBPFeXcnhQXQ5UOGoCUQygW6vH+dntyXTKtb4hefYw==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^9.3.18" diff --git a/package.json b/package.json index ac66ec7..f563cb9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "lodash": "^4.17.21", "mongodb": "^6.1.0", "next": "^14.0.4", - "next-intl": "^3.1.4", + "next-intl": "^3.3.2", "next-pwa": "^5.6.0", "postcss": "8.4.33", "react": "^18.2.0",