Skip to content

Commit 78503b6

Browse files
Bump @types/lodash from 4.14.202 to 4.17.0 (#68)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.202 to 4.17.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aadeaf1 commit 78503b6

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@testing-library/user-event": "14.5.2",
3535
"@types/eslint": "8.56.2",
3636
"@types/jest": "29.5.12",
37-
"@types/lodash": "4.14.202",
37+
"@types/lodash": "4.17.0",
3838
"@types/node": "20.11.19",
3939
"@types/react": "18.2.79",
4040
"@types/react-dom": "18.2.19",

yarn.lock

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,15 +3007,10 @@
30073007
dependencies:
30083008
"@types/lodash" "*"
30093009

3010-
"@types/lodash@*":
3011-
version "4.14.199"
3012-
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz"
3013-
integrity sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==
3014-
3015-
"@types/lodash@4.14.202":
3016-
version "4.14.202"
3017-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
3018-
integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==
3010+
"@types/lodash@*", "@types/lodash@4.17.0":
3011+
version "4.17.0"
3012+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
3013+
integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
30193014

30203015
"@types/node@*":
30213016
version "20.8.2"
@@ -10767,7 +10762,16 @@ string-template@~0.2.1:
1076710762
resolved "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz"
1076810763
integrity sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==
1076910764

10770-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10765+
"string-width-cjs@npm:string-width@^4.2.0":
10766+
version "4.2.3"
10767+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
10768+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10769+
dependencies:
10770+
emoji-regex "^8.0.0"
10771+
is-fullwidth-code-point "^3.0.0"
10772+
strip-ansi "^6.0.1"
10773+
10774+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1077110775
version "4.2.3"
1077210776
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1077310777
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10885,7 +10889,14 @@ string_decoder@~1.1.1:
1088510889
dependencies:
1088610890
safe-buffer "~5.1.0"
1088710891

10888-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10892+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10893+
version "6.0.1"
10894+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
10895+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10896+
dependencies:
10897+
ansi-regex "^5.0.1"
10898+
10899+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1088910900
version "6.0.1"
1089010901
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1089110902
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11833,7 +11844,7 @@ workerpool@6.2.1:
1183311844
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
1183411845
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
1183511846

11836-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11847+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1183711848
version "7.0.0"
1183811849
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1183911850
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11851,6 +11862,15 @@ wrap-ansi@^6.2.0:
1185111862
string-width "^4.1.0"
1185211863
strip-ansi "^6.0.0"
1185311864

11865+
wrap-ansi@^7.0.0:
11866+
version "7.0.0"
11867+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
11868+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11869+
dependencies:
11870+
ansi-styles "^4.0.0"
11871+
string-width "^4.1.0"
11872+
strip-ansi "^6.0.0"
11873+
1185411874
wrap-ansi@^8.1.0:
1185511875
version "8.1.0"
1185611876
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)