From ee0aad66fa409abb85b9264a9ad08a4449866f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:27:19 +0000 Subject: [PATCH] chore(deps): bump react-toastify in the production-deps group Bumps the production-deps group with 1 update: [react-toastify](https://github.com/fkhadra/react-toastify). Updates `react-toastify` from 10.0.5 to 10.0.6 - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.5...v10.0.6) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps ... Signed-off-by: dependabot[bot] --- packages/payload/package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/packages/payload/package.json b/packages/payload/package.json index 15f40369310..a0ad645ebe9 100644 --- a/packages/payload/package.json +++ b/packages/payload/package.json @@ -129,7 +129,7 @@ "react-router-dom": "5.3.4", "react-router-navigation-prompt": "1.9.6", "react-select": "5.7.4", - "react-toastify": "10.0.5", + "react-toastify": "10.0.6", "sanitize-filename": "1.6.3", "sass": "1.69.4", "scheduler": "0.23.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 742fad7c2de..fba1e55bdbb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -850,8 +850,8 @@ importers: specifier: 5.7.4 version: 5.7.4(@types/react@18.2.15)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-toastify: - specifier: 10.0.5 - version: 10.0.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: 10.0.6 + version: 10.0.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) sanitize-filename: specifier: 1.6.3 version: 1.6.3 @@ -2252,9 +2252,11 @@ packages: '@esbuild-kit/core-utils@3.3.2': resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} + deprecated: 'Merged into tsx: https://tsx.is' '@esbuild-kit/esm-loader@2.6.5': resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} + deprecated: 'Merged into tsx: https://tsx.is' '@esbuild/aix-ppc64@0.19.12': resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} @@ -5800,6 +5802,7 @@ packages: eslint@8.48.0: resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true esniff@2.0.1: @@ -7286,6 +7289,7 @@ packages: libsql@0.1.34: resolution: {integrity: sha512-LGofp7z7gi1Td6vu2GxaA4WyvSPEkuFn0f/ePSti1TsAlBU0LWxdk+bj9D8nqswzxiqe5wpAyTLhVzTIYSyXEA==} + cpu: [x64, arm64] os: [darwin, linux, win32] lie@3.1.1: @@ -8987,8 +8991,8 @@ packages: peerDependencies: react: ^16.3.0 || ^17.0.0 || ^18.0.0 - react-toastify@10.0.5: - resolution: {integrity: sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==} + react-toastify@10.0.6: + resolution: {integrity: sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==} peerDependencies: react: '>=18' react-dom: '>=18' @@ -9044,8 +9048,8 @@ packages: resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - readable-stream@https://codeload.github.com/Raynos/readable-stream/tar.gz/b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f: - resolution: {tarball: https://codeload.github.com/Raynos/readable-stream/tar.gz/b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f} + readable-stream@git+https://git@github.com:Raynos/readable-stream.git#b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f: + resolution: {commit: b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f, repo: git@github.com:Raynos/readable-stream.git, type: git} version: 0.3.1 readable-web-to-node-stream@3.0.2: @@ -20166,7 +20170,7 @@ snapshots: dependencies: react: 18.2.0 - react-toastify@10.0.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-toastify@10.0.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: clsx: 2.1.1 react: 18.2.0 @@ -20225,7 +20229,7 @@ snapshots: read-stream@2.1.1: dependencies: process: 0.5.2 - readable-stream: https://codeload.github.com/Raynos/readable-stream/tar.gz/b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f + readable-stream: git+https://git@github.com:Raynos/readable-stream.git#b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f readable-stream@1.0.34: dependencies: @@ -20258,7 +20262,7 @@ snapshots: process: 0.11.10 string_decoder: 1.3.0 - readable-stream@https://codeload.github.com/Raynos/readable-stream/tar.gz/b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f: {} + readable-stream@git+https://git@github.com:Raynos/readable-stream.git#b1a911ce6e4f4c5a7e2948cd23c2f9ee1ea0696f: {} readable-web-to-node-stream@3.0.2: dependencies: