Coach core 8.0.2 (#3956)

This commit is contained in:
Peter Hedenskog 2023-08-31 13:58:44 +02:00 committed by GitHub
parent 2f8c314555
commit a7ef445164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
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.1",
"coach-core": "8.0.2",
"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.1",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.1.tgz",
"integrity": "sha512-qZpnKWpDW4Z/mAUrojX1mNyI1YDRHXncy0Z6DxQL8xNtNiKhPn53OI6SFR1+GtcOLQKQU86s6ee86A8xxPGdHg==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.2.tgz",
"integrity": "sha512-iszL8uyaP0KrcFXMYs2nGp1GEPggFAPZyClj6oiZBsXGB/aTdpZs1wmreSAs3bdx7amV9zHEN5Nm53FgWWraFQ==",
"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.3",
"pagexray": "4.4.4",
"third-party-web": "0.24.0",
"wappalyzer-core": "6.10.66"
},
@ -6825,9 +6825,9 @@
}
},
"node_modules/pagexray": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.3.tgz",
"integrity": "sha512-5hZDxWokPNRKx8fs8Sw4tLkSyBkPVpQJyCPfLUJqgrNW28VGEArFkUxlqDrqRkEH/QfP8Y+7HRpAVOP6ezI7qg==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.4.tgz",
"integrity": "sha512-eMeJzhtEUBDq8mI3DWD8n1iMFYt90lWE7gP5WfNoXFqFoTQZyj5DAg2O/W7VdRYqZYGpwswC7c0mFToeJfMwDg==",
"dependencies": {
"minimist": "1.2.8"
},
@ -11248,16 +11248,16 @@
}
},
"coach-core": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.1.tgz",
"integrity": "sha512-qZpnKWpDW4Z/mAUrojX1mNyI1YDRHXncy0Z6DxQL8xNtNiKhPn53OI6SFR1+GtcOLQKQU86s6ee86A8xxPGdHg==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.2.tgz",
"integrity": "sha512-iszL8uyaP0KrcFXMYs2nGp1GEPggFAPZyClj6oiZBsXGB/aTdpZs1wmreSAs3bdx7amV9zHEN5Nm53FgWWraFQ==",
"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.3",
"pagexray": "4.4.4",
"third-party-web": "0.24.0",
"wappalyzer-core": "6.10.66"
}
@ -14581,9 +14581,9 @@
"dev": true
},
"pagexray": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.3.tgz",
"integrity": "sha512-5hZDxWokPNRKx8fs8Sw4tLkSyBkPVpQJyCPfLUJqgrNW28VGEArFkUxlqDrqRkEH/QfP8Y+7HRpAVOP6ezI7qg==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.4.tgz",
"integrity": "sha512-eMeJzhtEUBDq8mI3DWD8n1iMFYt90lWE7gP5WfNoXFqFoTQZyj5DAg2O/W7VdRYqZYGpwswC7c0mFToeJfMwDg==",
"requires": {
"minimist": "1.2.8"
},

View File

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