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/node from 20.16.1 to 20.16.3.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.3.4 to 18.3.5.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - openai from 4.56.0 to 4.57.0.
    See this package in npm: https://www.npmjs.com/package/openai
  - postcss from 8.4.41 to 8.4.44.
    See this package in npm: https://www.npmjs.com/package/postcss

See this project in Snyk:
https://app.snyk.io/org/visrut-at-incubyte/project/2c3c2446-00aa-41e1-ad15-e8f8f90bf108?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 23, 2024
1 parent 840849d commit b485e42
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 27 deletions.
53 changes: 30 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"db-ui": "npx mongoku start"
},
"dependencies": {
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"encoding": "^0.1.13",
"eslint-config-next": "13.5.6",
"mongodb": "^6.8.0",
"next": "13.5.6",
"openai": "^4.56.0",
"postcss": "8.4.41",
"openai": "^4.57.0",
"postcss": "8.4.44",
"react": "18.3.1",
"react-csv-downloader": "^3.1.0",
"react-dom": "18.3.1",
Expand Down

0 comments on commit b485e42

Please sign in to comment.