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:
  - @netlify/functions from 2.0.2 to 2.8.1.
    See this package in npm: https://www.npmjs.com/package/@netlify/functions
  - axios from 1.5.0 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - dotenv from 16.3.1 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - typed.js from 2.0.132 to 2.1.0.
    See this package in npm: https://www.npmjs.com/package/typed.js

See this project in Snyk:
https://app.snyk.io/org/marymkohn/project/8846e144-67a3-448d-bf51-fa4c29eddbe9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent fda0c1d commit 6f5a3ca
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
66 changes: 34 additions & 32 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 @@ -2,10 +2,10 @@
"name": "quote-generator",
"version": "1.0.0",
"dependencies": {
"@netlify/functions": "github:netlify/functions",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"typed.js": "^2.0.132"
"@netlify/functions": "2.8.1",
"axios": "^1.7.5",
"dotenv": "^16.4.5",
"typed.js": "^2.1.0"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6f5a3ca

Please sign in to comment.