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.2.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - openai from 4.56.0 to 4.56.1.
    See this package in npm: https://www.npmjs.com/package/openai

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 18, 2024
1 parent 840849d commit 9e7034a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 @@ -13,15 +13,15 @@
"db-ui": "npx mongoku start"
},
"dependencies": {
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@types/react": "18.3.4",
"@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",
"openai": "^4.56.1",
"postcss": "8.4.41",
"react": "18.3.1",
"react-csv-downloader": "^3.1.0",
Expand Down

0 comments on commit 9e7034a

Please sign in to comment.