pagean 15.3.0 → 15.3.2

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/LICENSE +1 -1
  2. package/package.json +7 -7
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2025 Aaron Goldenthal
3
+ Copyright (c) 2019 - 2026 Aaron Goldenthal
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pagean",
3
- "version": "15.3.0",
3
+ "version": "15.3.2",
4
4
  "description": "Pagean is a web page analysis tool designed to automate tests requiring web pages to be loaded in a browser window (e.g. horizontal scrollbar, console errors)",
5
5
  "bin": {
6
6
  "pagean": "bin/pagean.js",
@@ -56,18 +56,18 @@
56
56
  },
57
57
  "homepage": "https://gitlab.com/gitlab-ci-utils/pagean",
58
58
  "devDependencies": {
59
- "@aarongoldenthal/eslint-config-standard": "^42.0.1",
59
+ "@aarongoldenthal/eslint-config-standard": "^43.0.1",
60
60
  "@aarongoldenthal/stylelint-config-standard": "^21.0.1",
61
- "@vitest/coverage-v8": "^4.0.15",
61
+ "@vitest/coverage-v8": "^4.0.17",
62
62
  "bin-tester": "^7.0.1",
63
63
  "c8": "^10.1.3",
64
64
  "eslint": "^9.39.2",
65
- "globals": "^16.5.0",
65
+ "globals": "^17.0.0",
66
66
  "markdownlint-cli2": "^0.20.0",
67
67
  "nyc": "^17.1.0",
68
68
  "prettier": "^3.7.4",
69
69
  "stylelint": "^16.26.1",
70
- "vitest": "^4.0.15"
70
+ "vitest": "^4.0.17"
71
71
  },
72
72
  "dependencies": {
73
73
  "ajv": "^8.17.1",
@@ -79,9 +79,9 @@
79
79
  "handlebars": "^4.7.8",
80
80
  "htmlhint": "^1.8.0",
81
81
  "kleur": "^4.1.5",
82
- "normalize-url": "^8.1.0",
82
+ "normalize-url": "^8.1.1",
83
83
  "protocolify": "^4.0.0",
84
- "puppeteer": "^24.33.0",
84
+ "puppeteer": "^24.35.0",
85
85
  "xml2js": "^0.6.2"
86
86
  }
87
87
  }