Skip to content

Commit 5413203

Browse files
committed
fix: upgrade multiple dependencies with Snyk
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
1 parent caf5159 commit 5413203

File tree

2 files changed

+91
-40
lines changed

2 files changed

+91
-40
lines changed

package-lock.json

Lines changed: 88 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"url": "https://github.com/MrRio/jsPDF.git"
2424
},
2525
"dependencies": {
26-
"@babel/runtime": "^7.23.2",
26+
"@babel/runtime": "^7.25.4",
2727
"atob": "^2.1.2",
2828
"btoa": "^1.2.1",
29-
"fflate": "^0.8.1"
29+
"fflate": "^0.8.2"
3030
},
3131
"optionalDependencies": {
3232
"canvg": "^3.0.6",
@@ -47,7 +47,7 @@
4747
"@typescript-eslint/parser": "^3.6.0",
4848
"chalk": "^4.1.0",
4949
"codeclimate-test-reporter": "^0.5.1",
50-
"core-js": "^3.33.0",
50+
"core-js": "^3.38.1",
5151
"diff": "^4.0.2",
5252
"docdash": "^1.2.0",
5353
"eslint": "^7.4.0",

0 commit comments

Comments
 (0)