Merge pull request #13700 from openlayers/dependabot/npm_and_yarn/puppeteer-14.1.1

Bump puppeteer from 14.1.0 to 14.1.1
This commit is contained in:
Tim Schaub
2022-05-23 07:29:47 -06:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"pixelmatch": "^5.1.0", "pixelmatch": "^5.1.0",
"pngjs": "^6.0.0", "pngjs": "^6.0.0",
"proj4": "^2.7.5", "proj4": "^2.7.5",
"puppeteer": "14.1.0", "puppeteer": "14.1.1",
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
"rollup": "^2.42.3", "rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
@@ -7861,9 +7861,9 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "14.1.0", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.1.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.1.1.tgz",
"integrity": "sha512-T3eB4f6k9HVttYvyy8drGIKb04M+vxhepqM7qqcVCBTNT3T6M9cUaJT4k7P+a6wSonObJSJUP98JkPDQG+3fJw==", "integrity": "sha512-4dC6GYR5YlXTmNO3TbYEHTdVSdml1cVD2Ok/h/f/xSTp4ITVdbRWkMjiOaEKRAhtIl6GqaP7B89zx+hfhcNGMQ==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@@ -16261,9 +16261,9 @@
"dev": true "dev": true
}, },
"puppeteer": { "puppeteer": {
"version": "14.1.0", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.1.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-14.1.1.tgz",
"integrity": "sha512-T3eB4f6k9HVttYvyy8drGIKb04M+vxhepqM7qqcVCBTNT3T6M9cUaJT4k7P+a6wSonObJSJUP98JkPDQG+3fJw==", "integrity": "sha512-4dC6GYR5YlXTmNO3TbYEHTdVSdml1cVD2Ok/h/f/xSTp4ITVdbRWkMjiOaEKRAhtIl6GqaP7B89zx+hfhcNGMQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",

View File

@@ -91,7 +91,7 @@
"pixelmatch": "^5.1.0", "pixelmatch": "^5.1.0",
"pngjs": "^6.0.0", "pngjs": "^6.0.0",
"proj4": "^2.7.5", "proj4": "^2.7.5",
"puppeteer": "14.1.0", "puppeteer": "14.1.1",
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
"rollup": "^2.42.3", "rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",