Skip to content

Commit 34050ae

Browse files
dependabot[bot]TomNaessens
authored andcommitted
Bump react-select from 5.5.0 to 5.5.4
Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.0 to 5.5.4. - [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/[email protected]@5.5.4) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92f83ef commit 34050ae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postcss": "^8.4.18",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-select": "^5.5.0",
16+
"react-select": "^5.5.4",
1717
"tailwindcss": "^3.2.1",
1818
"tom-select": "^2.2.2"
1919
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -780,10 +780,10 @@ luxon@^3.0.4:
780780
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.4.tgz#d179e4e9f05e092241e7044f64aaa54796b03929"
781781
integrity sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==
782782

783-
memoize-one@^5.0.0:
784-
version "5.2.1"
785-
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e"
786-
integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==
783+
memoize-one@^6.0.0:
784+
version "6.0.0"
785+
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-6.0.0.tgz#b2591b871ed82948aee4727dc6abceeeac8c1045"
786+
integrity sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==
787787

788788
merge2@^1.3.0:
789789
version "1.4.1"
@@ -969,17 +969,17 @@ react-is@^16.13.1, react-is@^16.7.0:
969969
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
970970
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
971971

972-
react-select@^5.5.0:
973-
version "5.5.0"
974-
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.0.tgz#c82286e20b26194738186ada54cc8a0c677dfc6e"
975-
integrity sha512-yzA+eavdxpF5Onf0u9KZ84qxr8r/CwPPn777bRkslbDtEUYx2+m13OrhP3WVa30+aWYxwkO/pkLcZ7q7r/6OhQ==
972+
react-select@^5.5.4:
973+
version "5.5.4"
974+
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.4.tgz#da05b8b66d33f6fc1f92fdccd0fa50d7f4418554"
975+
integrity sha512-lyr19joBUm/CNJgjZMBSnFvJ/MeHCmBYvQ050qYAP3EPa7Oenlnx9guhU+SW0goYgxLQyqwRvkFllQpFAp8tmQ==
976976
dependencies:
977977
"@babel/runtime" "^7.12.0"
978978
"@emotion/cache" "^11.4.0"
979979
"@emotion/react" "^11.8.1"
980980
"@floating-ui/dom" "^1.0.1"
981981
"@types/react-transition-group" "^4.4.0"
982-
memoize-one "^5.0.0"
982+
memoize-one "^6.0.0"
983983
prop-types "^15.6.0"
984984
react-transition-group "^4.3.0"
985985
use-isomorphic-layout-effect "^1.1.2"

0 commit comments

Comments
 (0)