Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade react-select from 5.8.2 to 5.8.3 #1127

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-lock-scroll": "^0.1.8",
"react-select": "^5.8.1",
"react-select": "^5.8.3",
"sharp": "^0.33.5",
"unified": "^10.1.2",
"uuid": "^9.0.1"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13706,9 +13706,9 @@ __metadata:
languageName: node
linkType: hard

"react-select@npm:^5.8.1":
version: 5.8.2
resolution: "react-select@npm:5.8.2"
"react-select@npm:^5.8.3":
version: 5.8.3
resolution: "react-select@npm:5.8.3"
dependencies:
"@babel/runtime": "npm:^7.12.0"
"@emotion/cache": "npm:^11.4.0"
Expand All @@ -13722,7 +13722,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 143f3974829d6abc79a80ab79e1daaa054ad5120064c8f840d2d224cc60a853896a68ef3451f90b9997751ba17e7d558bd8875bed7be19ea3166a491d10783c7
checksum: 16a4543b1d9ffbf54dd2f749cc5ff765254ad96186fbdac164c1e20e3c40a7c64b726e020050775b3d54d10b9ac6e60ff9eb7fd443010982496dad814958e5fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -14453,7 +14453,7 @@ __metadata:
react-dom: "npm:^18.3.1"
react-i18next: "npm:^13.5.0"
react-lock-scroll: "npm:^0.1.8"
react-select: "npm:^5.8.1"
react-select: "npm:^5.8.3"
sharp: "npm:^0.33.5"
storybook: "npm:^8.0.9"
tailwindcss: "npm:^3.0.9"
Expand Down
Loading