|
@@ -20,9 +20,8 @@
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
"failonlyreporter": "^1.0.0",
|
|
|
"jimp": "^0.16.0",
|
|
|
- "node-fetch": "^3.2.6",
|
|
|
"pixelmatch": "^5.3.0",
|
|
|
- "puppeteer-core": "^19.6.2",
|
|
|
+ "puppeteer-core": "^19.7.0",
|
|
|
"qunit": "^2.19.1",
|
|
|
"rollup": "^3.12.0",
|
|
|
"rollup-plugin-filesize": "^9.1.2",
|
|
@@ -1606,6 +1605,16 @@
|
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/chromium-bidi": {
|
|
|
+ "version": "0.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.3.tgz",
|
|
|
+ "integrity": "sha512-A40H1rdpJqkTdnGhnYDzMhtDdIbkXNFj2wgIfivMXL7LyHFDmBtv1hdyycDhnxtYunbPLDZtTs/n+ZT5j7Vnew==",
|
|
|
+ "dev": true,
|
|
|
+ "peerDependencies": {
|
|
|
+ "devtools-protocol": "*",
|
|
|
+ "mitt": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/clean-stack": {
|
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
@@ -1912,15 +1921,6 @@
|
|
|
"node": ">=0.10"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/data-uri-to-buffer": {
|
|
|
- "version": "4.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
|
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
|
- "dev": true,
|
|
|
- "engines": {
|
|
|
- "node": ">= 12"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/date-fns": {
|
|
|
"version": "2.29.3",
|
|
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
|
|
@@ -2026,9 +2026,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/devtools-protocol": {
|
|
|
- "version": "0.0.1082910",
|
|
|
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1082910.tgz",
|
|
|
- "integrity": "sha512-RqoZ2GmqaNxyx+99L/RemY5CkwG9D0WEfOKxekwCRXOGrDCep62ngezEJUVMq6rISYQ+085fJnWDQqGHlxVNww==",
|
|
|
+ "version": "0.0.1094867",
|
|
|
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz",
|
|
|
+ "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/doctrine": {
|
|
@@ -2914,29 +2914,6 @@
|
|
|
"pend": "~1.2.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/fetch-blob": {
|
|
|
- "version": "3.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
|
- "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
|
- "dev": true,
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/jimmywarting"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "paypal",
|
|
|
- "url": "https://paypal.me/jimmywarting"
|
|
|
- }
|
|
|
- ],
|
|
|
- "dependencies": {
|
|
|
- "node-domexception": "^1.0.0",
|
|
|
- "web-streams-polyfill": "^3.0.3"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "^12.20 || >= 14.13"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/file-entry-cache": {
|
|
|
"version": "6.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
@@ -3067,18 +3044,6 @@
|
|
|
"node": ">= 0.12"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/formdata-polyfill": {
|
|
|
- "version": "4.0.10",
|
|
|
- "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
|
- "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "fetch-blob": "^3.1.2"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=12.20.0"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/forwarded": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
@@ -4522,6 +4487,13 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/mitt": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==",
|
|
|
+ "dev": true,
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/mkdirp": {
|
|
|
"version": "1.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
@@ -4561,43 +4533,6 @@
|
|
|
"node": ">= 0.6"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/node-domexception": {
|
|
|
- "version": "1.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
|
- "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
|
- "dev": true,
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/jimmywarting"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://paypal.me/jimmywarting"
|
|
|
- }
|
|
|
- ],
|
|
|
- "engines": {
|
|
|
- "node": ">=10.5.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/node-fetch": {
|
|
|
- "version": "3.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
|
- "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "data-uri-to-buffer": "^4.0.0",
|
|
|
- "fetch-blob": "^3.1.4",
|
|
|
- "formdata-polyfill": "^4.0.10"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/node-fetch"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/node-forge": {
|
|
|
"version": "1.3.1",
|
|
|
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
|
|
@@ -5228,14 +5163,15 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/puppeteer-core": {
|
|
|
- "version": "19.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.6.2.tgz",
|
|
|
- "integrity": "sha512-il7uK658MNC1FlxPABvcnv1RdpDa9CaBFHzvtEsl+9Y4tbAJKZurkegpcvWeIWcRYGiuBIVo+t+ZSh3G82CCjw==",
|
|
|
+ "version": "19.7.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.0.tgz",
|
|
|
+ "integrity": "sha512-BU05W24N+fWudCCeWxv/+R9fnMGmS6HCNPJbieoy0S4yAloVOoVDpOnHV8ZpFTGMPTHQ2EuPyZPWA+idPKO0pw==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
+ "chromium-bidi": "0.4.3",
|
|
|
"cross-fetch": "3.1.5",
|
|
|
"debug": "4.3.4",
|
|
|
- "devtools-protocol": "0.0.1082910",
|
|
|
+ "devtools-protocol": "0.0.1094867",
|
|
|
"extract-zip": "2.0.1",
|
|
|
"https-proxy-agent": "5.0.1",
|
|
|
"proxy-from-env": "1.1.0",
|
|
@@ -5246,6 +5182,14 @@
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=14.1.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "typescript": ">= 4.7.4"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"node_modules/qs": {
|
|
@@ -6614,15 +6558,6 @@
|
|
|
"integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "node_modules/web-streams-polyfill": {
|
|
|
- "version": "3.2.1",
|
|
|
- "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
|
|
- "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
|
|
|
- "dev": true,
|
|
|
- "engines": {
|
|
|
- "node": ">= 8"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/webidl-conversions": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
@@ -8077,6 +8012,13 @@
|
|
|
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "chromium-bidi": {
|
|
|
+ "version": "0.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.3.tgz",
|
|
|
+ "integrity": "sha512-A40H1rdpJqkTdnGhnYDzMhtDdIbkXNFj2wgIfivMXL7LyHFDmBtv1hdyycDhnxtYunbPLDZtTs/n+ZT5j7Vnew==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {}
|
|
|
+ },
|
|
|
"clean-stack": {
|
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
@@ -8297,12 +8239,6 @@
|
|
|
"assert-plus": "^1.0.0"
|
|
|
}
|
|
|
},
|
|
|
- "data-uri-to-buffer": {
|
|
|
- "version": "4.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
|
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"date-fns": {
|
|
|
"version": "2.29.3",
|
|
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
|
|
@@ -8371,9 +8307,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"devtools-protocol": {
|
|
|
- "version": "0.0.1082910",
|
|
|
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1082910.tgz",
|
|
|
- "integrity": "sha512-RqoZ2GmqaNxyx+99L/RemY5CkwG9D0WEfOKxekwCRXOGrDCep62ngezEJUVMq6rISYQ+085fJnWDQqGHlxVNww==",
|
|
|
+ "version": "0.0.1094867",
|
|
|
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz",
|
|
|
+ "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"doctrine": {
|
|
@@ -9081,16 +9017,6 @@
|
|
|
"pend": "~1.2.0"
|
|
|
}
|
|
|
},
|
|
|
- "fetch-blob": {
|
|
|
- "version": "3.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
|
- "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "node-domexception": "^1.0.0",
|
|
|
- "web-streams-polyfill": "^3.0.3"
|
|
|
- }
|
|
|
- },
|
|
|
"file-entry-cache": {
|
|
|
"version": "6.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
@@ -9196,15 +9122,6 @@
|
|
|
"mime-types": "^2.1.12"
|
|
|
}
|
|
|
},
|
|
|
- "formdata-polyfill": {
|
|
|
- "version": "4.0.10",
|
|
|
- "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
|
- "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "fetch-blob": "^3.1.2"
|
|
|
- }
|
|
|
- },
|
|
|
"forwarded": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
@@ -10291,6 +10208,13 @@
|
|
|
"yallist": "^4.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "mitt": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==",
|
|
|
+ "dev": true,
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"mkdirp": {
|
|
|
"version": "1.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
@@ -10321,23 +10245,6 @@
|
|
|
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "node-domexception": {
|
|
|
- "version": "1.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
|
- "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
- "node-fetch": {
|
|
|
- "version": "3.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
|
- "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
|
- "dev": true,
|
|
|
- "requires": {
|
|
|
- "data-uri-to-buffer": "^4.0.0",
|
|
|
- "fetch-blob": "^3.1.4",
|
|
|
- "formdata-polyfill": "^4.0.10"
|
|
|
- }
|
|
|
- },
|
|
|
"node-forge": {
|
|
|
"version": "1.3.1",
|
|
|
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
|
|
@@ -10829,14 +10736,15 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"puppeteer-core": {
|
|
|
- "version": "19.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.6.2.tgz",
|
|
|
- "integrity": "sha512-il7uK658MNC1FlxPABvcnv1RdpDa9CaBFHzvtEsl+9Y4tbAJKZurkegpcvWeIWcRYGiuBIVo+t+ZSh3G82CCjw==",
|
|
|
+ "version": "19.7.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.0.tgz",
|
|
|
+ "integrity": "sha512-BU05W24N+fWudCCeWxv/+R9fnMGmS6HCNPJbieoy0S4yAloVOoVDpOnHV8ZpFTGMPTHQ2EuPyZPWA+idPKO0pw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
+ "chromium-bidi": "0.4.3",
|
|
|
"cross-fetch": "3.1.5",
|
|
|
"debug": "4.3.4",
|
|
|
- "devtools-protocol": "0.0.1082910",
|
|
|
+ "devtools-protocol": "0.0.1094867",
|
|
|
"extract-zip": "2.0.1",
|
|
|
"https-proxy-agent": "5.0.1",
|
|
|
"proxy-from-env": "1.1.0",
|
|
@@ -11916,12 +11824,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "web-streams-polyfill": {
|
|
|
- "version": "3.2.1",
|
|
|
- "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
|
|
- "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"webidl-conversions": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|