Skip to content

Commit 138845f

Browse files
build(deps-dev): bump @types/fs-extra from 5.1.0 to 11.0.4 in /media
Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 5.1.0 to 11.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) --- updated-dependencies: - dependency-name: "@types/fs-extra" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28181e5 commit 138845f

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"repository": "git@github.com:aliyun/alibabacloud-api-vscode-toolkit.git",
3939
"devDependencies": {
4040
"@types/blueimp-md5": "^2.7.0",
41-
"@types/fs-extra": "^5.1.0",
41+
"@types/fs-extra": "^11.0.4",
4242
"@types/lodash": "^4.17.0",
4343
"@types/node": "^20",
4444
"@types/react": "^18.3.3",

media/yarn.lock

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -827,11 +827,12 @@
827827
dependencies:
828828
"@types/ms" "*"
829829

830-
"@types/fs-extra@^5.1.0":
831-
version "5.1.0"
832-
resolved "https://registry.npmmirror.com/@types/fs-extra/-/fs-extra-5.1.0.tgz#2a325ef97901504a3828718c390d34b8426a10a1"
833-
integrity sha512-AInn5+UBFIK9FK5xc9yP5e3TQSPNNgjHByqYcj9g5elVBnDQcQL7PlO1CIRy2gWlbwK7UPYqi7vRvFA44dCmYQ==
830+
"@types/fs-extra@^11.0.4":
831+
version "11.0.4"
832+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
833+
integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==
834834
dependencies:
835+
"@types/jsonfile" "*"
835836
"@types/node" "*"
836837

837838
"@types/hast@^2.0.0":
@@ -846,6 +847,13 @@
846847
resolved "https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
847848
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
848849

850+
"@types/jsonfile@*":
851+
version "6.1.4"
852+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.4.tgz#614afec1a1164e7d670b4a7ad64df3e7beb7b702"
853+
integrity sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==
854+
dependencies:
855+
"@types/node" "*"
856+
849857
"@types/lodash@^4.17.0":
850858
version "4.17.0"
851859
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
@@ -5643,7 +5651,16 @@ string-convert@^0.2.0:
56435651
resolved "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz#6982cc3049fbb4cd85f8b24568b9d9bf39eeff97"
56445652
integrity sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==
56455653

5646-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5654+
"string-width-cjs@npm:string-width@^4.2.0":
5655+
version "4.2.3"
5656+
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5657+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5658+
dependencies:
5659+
emoji-regex "^8.0.0"
5660+
is-fullwidth-code-point "^3.0.0"
5661+
strip-ansi "^6.0.1"
5662+
5663+
string-width@^4.1.0:
56475664
version "4.2.3"
56485665
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
56495666
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5714,7 +5731,14 @@ string_decoder@^1.1.1:
57145731
dependencies:
57155732
safe-buffer "~5.2.0"
57165733

5717-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5734+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5735+
version "6.0.1"
5736+
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5737+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5738+
dependencies:
5739+
ansi-regex "^5.0.1"
5740+
5741+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
57185742
version "6.0.1"
57195743
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
57205744
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)