Skip to content

Commit

Permalink
fix: upgrade @types/react-dom from 18.2.14 to 18.2.15
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/react-dom from 18.2.14 to 18.2.15.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/mvp24601g/project/8e3613e9-68ea-4073-84dd-4eaf448207fd?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 29, 2023
1 parent 39de5b1 commit 5adfb77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.8",
"@types/react-dom": "^18.2.15",
"@types/react-syntax-highlighter": "^15.5.8",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1700,10 +1700,10 @@
dependencies:
"@types/react" "*"

"@types/react-dom@^18.2.8":
version "18.2.14"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539"
integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==
"@types/react-dom@^18.2.15":
version "18.2.17"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.17.tgz#375c55fab4ae671bd98448dcfa153268d01d6f64"
integrity sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 5adfb77

Please sign in to comment.