Skip to content

Commit da73235

Browse files
committed
update jspdf
1 parent dd91fd6 commit da73235

File tree

3 files changed

+40
-54
lines changed

3 files changed

+40
-54
lines changed

package-lock.json

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

packages/plugins/Export/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## unpublished
4+
5+
- Chore: The dependency `jspdf` was updated from `^2.5.2` to `^4.0.0` due to a [security issue](https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2). The security issue did not affect POLAR builds, and no further action is required.
6+
37
## 1.2.2
48

59
- Chore: Update `@polar/lib-custom-types` to `v2.0.0`.

packages/plugins/Export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"CHANGELOG.md"
2828
],
2929
"dependencies": {
30-
"jspdf": "^2.5.2"
30+
"jspdf": "^4.0.0"
3131
},
3232
"peerDependencies": {
3333
"@repositoryname/vuex-generators": "^1.1.2",

0 commit comments

Comments
 (0)