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:
  - @babel/runtime from 7.23.2 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/runtime
  - core-js from 3.33.0 to 3.38.1.
    See this package in npm: https://www.npmjs.com/package/core-js
  - canvg from 3.0.6 to 3.0.10.
    See this package in npm: https://www.npmjs.com/package/canvg
  - fflate from 0.8.1 to 0.8.2.
    See this package in npm: https://www.npmjs.com/package/fflate
  - html2canvas from 1.0.0-rc.5 to 1.4.1.
    See this package in npm: https://www.npmjs.com/package/html2canvas

See this project in Snyk:
https://app.snyk.io/org/mrrio/project/50515eb1-b03b-4f42-9f17-cce1a33d5d1a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent caf5159 commit 5413203
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 40 deletions.
125 changes: 88 additions & 37 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"url": "https://github.com/MrRio/jsPDF.git"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@babel/runtime": "^7.25.4",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"fflate": "^0.8.1"
"fflate": "^0.8.2"
},
"optionalDependencies": {
"canvg": "^3.0.6",
Expand All @@ -47,7 +47,7 @@
"@typescript-eslint/parser": "^3.6.0",
"chalk": "^4.1.0",
"codeclimate-test-reporter": "^0.5.1",
"core-js": "^3.33.0",
"core-js": "^3.38.1",
"diff": "^4.0.2",
"docdash": "^1.2.0",
"eslint": "^7.4.0",
Expand Down

0 comments on commit 5413203

Please sign in to comment.