Skip to content

Commit ff2344e

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 47296b1 commit ff2344e

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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: 12 additions & 4 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"

0 commit comments

Comments
 (0)