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:
  - @types/react from 18.3.3 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - nanostores from 0.11.2 to 0.11.3.
    See this package in npm: https://www.npmjs.com/package/nanostores

See this project in Snyk:
https://app.snyk.io/org/bamanczak-ice/project/68245c62-eace-4bbd-8f2e-fbcd9379f3e9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent 65559ec commit 88e5e73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions blog/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 blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/vercel": "^7.8.0",
"@nanostores/persistent": "^0.10.2",
"@nextui-org/react": "^2.4.6",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.12",
Expand All @@ -31,7 +31,7 @@
"astro-tooltips": "^0.6.2",
"bowser": "^2.11.0",
"framer-motion": "^11.3.28",
"nanostores": "^0.11.2",
"nanostores": "^0.11.3",
"overlayscrollbars": "^2.10.0",
"preline": "^2.4.1",
"react": "^18.3.1",
Expand Down

0 comments on commit 88e5e73

Please sign in to comment.