From d112a17a347be5ab0a15402f74e400ff08219430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:59:19 +0000 Subject: [PATCH 1/2] chore(deps): update dependency bluebird to v3.7.2 --- cli/package.json | 2 +- npm/eslint-plugin-dev/package.json | 2 +- npm/webpack-preprocessor/package.json | 2 +- package.json | 4 +- packages/app/package.json | 2 +- packages/driver/package.json | 2 +- packages/electron/package.json | 2 +- packages/extension/package.json | 2 +- packages/https-proxy/package.json | 2 +- packages/launcher/package.json | 2 +- packages/launchpad/package.json | 2 +- packages/network/package.json | 2 +- packages/proxy/package.json | 2 +- packages/runner/package.json | 2 +- yarn.lock | 86 ++++++++++++++++++++------- 15 files changed, 78 insertions(+), 38 deletions(-) diff --git a/cli/package.json b/cli/package.json index 149224e97974..f04e9cda9326 100644 --- a/cli/package.json +++ b/cli/package.json @@ -77,7 +77,7 @@ "@cypress/vue": "0.0.0-development", "@cypress/vue2": "0.0.0-development", "@packages/root": "0.0.0-development", - "@types/bluebird": "3.5.33", + "@types/bluebird": "3.5.42", "@types/chai": "4.2.15", "@types/chai-jquery": "1.1.40", "@types/jquery": "3.3.31", diff --git a/npm/eslint-plugin-dev/package.json b/npm/eslint-plugin-dev/package.json index 28a7763a5210..d2de9e166c51 100644 --- a/npm/eslint-plugin-dev/package.json +++ b/npm/eslint-plugin-dev/package.json @@ -10,7 +10,7 @@ "test": "mocha" }, "dependencies": { - "bluebird": "3.5.5", + "bluebird": "3.7.2", "chalk": "^2.4.2", "eslint-rule-composer": "^0.3.0", "lodash": "^4.17.15", diff --git a/npm/webpack-preprocessor/package.json b/npm/webpack-preprocessor/package.json index 98ac392eeeef..8535aa194fde 100644 --- a/npm/webpack-preprocessor/package.json +++ b/npm/webpack-preprocessor/package.json @@ -20,7 +20,7 @@ "watch": "rimraf dist && tsc --watch" }, "dependencies": { - "bluebird": "3.7.1", + "bluebird": "3.7.2", "debug": "^4.3.4", "lodash": "^4.17.20" }, diff --git a/package.json b/package.json index 1bca70901539..d69dbcb39726 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/better-sqlite3": "^7.6.3", - "@types/bluebird": "3.5.29", + "@types/bluebird": "3.5.42", "@types/chai-enzyme": "0.6.7", "@types/debug": "4.1.7", "@types/detect-port": "^1.3.5", @@ -124,7 +124,7 @@ "@urql/introspection": "^0.3.0", "ascii-table": "0.0.9", "autobarrel": "^1.1.0", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "bluebird-retry": "0.11.0", "bytenode": "1.3.7", "chai": "4.2.0", diff --git a/packages/app/package.json b/packages/app/package.json index 3e9989ae4794..1fda1a688173 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -42,7 +42,7 @@ "@vitejs/plugin-vue-jsx": "3.1.0", "@vueuse/core": "7.2.2", "ansi-to-html": "0.6.14", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "classnames": "2.3.1", "combine-properties": "0.1.0", "concurrently": "^6.2.0", diff --git a/packages/driver/package.json b/packages/driver/package.json index 98d13190dfde..4b8fde9071ce 100644 --- a/packages/driver/package.json +++ b/packages/driver/package.json @@ -35,7 +35,7 @@ "@types/sinonjs__fake-timers": "8.1.1", "basic-auth": "2.0.1", "blob-util": "2.0.2", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "body-parser": "1.20.2", "bytes": "3.1.2", "chai": "4.2.0", diff --git a/packages/electron/package.json b/packages/electron/package.json index 8ce4bfefd89e..70635575204b 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@packages/icons": "0.0.0-development", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "debug": "^4.3.4", "fs-extra": "9.1.0", "lodash": "^4.17.21", diff --git a/packages/extension/package.json b/packages/extension/package.json index fa5114835492..850bebf03a8e 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -16,7 +16,7 @@ "watch": "yarn build && chokidar 'app/**/*.*' 'app/*.*' -c 'yarn build'" }, "dependencies": { - "bluebird": "3.5.3", + "bluebird": "3.7.2", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/packages/https-proxy/package.json b/packages/https-proxy/package.json index 4f25c79998b6..ce1df2a3d31c 100644 --- a/packages/https-proxy/package.json +++ b/packages/https-proxy/package.json @@ -15,7 +15,7 @@ "test-watch": "cross-env NODE_ENV=test mocha --watch" }, "dependencies": { - "bluebird": "3.5.3", + "bluebird": "3.7.2", "debug": "^4.3.4", "fs-extra": "9.1.0", "lodash": "^4.17.21", diff --git a/packages/launcher/package.json b/packages/launcher/package.json index f56f722e0613..5765e04ef138 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -14,7 +14,7 @@ "test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json" }, "dependencies": { - "bluebird": "3.5.3", + "bluebird": "3.7.2", "debug": "^4.3.4", "execa": "4.0.0", "fs-extra": "9.1.0", diff --git a/packages/launchpad/package.json b/packages/launchpad/package.json index f0fa325261c6..185fc98cea7a 100644 --- a/packages/launchpad/package.json +++ b/packages/launchpad/package.json @@ -42,7 +42,7 @@ "@vue/compiler-dom": "3.2.47", "@vue/compiler-sfc": "3.2.47", "@vueuse/core": "7.2.2", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "classnames": "2.3.1", "concurrently": "^6.2.0", "cross-env": "6.0.3", diff --git a/packages/network/package.json b/packages/network/package.json index 42f0a5634e78..22ab380ce370 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@cypress/parse-domain": "2.4.0", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "concat-stream": "1.6.2", "debug": "^4.3.4", "fs-extra": "9.1.0", diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 4e4dd0e17f28..a70c3c758feb 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -15,7 +15,7 @@ "test-unit": "CYPRESS_INTERNAL_ENV=test yarn run-mocha \"test/unit/**/*.spec.ts\"" }, "dependencies": { - "bluebird": "3.5.3", + "bluebird": "3.7.2", "chalk": "2.4.2", "charset": "1.0.1", "common-tags": "1.8.0", diff --git a/packages/runner/package.json b/packages/runner/package.json index cf36e9b04fc7..48d049ef7cdf 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "babel-plugin-prismjs": "1.0.2", - "bluebird": "3.5.3", + "bluebird": "3.7.2", "cross-env": "6.0.3", "rimraf": "^5.0.10", "webpack": "^5.88.2", diff --git a/yarn.lock b/yarn.lock index b200bb832fa9..ff7dcbf22479 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7185,15 +7185,10 @@ dependencies: "@types/node" "*" -"@types/bluebird@*", "@types/bluebird@3.5.33": - version "3.5.33" - resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.33.tgz#d79c020f283bd50bd76101d7d300313c107325fc" - integrity sha512-ndEo1xvnYeHxm7I/5sF6tBvnsA4Tdi3zj1keRKRs12SP+2ye2A27NDJ1B6PqkfMbGAcT+mqQVqbZRIrhfOp5PQ== - -"@types/bluebird@3.5.29": - version "3.5.29" - resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.29.tgz#7cd933c902c4fc83046517a1bef973886d00bdb6" - integrity sha512-kmVtnxTuUuhCET669irqQmPAez4KFnFVKvpleVRyfC3g+SHD1hIkFZcWLim9BVcwUBLO59o8VZE4yGCmTif8Yw== +"@types/bluebird@*", "@types/bluebird@3.5.42": + version "3.5.42" + resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.42.tgz#7ec05f1ce9986d920313c1377a5662b1b563d366" + integrity sha512-Jhy+MWRlro6UjVi578V/4ZGNfeCOcNCp0YaFNIUGFKlImowqwb1O/22wDVk3FDGMLqxdpOV3qQHD5fPEH4hK6A== "@types/body-parser@*": version "1.19.0" @@ -10531,21 +10526,11 @@ bluebird-retry@0.11.0: resolved "https://registry.yarnpkg.com/bluebird-retry/-/bluebird-retry-0.11.0.tgz#1289ab22cbbc3a02587baad35595351dd0c1c047" integrity sha1-EomrIsu8OgJYe6rTVZU1HdDBwEc= -bluebird@3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7" - integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw== - bluebird@3.5.5: version "3.5.5" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f" integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w== -bluebird@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de" - integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== - bluebird@3.7.2, bluebird@^3.1.1, bluebird@^3.5.0, bluebird@^3.5.5, bluebird@^3.7.2: version "3.7.2" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" @@ -21977,7 +21962,7 @@ mobx@5.15.4: resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.15.4.tgz#9da1a84e97ba624622f4e55a0bf3300fb931c2ab" integrity sha512-xRFJxSU2Im3nrGCdjSuOTFmxVDGeqOHL+TyADCGbT0k4HHqGmx5u2yaHNryvoORpI4DfbzjJ5jPmuv+d7sioFw== -"mocha-7.0.1@npm:mocha@7.0.1", mocha@7.0.1: +"mocha-7.0.1@npm:mocha@7.0.1": version "7.0.1" resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce" integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg== @@ -22094,6 +22079,36 @@ mocha@6.2.2: yargs-parser "13.1.1" yargs-unparser "1.6.0" +mocha@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce" + integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg== + dependencies: + ansi-colors "3.2.3" + browser-stdout "1.3.1" + chokidar "3.3.0" + debug "3.2.6" + diff "3.5.0" + escape-string-regexp "1.0.5" + find-up "3.0.0" + glob "7.1.3" + growl "1.10.5" + he "1.2.0" + js-yaml "3.13.1" + log-symbols "2.2.0" + minimatch "3.0.4" + mkdirp "0.5.1" + ms "2.1.1" + node-environment-flags "1.0.6" + object.assign "4.1.0" + strip-json-comments "2.0.1" + supports-color "6.0.0" + which "1.3.1" + wide-align "1.1.3" + yargs "13.3.0" + yargs-parser "13.1.1" + yargs-unparser "1.6.0" + mocha@7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.0.tgz#c784f579ad0904d29229ad6cb1e2514e4db7d249" @@ -28868,7 +28883,7 @@ string-template@~0.2.1: resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add" integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0= -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -28894,6 +28909,15 @@ string-width@^1.0.1, string-width@^1.0.2: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string-width@^3.0.0, string-width@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" @@ -28995,7 +29019,7 @@ stringify-object@^3.0.0, stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -29016,6 +29040,13 @@ strip-ansi@5.2.0, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" +strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" @@ -31949,7 +31980,7 @@ workerpool@6.2.0: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b" integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -31992,6 +32023,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.0.1, wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" From ba96f125a701ec6bd83a53874546121502eb55d6 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 9 Sep 2024 13:08:07 -0400 Subject: [PATCH 2/2] changelog entry --- cli/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index eb03c89f8484..047d82effaf5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -5,6 +5,7 @@ _Released 9/10/2024 (PENDING)_ **Dependency Updates:** +- Updated `bluebird` to `3.7.2`. Addressed in [#30201](https://github.com/cypress-io/cypress/pull/30201). - Updated `loader-utils` from `1.4.0` to `1.4.2`. This removes the [CVE-2022-37601](https://nvd.nist.gov/vuln/detail/CVE-2022-37601) vulnerability being reported in security scans. Addresses [#28208](https://github.com/cypress-io/cypress/issues/28208). ## 13.14.2