Update Puppeteer to version 9 (#13282)
* Update Puppeteer to version 9 Hopefully the updated Chromium-version might help reduce the number of intermittent test failures. Please find additional information at https://github.com/puppeteer/puppeteer/releases/tag/v9.0.0 * Update the `eslint-plugin-sort-exports`/`eslint-plugin-unicorn"` packages to their latest versions Both of these ESLint plugins have increased their version numbers, however `npm update` doesn't handle this automatically. https://www.npmjs.com/package/eslint-plugin-sort-exports https://www.npmjs.com/package/eslint-plugin-unicorn
This commit is contained in:
parent
2d073b91b8
commit
8538cdf845
36
package-lock.json
generated
36
package-lock.json
generated
@ -4265,9 +4265,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"devtools-protocol": {
|
||||
"version": "0.0.854822",
|
||||
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.854822.tgz",
|
||||
"integrity": "sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==",
|
||||
"version": "0.0.869402",
|
||||
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.869402.tgz",
|
||||
"integrity": "sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==",
|
||||
"dev": true
|
||||
},
|
||||
"diagnostics": {
|
||||
@ -5191,15 +5191,15 @@
|
||||
}
|
||||
},
|
||||
"eslint-plugin-sort-exports": {
|
||||
"version": "0.3.6",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-sort-exports/-/eslint-plugin-sort-exports-0.3.6.tgz",
|
||||
"integrity": "sha512-2pBPKdXew28r1c+D5P+Fy1OVSj8SGTWPg3bg7pV5NIkAGbd7tX35a+z5UIjN9GkNBFc/ZYrWtVrWzz+wxI0XOg==",
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-sort-exports/-/eslint-plugin-sort-exports-0.4.0.tgz",
|
||||
"integrity": "sha512-tSeOH3UyhftfCy1SipZuriXi3MUvKgj5EvVYPJNr3UTXppdR/Hj5CJCZdemqQens5na0O3kMXm9bqV93hfHQPA==",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-plugin-unicorn": {
|
||||
"version": "29.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-29.0.0.tgz",
|
||||
"integrity": "sha512-R9jGLKb2p6LuOixviByGlH2mkfY72EBELXAPeUufveebN0M2Woa7B7dUO3gN2xPn/+eGjrIm4I2u7dDtr9G4iA==",
|
||||
"version": "30.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-30.0.0.tgz",
|
||||
"integrity": "sha512-ZKbE48Ep99z/3geLpkBfv+jNrzr2k7bLqCC/RfZOekZzAvn2/ECDE/d8zGdW1YxHmIC9pevQvm8Pl89v9GEIVw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ci-info": "^3.1.1",
|
||||
@ -5208,13 +5208,13 @@
|
||||
"eslint-utils": "^2.1.0",
|
||||
"eslint-visitor-keys": "^2.0.0",
|
||||
"import-modules": "^2.1.0",
|
||||
"lodash": "^4.17.20",
|
||||
"lodash": "^4.17.21",
|
||||
"pluralize": "^8.0.0",
|
||||
"read-pkg-up": "^7.0.1",
|
||||
"regexp-tree": "^0.1.23",
|
||||
"reserved-words": "^0.1.2",
|
||||
"safe-regex": "^2.1.1",
|
||||
"semver": "^7.3.4"
|
||||
"semver": "^7.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-visitor-keys": {
|
||||
@ -14062,13 +14062,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"puppeteer": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-8.0.0.tgz",
|
||||
"integrity": "sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==",
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-9.0.0.tgz",
|
||||
"integrity": "sha512-Avu8SKWQRC1JKNMgfpH7d4KzzHOL/A65jRYrjNU46hxnOYGwqe4zZp/JW8qulaH0Pnbm5qyO3EbSKvqBUlfvkg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"debug": "^4.1.0",
|
||||
"devtools-protocol": "0.0.854822",
|
||||
"devtools-protocol": "0.0.869402",
|
||||
"extract-zip": "^2.0.0",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
@ -18069,9 +18069,9 @@
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "7.4.3",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
|
||||
"integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==",
|
||||
"version": "7.4.5",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
|
||||
"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
|
||||
"dev": true
|
||||
},
|
||||
"xmlcreate": {
|
||||
|
@ -24,8 +24,8 @@
|
||||
"eslint-plugin-mozilla": "^2.10.0",
|
||||
"eslint-plugin-no-unsanitized": "^3.1.5",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-sort-exports": "^0.3.6",
|
||||
"eslint-plugin-unicorn": "^29.0.0",
|
||||
"eslint-plugin-sort-exports": "^0.4.0",
|
||||
"eslint-plugin-unicorn": "^30.0.0",
|
||||
"globals": "^13.8.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
@ -41,7 +41,7 @@
|
||||
"postcss": "^8.2.10",
|
||||
"postcss-calc": "^8.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"puppeteer": "^8.0.0",
|
||||
"puppeteer": "^9.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^13.12.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user