From 0f9e63520f8fa5f36ba73e83eb555191eac9a8e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:07:30 +0000 Subject: [PATCH 1/2] fix(deps): update dependency next-intl to v3.11.0 --- apps/web/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 16293a0..060436a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -42,7 +42,7 @@ "database": "workspace:*", "next": "14.1.4", "next-auth": "4.24.7", - "next-intl": "3.10.0", + "next-intl": "3.11.0", "nodemailer": "6.9.13", "normalize.css": "8.0.1", "react": "18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f2fbe5..127f223 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: 4.24.7 version: 4.24.7(next@14.1.4)(nodemailer@6.9.13)(react-dom@18.2.0)(react@18.2.0) next-intl: - specifier: 3.10.0 - version: 3.10.0(next@14.1.4)(react@18.2.0) + specifier: 3.11.0 + version: 3.11.0(next@14.1.4)(react@18.2.0) nodemailer: specifier: 6.9.13 version: 6.9.13 @@ -10867,8 +10867,8 @@ packages: uuid: 8.3.2 dev: false - /next-intl@3.10.0(next@14.1.4)(react@18.2.0): - resolution: {integrity: sha512-kqQvOxLvI3ZjvcMFwOBjh71ufNWxHEMaEgxhFZGIXYAvkRI//9zbqeQJkQMwEpI6mDBM+6n+SJd0+pLt0t5GVw==} + /next-intl@3.11.0(next@14.1.4)(react@18.2.0): + resolution: {integrity: sha512-2YYsg0uQkocOIO4HOiu8CbaCkPBWIs4gunUc9HSPimGFJR6WLp8JyzksKadaZOz3o5z2NmMvq7h/RcONCYurhw==} peerDependencies: next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10877,7 +10877,7 @@ packages: negotiator: 0.6.3 next: 14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - use-intl: 3.10.0(react@18.2.0) + use-intl: 3.11.0(react@18.2.0) dev: false /next@14.1.4(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0): @@ -13815,8 +13815,8 @@ packages: qs: 6.11.2 dev: true - /use-intl@3.10.0(react@18.2.0): - resolution: {integrity: sha512-rKCDbszyUP88477VP6DBCN3t3xdTta2o5GwgN1Rlquctm4PErO1YPDY+UI8DgfkVAWNt6X9gfF7ntQZ20H2ivg==} + /use-intl@3.11.0(react@18.2.0): + resolution: {integrity: sha512-zq0V1vBruZ+8BPcpLszPayRvPVCcnlkCU5l9ghrSVAkJgj/EAHlXTd6grbxnkKUeC4V7UNFR88OqF15HML7Bow==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: From 0ca13df7beea83f6d7de203aaa52ed79cd714584 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Apr 2024 23:07:51 +0000 Subject: [PATCH 2/2] chore: add changeset renovate-0f9e635 --- .changeset/renovate-0f9e635.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/renovate-0f9e635.md diff --git a/.changeset/renovate-0f9e635.md b/.changeset/renovate-0f9e635.md new file mode 100644 index 0000000..b75fe0c --- /dev/null +++ b/.changeset/renovate-0f9e635.md @@ -0,0 +1,5 @@ +--- +'web': patch +--- + +Updated dependency `next-intl` to `3.11.0`.