Update dependency @types/fs-extra to v11

This commit is contained in:
renovate[bot]
2025-02-14 02:44:38 +00:00
committed by GitHub
parent 1fd9e36999
commit 60ba48184f
2 changed files with 36 additions and 5 deletions

39
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"@electron/fuses": "^1.8.0",
"@types/cheerio": "^0.22.22",
"@types/enzyme": "^3.10.7",
"@types/fs-extra": "^9.0.0",
"@types/fs-extra": "^11.0.0",
"@types/jest": "23.3.12",
"@types/node": "^18.16.0",
"@types/react": "16.14.34",
@@ -3849,12 +3849,13 @@
"license": "MIT"
},
"node_modules/@types/fs-extra": {
"version": "9.0.13",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/fs-extra/-/fs-extra-9.0.13.tgz",
"integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==",
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz",
"integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/jsonfile": "*",
"@types/node": "*"
}
},
@@ -3910,6 +3911,16 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/jsonfile": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/@types/jsonfile/-/jsonfile-6.1.4.tgz",
"integrity": "sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/keyv": {
"version": "3.1.4",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/@types/keyv/-/keyv-3.1.4.tgz",
@@ -4478,6 +4489,16 @@
"electron-builder-squirrel-windows": "25.1.8"
}
},
"node_modules/app-builder-lib/node_modules/@types/fs-extra": {
"version": "9.0.13",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz",
"integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/app-builder-lib/node_modules/fs-extra": {
"version": "10.1.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/fs-extra/-/fs-extra-10.1.0.tgz",
@@ -8419,6 +8440,16 @@
"mime": "^2.5.2"
}
},
"node_modules/electron-publish/node_modules/@types/fs-extra": {
"version": "9.0.13",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz",
"integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/electron-publish/node_modules/fs-extra": {
"version": "10.1.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/fs-extra/-/fs-extra-10.1.0.tgz",

View File

@@ -177,7 +177,7 @@
"@electron/fuses": "^1.8.0",
"@types/cheerio": "^0.22.22",
"@types/enzyme": "^3.10.7",
"@types/fs-extra": "^9.0.0",
"@types/fs-extra": "^11.0.0",
"@types/jest": "23.3.12",
"@types/node": "^18.16.0",
"@types/react": "16.14.34",