Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Name
Versions
Released on
@emotion/styledfrom 11.11.0 to 11.13.0 | 3 versions ahead of your current version | 2 months agoon 2024-07-20
reactfrom 18.2.0 to 18.3.1 | 385 versions ahead of your current version | 5 months agoon 2024-04-26
react-domfrom 18.2.0 to 18.3.1 | 385 versions ahead of your current version | 5 months agoon 2024-04-26
@emotion/reactfrom 11.11.0 to 11.13.3 | 6 versions ahead of your current version | a month agoon 2024-08-21
@mui/icons-materialfrom 5.11.16 to 5.16.7 | 47 versions ahead of your current version | a month agoon 2024-08-09
@mui/materialfrom 5.13.0 to 5.16.7 | 58 versions ahead of your current version | a month agoon 2024-08-09
@reduxjs/toolkitfrom 1.9.5 to 1.9.7 | 2 versions ahead of your current version | a year agoon 2023-10-04
axiosfrom 1.4.0 to 1.7.7 | 22 versions ahead of your current version | 21 days agoon 2024-08-31
firebase-adminfrom 11.8.0 to 11.11.1 | 5 versions ahead of your current version | 10 months agoon 2023-11-23
momentfrom 2.29.4 to 2.30.1 | 2 versions ahead of your current version | 9 months agoon 2023-12-27
nextfrom 12.3.0 to 12.3.4 | 47 versions ahead of your current version | 2 years agoon 2022-11-21
nextjs-google-analyticsfrom 2.3.3 to 2.3.7 | 1 version ahead of your current version | a month agoon 2024-08-15
react-hook-formfrom 7.43.9 to 7.53.0 | 44 versions ahead of your current version | a month agoon 2024-08-24
react-hook-form-muifrom 6.1.0 to 6.8.0 | 20 versions ahead of your current version | 9 months agoon 2023-12-29
unifiedfrom 11.0.4 to 11.0.5 | 1 version ahead of your current version | 3 months agoon 2024-06-19
react-markdownfrom 9.0.0 to 9.0.1 | 1 version ahead of your current version | 10 months agoon 2023-11-13
react-reduxfrom 8.0.7 to 8.1.3 | 4 versions ahead of your current version | a year agoon 2023-10-01
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@emotion/styledfrom 11.11.0 to 11.13.0 | 3 versions ahead of your current version | 2 months agoon 2024-07-20 reactfrom 18.2.0 to 18.3.1 | 385 versions ahead of your current version | 5 months agoon 2024-04-26 react-domfrom 18.2.0 to 18.3.1 | 385 versions ahead of your current version | 5 months agoon 2024-04-26 @emotion/reactfrom 11.11.0 to 11.13.3 | 6 versions ahead of your current version | a month agoon 2024-08-21 @mui/icons-materialfrom 5.11.16 to 5.16.7 | 47 versions ahead of your current version | a month agoon 2024-08-09 @mui/materialfrom 5.13.0 to 5.16.7 | 58 versions ahead of your current version | a month agoon 2024-08-09 @reduxjs/toolkitfrom 1.9.5 to 1.9.7 | 2 versions ahead of your current version | a year agoon 2023-10-04 axiosfrom 1.4.0 to 1.7.7 | 22 versions ahead of your current version | 21 days agoon 2024-08-31 firebase-adminfrom 11.8.0 to 11.11.1 | 5 versions ahead of your current version | 10 months agoon 2023-11-23 momentfrom 2.29.4 to 2.30.1 | 2 versions ahead of your current version | 9 months agoon 2023-12-27 nextfrom 12.3.0 to 12.3.4 | 47 versions ahead of your current version | 2 years agoon 2022-11-21 nextjs-google-analyticsfrom 2.3.3 to 2.3.7 | 1 version ahead of your current version | a month agoon 2024-08-15 react-hook-formfrom 7.43.9 to 7.53.0 | 44 versions ahead of your current version | a month agoon 2024-08-24 react-hook-form-muifrom 6.1.0 to 6.8.0 | 20 versions ahead of your current version | 9 months agoon 2023-12-29 unifiedfrom 11.0.4 to 11.0.5 | 1 version ahead of your current version | 3 months agoon 2024-06-19 react-markdownfrom 9.0.0 to 9.0.1 | 1 version ahead of your current version | 10 months agoon 2023-11-13 react-reduxfrom 8.0.7 to 8.1.3 | 4 versions ahead of your current version | a year agoon 2023-10-01
Issues fixed by the recommended upgrade:
SNYK-JS-MARKDOWNIT-6483324
SNYK-JS-PROTOBUFJS-5756498
SNYK-JS-AXIOS-6032459
SNYK-JS-AXIOS-6144788
SNYK-JS-AXIOS-7361793
SNYK-JS-FOLLOWREDIRECTS-6141137
SNYK-JS-AXIOS-6124857
SNYK-JS-FOLLOWREDIRECTS-6444610
Release notes
Package name: @emotion/styled
Package name: react
act
fromreact
f1338fThis release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874React DOM
onRecoverableError
. (@ gnoff in #24591)document
causing a blank page on mismatch. (@ gnoff in #24523)setState
in Safari when adding an iframe. (@ gaearon in #24459)React DOM Server
<title>
elements to match the browser constraints. (@ gnoff in #24679)highWaterMark
to0
. (@ jplhomer in #24641)Server Components (Experimental)
useId()
inside Server Components. (@ gnoff) in #24172Package name: react-dom
act
fromreact
f1338fThis release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874