grunt-html-snapshots 6.2.0 → 6.2.1

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.
package/Gruntfile.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * grunt-html-snapshots
3
3
  * https://github.com/localnerve/grunt-html-snapshots
4
4
  *
5
- * Copyright (c) 2013 - 2022 Alex Grant
5
+ * Copyright (c) 2013 - 2023 Alex Grant
6
6
  * Licensed under the MIT license.
7
7
  */
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "grunt-html-snapshots",
3
3
  "description": "The grunt task for html-snapshots",
4
- "version": "6.2.0",
4
+ "version": "6.2.1",
5
5
  "homepage": "https://github.com/localnerve/grunt-html-snapshots",
6
6
  "author": {
7
7
  "name": "Alex Grant",
@@ -25,10 +25,10 @@
25
25
  "lint": "eslint ."
26
26
  },
27
27
  "dependencies": {
28
- "html-snapshots": "^2.4.0"
28
+ "html-snapshots": "^2.4.1"
29
29
  },
30
30
  "devDependencies": {
31
- "eslint": "^8.42.0",
31
+ "eslint": "^8.43.0",
32
32
  "grunt-contrib-clean": "^2.0.1",
33
33
  "grunt-contrib-nodeunit": "^4.0.0",
34
34
  "grunt": "^1.6.1"
@@ -2,7 +2,7 @@
2
2
  * grunt-html-snapshots
3
3
  * https://github.com/localnerve/grunt-html-snapshots
4
4
  *
5
- * Copyright (c) 2013 - 2022, LocalNerve, Alex Grant
5
+ * Copyright (c) 2013 - 2023, LocalNerve, Alex Grant
6
6
  * Licensed under the MIT license.
7
7
  */
8
8
  const html_snapshots = require('html-snapshots');