Skip to content

Commit bc748e2

Browse files
build(deps): bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dac5fa commit bc748e2

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"graphql-resolvers": "0.4.2",
5959
"graphql-tools": "9.0.18",
6060
"js-cookie": "3.0.5",
61-
"lodash": "4.17.21",
61+
"lodash": "4.17.23",
6262
"micro": "10.0.1",
6363
"next": "15.3.5",
6464
"next-auth": "^4.24.11",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10725,10 +10725,10 @@ lodash.sortby@^4.7.0:
1072510725
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
1072610726
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
1072710727

10728-
lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.0:
10729-
version "4.17.21"
10730-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
10731-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
10728+
lodash@4.17.23, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.0:
10729+
version "4.17.23"
10730+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
10731+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
1073210732

1073310733
log-symbols@^4.0.0, log-symbols@^4.1.0:
1073410734
version "4.1.0"
@@ -14280,7 +14280,7 @@ string-length@^4.0.2:
1428014280
char-regex "^1.0.2"
1428114281
strip-ansi "^6.0.0"
1428214282

14283-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
14283+
"string-width-cjs@npm:string-width@^4.2.0":
1428414284
version "4.2.3"
1428514285
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1428614286
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -14306,6 +14306,15 @@ string-width@^3.0.0:
1430614306
is-fullwidth-code-point "^2.0.0"
1430714307
strip-ansi "^5.1.0"
1430814308

14309+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
14310+
version "4.2.3"
14311+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
14312+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
14313+
dependencies:
14314+
emoji-regex "^8.0.0"
14315+
is-fullwidth-code-point "^3.0.0"
14316+
strip-ansi "^6.0.1"
14317+
1430914318
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
1431014319
version "5.1.2"
1431114320
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -14419,7 +14428,7 @@ stringify-entities@^4.0.0:
1441914428
character-entities-html4 "^2.0.0"
1442014429
character-entities-legacy "^3.0.0"
1442114430

14422-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14431+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1442314432
version "6.0.1"
1442414433
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1442514434
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14440,6 +14449,13 @@ strip-ansi@^5.1.0:
1444014449
dependencies:
1444114450
ansi-regex "^4.1.0"
1444214451

14452+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14453+
version "6.0.1"
14454+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14455+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
14456+
dependencies:
14457+
ansi-regex "^5.0.1"
14458+
1444314459
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1444414460
version "7.1.0"
1444514461
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -15777,7 +15793,7 @@ word-wrap@^1.2.5, word-wrap@~1.2.3:
1577715793
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1577815794
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1577915795

15780-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15796+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1578115797
version "7.0.0"
1578215798
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1578315799
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15795,6 +15811,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1579515811
string-width "^4.1.0"
1579615812
strip-ansi "^6.0.0"
1579715813

15814+
wrap-ansi@^7.0.0:
15815+
version "7.0.0"
15816+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15817+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15818+
dependencies:
15819+
ansi-styles "^4.0.0"
15820+
string-width "^4.1.0"
15821+
strip-ansi "^6.0.0"
15822+
1579815823
wrap-ansi@^8.1.0:
1579915824
version "8.1.0"
1580015825
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)