diff --git a/package.json b/package.json index 682ac69168..d7d499516c 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "nyc": "^15.0.0", "openapi-examples-validator": "^4.0.0", "prettier": "^2.0.5", - "puppeteer": "^7.0.4", + "puppeteer": "^7.1.0", "rewiremock": "^3.13.9", "source-map": "https://github.com/benthemonkey/source-map.git#d95423f77edef6cbb9e21d2d6014c7de85ae220a", "stylelint": "^13.0.0", diff --git a/version.py b/version.py index 1adfd634a5..a707965e02 100644 --- a/version.py +++ b/version.py @@ -45,4 +45,4 @@ API_FEATURE_LEVEL = 39 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = "126.3" +PROVISION_VERSION = "126.4" diff --git a/yarn.lock b/yarn.lock index 54936dee05..8a17c7ff63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9999,10 +9999,10 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -puppeteer@^7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.0.4.tgz#f4b91b8a30eef29c53ff9a334123f23f87d42821" - integrity sha512-uHG4wXuJ3MuIAvvWJ5cycg+FgbSQEcCPTIKc7Y/nSGKN4UlT+9uFptgV/WgEAES2Dq71k1VwWSjj4pkXYI4tFg== +puppeteer@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.1.0.tgz#ae37f48ee13f157c5b9255d580ffe4c5c1298679" + integrity sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g== dependencies: debug "^4.1.0" devtools-protocol "0.0.847576"