Skip to content

Commit ee97b94

Browse files
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 <[email protected]>
1 parent 09091d2 commit ee97b94

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ _Released 01/31/2023 (PENDING)_
88
- Fixed an issue where alternative Microsoft Edge Beta, Canary, and Dev binary versions were not being discovered by Cypress.
99
Fixes [#25455](https://github.com/cypress-io/cypress/issues/25455).
1010

11+
**Dependency Updates:**
12+
13+
- 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.
14+
Fixed in [#25574](https://github.com/cypress-io/cypress/pull/25574).
15+
1116
## 12.4.1
1217

1318
_Released 01/27/2023_

packages/data-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"semver": "7.3.2",
5252
"simple-git": "3.15.0",
5353
"stringify-object": "^3.0.0",
54-
"underscore.string": "^3.3.5",
54+
"underscore.string": "^3.3.6",
5555
"wonka": "^4.0.15"
5656
},
5757
"devDependencies": {

packages/driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"sinon": "8.1.1",
7979
"source-map": "0.8.0-beta.0",
8080
"text-mask-addons": "3.8.0",
81-
"underscore.string": "3.3.5",
81+
"underscore.string": "3.3.6",
8282
"unfetch": "4.1.0",
8383
"url-parse": "1.5.9",
8484
"vanilla-text-mask": "5.1.1",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"tree-kill": "1.2.2",
121121
"ts-node": "^10.9.1",
122122
"tslib": "2.3.1",
123-
"underscore.string": "3.3.5",
123+
"underscore.string": "3.3.6",
124124
"url-parse": "1.5.9",
125125
"uuid": "8.3.2",
126126
"widest-line": "3.1.0"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27305,7 +27305,7 @@ sponge-case@^1.0.1:
2730527305
dependencies:
2730627306
tslib "^2.0.3"
2730727307

27308-
sprintf-js@^1.0.3, sprintf-js@^1.1.2:
27308+
sprintf-js@^1.1.1, sprintf-js@^1.1.2:
2730927309
version "1.1.2"
2731027310
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"
2731127311
integrity sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==
@@ -29111,12 +29111,12 @@ unc-path-regex@^0.1.0, unc-path-regex@^0.1.2:
2911129111
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
2911229112
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
2911329113

29114-
[email protected].5, underscore.string@^3.3.5:
29115-
version "3.3.5"
29116-
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.5.tgz#fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
29117-
integrity sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==
29114+
[email protected].6, underscore.string@^3.3.6:
29115+
version "3.3.6"
29116+
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.6.tgz#ad8cf23d7423cb3b53b898476117588f4e2f9159"
29117+
integrity sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==
2911829118
dependencies:
29119-
sprintf-js "^1.0.3"
29119+
sprintf-js "^1.1.1"
2912029120
util-deprecate "^1.0.2"
2912129121

2912229122
underscore@^1.8.3:

0 commit comments

Comments
 (0)