mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 09:40:11 -06:00
fix(deps): update dependency underscore.string to v3.3.6 🌟 (#25574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bill Glesias <bglesias@gmail.com>
This commit is contained in:
@@ -8,6 +8,11 @@ _Released 01/31/2023 (PENDING)_
|
||||
- Fixed an issue where alternative Microsoft Edge Beta, Canary, and Dev binary versions were not being discovered by Cypress.
|
||||
Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455).
|
||||
|
||||
**Dependency Updates:**
|
||||
|
||||
- Upgraded [`underscore.string`](https://github.com/esamattis/underscore.string/blob/HEAD/CHANGELOG.markdown) from `3.3.5` to `3.3.6` to reference rebuilt assets after security patch to fix regular expression DDOS exploit.
|
||||
Fixed in [#25574](https://github.com/cypress-io/cypress/pull/25574).
|
||||
|
||||
## 12.4.1
|
||||
|
||||
_Released 01/27/2023_
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"semver": "7.3.2",
|
||||
"simple-git": "3.15.0",
|
||||
"stringify-object": "^3.0.0",
|
||||
"underscore.string": "^3.3.5",
|
||||
"underscore.string": "^3.3.6",
|
||||
"wonka": "^4.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"sinon": "8.1.1",
|
||||
"source-map": "0.8.0-beta.0",
|
||||
"text-mask-addons": "3.8.0",
|
||||
"underscore.string": "3.3.5",
|
||||
"underscore.string": "3.3.6",
|
||||
"unfetch": "4.1.0",
|
||||
"url-parse": "1.5.9",
|
||||
"vanilla-text-mask": "5.1.1",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"tree-kill": "1.2.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "2.3.1",
|
||||
"underscore.string": "3.3.5",
|
||||
"underscore.string": "3.3.6",
|
||||
"url-parse": "1.5.9",
|
||||
"uuid": "8.3.2",
|
||||
"widest-line": "3.1.0"
|
||||
|
||||
12
yarn.lock
12
yarn.lock
@@ -27305,7 +27305,7 @@ sponge-case@^1.0.1:
|
||||
dependencies:
|
||||
tslib "^2.0.3"
|
||||
|
||||
sprintf-js@^1.0.3, sprintf-js@^1.1.2:
|
||||
sprintf-js@^1.1.1, sprintf-js@^1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
|
||||
integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==
|
||||
@@ -29111,12 +29111,12 @@ unc-path-regex@^0.1.0, unc-path-regex@^0.1.2:
|
||||
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
|
||||
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
|
||||
|
||||
underscore.string@3.3.5, underscore.string@^3.3.5:
|
||||
version "3.3.5"
|
||||
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.5.tgz#fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
|
||||
integrity sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==
|
||||
underscore.string@3.3.6, underscore.string@^3.3.6:
|
||||
version "3.3.6"
|
||||
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.6.tgz#ad8cf23d7423cb3b53b898476117588f4e2f9159"
|
||||
integrity sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==
|
||||
dependencies:
|
||||
sprintf-js "^1.0.3"
|
||||
sprintf-js "^1.1.1"
|
||||
util-deprecate "^1.0.2"
|
||||
|
||||
underscore@^1.8.3:
|
||||
|
||||
Reference in New Issue
Block a user