html-snapshots 2.6.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/HISTORY.md +1 -0
  2. package/package.json +5 -5
package/HISTORY.md CHANGED
@@ -45,3 +45,4 @@ The upside is jQuery is no longer required to be loaded by the page being snapsh
45
45
  | `v0.18.x ` | Node 14+ |
46
46
  | `v0.19.x ` | Node 14+ |
47
47
  | `v1.x ` | Node 14+ |
48
+ | `v2.x ` | Node 16+ |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-snapshots",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "author": {
5
5
  "name": "Alex Grant",
6
6
  "email": "alex@localnerve.com",
@@ -58,14 +58,14 @@
58
58
  "combine-errors": "3.0.3",
59
59
  "got": "13.0.0",
60
60
  "phantomjs-prebuilt": "2.1.16",
61
- "puppeteer": "^20.9.0",
62
- "xml2js": "0.6.0"
61
+ "puppeteer": "^21.0.1",
62
+ "xml2js": "0.6.2"
63
63
  },
64
64
  "devDependencies": {
65
- "eslint": "8.45.0",
65
+ "eslint": "8.46.0",
66
66
  "express": "4.18.2",
67
67
  "mocha": "10.2.0",
68
- "c8": "8.0.0",
68
+ "c8": "8.0.1",
69
69
  "precommit-hook": "3.0.0",
70
70
  "server-destroy": "1.0.1",
71
71
  "sitemap-xml": "0.1.0"