From ee25a003ecc55739ebe122c4a52cd44f453c1f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:06:53 -0300 Subject: [PATCH] fix(deps): bump react-select from 5.7.0 to 5.7.3 (#159) Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.0 to 5.7.3. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.7.0...react-select@5.7.3) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98edb33b..6834a80b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "fast-xml-parser": "^4.0.12", "next": "^13.4.0", "nextjs-cors": "^2.1.2", - "react-select": "^5.7.0", + "react-select": "^5.7.3", "uuid": "^9.0.0" }, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0df1f7e..da7e8b6e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ importers: specifier: ^2.1.2 version: 2.1.2(next@13.4.0) react-select: - specifier: ^5.7.0 - version: 5.7.0(@babel/core@7.20.2)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + specifier: ^5.7.3 + version: 5.7.3(@babel/core@7.20.2)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) uuid: specifier: ^9.0.0 version: 9.0.0 @@ -4997,8 +4997,8 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /react-select@5.7.0(@babel/core@7.20.2)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==} + /react-select@5.7.3(@babel/core@7.20.2)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0