grunt-html-snapshots 6.11.2 → 6.11.3

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 - 2023 Alex Grant
5
+ * Copyright (c) 2013 - 2024 Alex Grant
6
6
  * Licensed under the MIT license.
7
7
  */
8
8
 
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 - 2023 Alex Grant
1
+ Copyright (c) 2013 - 2024 Alex Grant
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
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.11.2",
4
+ "version": "6.11.3",
5
5
  "homepage": "https://github.com/localnerve/grunt-html-snapshots",
6
6
  "author": {
7
7
  "name": "Alex Grant",
@@ -25,7 +25,7 @@
25
25
  "lint": "eslint ."
26
26
  },
27
27
  "dependencies": {
28
- "html-snapshots": "^2.13.2"
28
+ "html-snapshots": "^2.13.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "eslint": "^8.56.0",
@@ -2,7 +2,7 @@
2
2
  * grunt-html-snapshots
3
3
  * https://github.com/localnerve/grunt-html-snapshots
4
4
  *
5
- * Copyright (c) 2013 - 2023, LocalNerve, Alex Grant
5
+ * Copyright (c) 2013 - 2024, LocalNerve, Alex Grant
6
6
  * Licensed under the MIT license.
7
7
  */
8
8
  const html_snapshots = require('html-snapshots');