subfont

7.2.17.2.3
package.json
~package.jsonModified
+6−3
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "subfont",
-  "version": "7.2.1",
+  "version": "7.2.3",
   "description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally",
   "engines": {
     "node": ">=10.0.0"
   },
@@ -47,9 +47,9 @@
   "homepage": "https://github.com/Munter/subfont#readme",
   "dependencies": {
     "@gustavnikolaj/async-main-wrap": "^3.0.1",
     "@hookun/parse-animation-shorthand": "^0.1.5",
-    "assetgraph": "^7.8.1",
+    "assetgraph": "^7.13.0",
     "browserslist": "^4.13.0",
     "css-font-parser": "^2.0.0",
     "css-font-weight-names": "^0.2.1",
     "css-list-helpers": "^2.0.0",
@@ -89,13 +89,16 @@
     "nyc": "^15.1.0",
     "offline-github-changelog": "^1.6.1",
     "prettier": "~2.3.0",
     "proxyquire": "^2.1.1",
-    "puppeteer": "^19.8.5",
+    "puppeteer": "^24.40.0",
     "sinon": "^9.0.2",
     "unexpected": "^11.8.1",
     "unexpected-check": "^2.3.1",
     "unexpected-resemble": "^5.0.1",
     "unexpected-set": "^2.0.1",
     "unexpected-sinon": "^10.11.2"
+  },
+  "overrides": {
+    "canvas": "latest"
   }
 }