Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @testing-library/jest-dom from 5.11.10 to 5.17.0.
    See this package in npm: https://www.npmjs.com/package/@testing-library/jest-dom
  - @testing-library/react from 11.2.5 to 11.2.7.
    See this package in npm: https://www.npmjs.com/package/@testing-library/react
  - react-icons from 4.2.0 to 4.12.0.
    See this package in npm: https://www.npmjs.com/package/react-icons
  - react-router-dom from 5.2.0 to 5.3.4.
    See this package in npm: https://www.npmjs.com/package/react-router-dom
  - react-scripts from 5.0.0 to 5.0.1.
    See this package in npm: https://www.npmjs.com/package/react-scripts
  - react-transition-group from 4.4.1 to 4.4.5.
    See this package in npm: https://www.npmjs.com/package/react-transition-group
  - styled-components from 5.2.2 to 5.3.11.
    See this package in npm: https://www.npmjs.com/package/styled-components
  - swiper from 6.5.4 to 6.8.4.
    See this package in npm: https://www.npmjs.com/package/swiper
  - web-vitals from 1.1.1 to 1.1.2.
    See this package in npm: https://www.npmjs.com/package/web-vitals

See this project in Snyk:
https://app.snyk.io/org/v1nc1d4/project/39d01187-1358-4473-952d-99a8bc56438e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 23, 2024
1 parent 10f8a16 commit 59bea71
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 111 deletions.
178 changes: 76 additions & 102 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.2",
"swiper": "^6.5.4",
"react-icons": "^4.12.0",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.11",
"swiper": "^6.8.4",
"uuid": "^8.3.2",
"web-vitals": "^1.1.1"
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 59bea71

Please sign in to comment.