Coach core 8.0.1 with a fixed PageXray (#3955)

This commit is contained in:
Peter Hedenskog 2023-08-31 06:36:42 +02:00 committed by GitHub
parent 6d5336d333
commit 5e4b436803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 18 deletions

49
npm-shrinkwrap.json generated
View File

@ -17,7 +17,7 @@
"axe-core": "4.7.2",
"browsertime": "17.15.0",
"cli-color": "2.0.3",
"coach-core": "8.0.0",
"coach-core": "8.0.1",
"concurrent-queue": "7.0.2",
"dayjs": "1.11.9",
"fast-crc32c": "2.0.0",
@ -2425,16 +2425,16 @@
}
},
"node_modules/coach-core": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.0.tgz",
"integrity": "sha512-Jq1n+utKMuXJA0KC1JjTyCBQJPQFEsPdTN/HiSwvW4U8p5B/pe9lxvrYNIc7Oc/VhkBjXgNlfdsxIbxtCfh0xw==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.1.tgz",
"integrity": "sha512-qZpnKWpDW4Z/mAUrojX1mNyI1YDRHXncy0Z6DxQL8xNtNiKhPn53OI6SFR1+GtcOLQKQU86s6ee86A8xxPGdHg==",
"dependencies": {
"filter-files": "0.4.0",
"json-stable-stringify": "1.0.2",
"lodash.groupby": "4.6.0",
"lodash.merge": "4.6.2",
"lodash.sortby": "4.7.0",
"pagexray": "4.4.2",
"pagexray": "4.4.3",
"third-party-web": "0.24.0",
"wappalyzer-core": "6.10.66"
},
@ -6825,11 +6825,11 @@
}
},
"node_modules/pagexray": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.2.tgz",
"integrity": "sha512-Cw1WhyuqEy4nACgUMzTfuZn7EcQrsq4ozpTnkVlsGjm4eMbdGXKN8QwflFi1g7p2FpgSq1ElKgTGFrzVNdbEyQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.3.tgz",
"integrity": "sha512-5hZDxWokPNRKx8fs8Sw4tLkSyBkPVpQJyCPfLUJqgrNW28VGEArFkUxlqDrqRkEH/QfP8Y+7HRpAVOP6ezI7qg==",
"dependencies": {
"minimist": "1.2.6"
"minimist": "1.2.8"
},
"bin": {
"pagexray": "bin/index.js"
@ -6838,6 +6838,14 @@
"node": ">=8.9.0"
}
},
"node_modules/pagexray/node_modules/minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/pako": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
@ -11240,16 +11248,16 @@
}
},
"coach-core": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.0.tgz",
"integrity": "sha512-Jq1n+utKMuXJA0KC1JjTyCBQJPQFEsPdTN/HiSwvW4U8p5B/pe9lxvrYNIc7Oc/VhkBjXgNlfdsxIbxtCfh0xw==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.1.tgz",
"integrity": "sha512-qZpnKWpDW4Z/mAUrojX1mNyI1YDRHXncy0Z6DxQL8xNtNiKhPn53OI6SFR1+GtcOLQKQU86s6ee86A8xxPGdHg==",
"requires": {
"filter-files": "0.4.0",
"json-stable-stringify": "1.0.2",
"lodash.groupby": "4.6.0",
"lodash.merge": "4.6.2",
"lodash.sortby": "4.7.0",
"pagexray": "4.4.2",
"pagexray": "4.4.3",
"third-party-web": "0.24.0",
"wappalyzer-core": "6.10.66"
}
@ -14573,11 +14581,18 @@
"dev": true
},
"pagexray": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.2.tgz",
"integrity": "sha512-Cw1WhyuqEy4nACgUMzTfuZn7EcQrsq4ozpTnkVlsGjm4eMbdGXKN8QwflFi1g7p2FpgSq1ElKgTGFrzVNdbEyQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.3.tgz",
"integrity": "sha512-5hZDxWokPNRKx8fs8Sw4tLkSyBkPVpQJyCPfLUJqgrNW28VGEArFkUxlqDrqRkEH/QfP8Y+7HRpAVOP6ezI7qg==",
"requires": {
"minimist": "1.2.6"
"minimist": "1.2.8"
},
"dependencies": {
"minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
}
}
},
"pako": {

View File

@ -84,7 +84,7 @@
"aws-sdk": "2.1327.0",
"axe-core": "4.7.2",
"browsertime": "17.15.0",
"coach-core": "8.0.0",
"coach-core": "8.0.1",
"cli-color": "2.0.3",
"concurrent-queue": "7.0.2",
"dayjs": "1.11.9",