Skip to content

Commit 0b7f01f

Browse files
authored
Update lodash (#1146)
1 parent 44e395c commit 0b7f01f

5 files changed

Lines changed: 23 additions & 15 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Unpin lodash dev deps due to security issues",
4+
"packageName": "beachball",
5+
"email": "elcraig@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

docs/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
"vuepress": "^2.0.0-rc"
2020
},
2121
"resolutions": {
22-
"@types/node@npm:*": "^22.0.0"
22+
"@types/node@npm:*": "^22.0.0",
23+
"lodash-es@npm:4.17.21": "^4.17.21"
24+
},
25+
"rationale": {
26+
"resolutions": {
27+
"lodash-es": "Unpin due to security issue"
28+
}
2329
},
2430
"engines": {
2531
"node": ">=22",

docs/yarn.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3466,17 +3466,10 @@ __metadata:
34663466
languageName: node
34673467
linkType: hard
34683468

3469-
"lodash-es@npm:4.17.21":
3470-
version: 4.17.21
3471-
resolution: "lodash-es@npm:4.17.21"
3472-
checksum: 10c0/fb407355f7e6cd523a9383e76e6b455321f0f153a6c9625e21a8827d10c54c2a2341bd2ae8d034358b60e07325e1330c14c224ff582d04612a46a4f0479ff2f2
3473-
languageName: node
3474-
linkType: hard
3475-
34763469
"lodash-es@npm:^4.17.21":
3477-
version: 4.17.22
3478-
resolution: "lodash-es@npm:4.17.22"
3479-
checksum: 10c0/5f28a262183cca43e08c580622557f393cb889386df2d8adf7c852bfdff7a84c5e629df5aa6c5c6274e83b38172f239d3e4e72e1ad27352d9ae9766627338089
3470+
version: 4.17.23
3471+
resolution: "lodash-es@npm:4.17.23"
3472+
checksum: 10c0/3150fb6660c14c7a6b5f23bd11597d884b140c0e862a17fdb415aaa5ef7741523182904a6b7929f04e5f60a11edb5a79499eb448734381c99ffb3c4734beeddd
34803473
languageName: node
34813474
linkType: hard
34823475

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
},
9595
"resolutions": {
9696
"@types/node": "^14.0.0",
97+
"**/lodash": "4.17.23",
9798
"**/verdaccio/js-yaml": "^4.1.0",
9899
"**/verdaccio/validator": "^13.15.22",
99100
"**/@verdaccio/config/js-yaml": "^4.1.0",
@@ -106,6 +107,7 @@
106107
"verdaccio-memory@10.3.2": "node 18 required by newer version"
107108
},
108109
"resolutions": {
110+
"**/lodash": "Unpin due to security issue",
109111
"**/verdaccio/js-yaml": "Unpin js-yaml due to security issue",
110112
"**/verdaccio/validator": "Unpin validator due to security issue",
111113
"**/@verdaccio/config/js-yaml": "Unpin js-yaml due to security issue",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3525,10 +3525,10 @@ lodash.once@^4.0.0:
35253525
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
35263526
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
35273527

3528-
lodash@4, lodash@4.17.21, lodash@^4.17.21:
3529-
version "4.17.21"
3530-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
3531-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
3528+
lodash@4, lodash@4.17.21, lodash@4.17.23, lodash@^4.17.21:
3529+
version "4.17.23"
3530+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
3531+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
35323532

35333533
log-update@^4.0.0:
35343534
version "4.0.0"

0 commit comments

Comments
 (0)