Skip to content

Commit ff614b1

Browse files
build(deps-dev): bump @types/lodash from 4.17.0 to 4.17.6 in /media (#94)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.0 to 4.17.6. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb2603d commit ff614b1

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@types/blueimp-md5": "^2.7.0",
4242
"@types/fs-extra": "^5.1.0",
43-
"@types/lodash": "^4.17.0",
43+
"@types/lodash": "^4.17.6",
4444
"@types/node": "^20",
4545
"@types/react": "^18.3.3",
4646
"@types/react-dom": "^18.0.3",

media/yarn.lock

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,10 @@
862862
resolved "https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
863863
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
864864

865-
"@types/lodash@^4.17.0":
866-
version "4.17.0"
867-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
868-
integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
865+
"@types/lodash@^4.17.6":
866+
version "4.17.6"
867+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.6.tgz#193ced6a40c8006cfc1ca3f4553444fb38f0e543"
868+
integrity sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==
869869

870870
"@types/mdast@^3.0.0":
871871
version "3.0.15"
@@ -5659,8 +5659,16 @@ string-convert@^0.2.0:
56595659
resolved "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz#6982cc3049fbb4cd85f8b24568b9d9bf39eeff97"
56605660
integrity sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==
56615661

5662-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5663-
name string-width-cjs
5662+
"string-width-cjs@npm:string-width@^4.2.0":
5663+
version "4.2.3"
5664+
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5665+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5666+
dependencies:
5667+
emoji-regex "^8.0.0"
5668+
is-fullwidth-code-point "^3.0.0"
5669+
strip-ansi "^6.0.1"
5670+
5671+
string-width@^4.1.0:
56645672
version "4.2.3"
56655673
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
56665674
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5731,7 +5739,14 @@ string_decoder@^1.1.1:
57315739
dependencies:
57325740
safe-buffer "~5.2.0"
57335741

5734-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5742+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5743+
version "6.0.1"
5744+
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5745+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5746+
dependencies:
5747+
ansi-regex "^5.0.1"
5748+
5749+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
57355750
version "6.0.1"
57365751
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
57375752
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)