pagean 14.3.0 → 14.4.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pagean",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.4.0",
|
|
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",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://gitlab.com/gitlab-ci-utils/pagean",
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aarongoldenthal/eslint-config-standard": "^
|
|
57
|
-
"@aarongoldenthal/stylelint-config-standard": "^
|
|
56
|
+
"@aarongoldenthal/eslint-config-standard": "^39.0.0",
|
|
57
|
+
"@aarongoldenthal/stylelint-config-standard": "^21.0.0",
|
|
58
58
|
"@vitest/coverage-v8": "^3.2.4",
|
|
59
59
|
"bin-tester": "^7.0.0",
|
|
60
60
|
"eslint": "^9.32.0",
|
|
61
61
|
"globals": "^16.3.0",
|
|
62
62
|
"markdownlint-cli2": "^0.18.1",
|
|
63
63
|
"prettier": "^3.6.2",
|
|
64
|
-
"stylelint": "^16.
|
|
64
|
+
"stylelint": "^16.23.0",
|
|
65
65
|
"vitest": "^3.2.4"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"kleur": "^4.1.5",
|
|
77
77
|
"normalize-url": "^8.0.2",
|
|
78
78
|
"protocolify": "^4.0.0",
|
|
79
|
-
"puppeteer": "^24.
|
|
79
|
+
"puppeteer": "^24.16.0",
|
|
80
80
|
"xml2js": "^0.6.2"
|
|
81
81
|
}
|
|
82
82
|
}
|