Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#1142)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/anand-7Txx9hWJUcL7PXWjGuXRhX/project/87ffaf2a-e9c9-4771-b97f-fb52db251cef?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Saravanan <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 2f8068b commit c60d8cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions new_lineage_panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions new_lineage_panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"bootstrap": "^5.3.2",
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reactflow": "^11.10.4",
"reactstrap": "^9.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit c60d8cf

Please sign in to comment.