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:
  - @apollo/client from 3.11.4 to 3.11.5.
    See this package in npm: https://www.npmjs.com/package/@apollo/client
  - styled-components from 6.1.12 to 6.1.13.
    See this package in npm: https://www.npmjs.com/package/styled-components

See this project in Snyk:
https://app.snyk.io/org/dilbarov/project/17586872-d20d-4470-8382-4ba3512b42cf?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent 37f9b36 commit aedeaec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"private": true,
"dependencies": {
"@apollo/client": "^3.11.4",
"@apollo/client": "^3.11.5",
"@apollo/server": "^4.11.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"react-use": "^17.5.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"styled-components": "^6.1.12",
"styled-components": "^6.1.13",
"tslib": "^2.3.0",
"typeorm": "0.3.20",
"uuid": "^10.0.0"
Expand Down

0 comments on commit aedeaec

Please sign in to comment.