Bump fs-extra and @types/fs-extra (#555)

This commit is contained in:
dependabot[bot] 2024-04-30 02:54:17 +00:00 коммит произвёл GitHub
Родитель f83cd6e304
Коммит d3e2ed14bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 16 добавлений и 16 удалений

28
package-lock.json сгенерированный
Просмотреть файл

@ -15,7 +15,7 @@
"@actions/io": "^1.1.3", "@actions/io": "^1.1.3",
"@microsoft/powerplatform-cli-wrapper": "^0.1.120", "@microsoft/powerplatform-cli-wrapper": "^0.1.120",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"fs-extra": "^11.1.1", "fs-extra": "^11.2.0",
"js-yaml": "^4.1", "js-yaml": "^4.1",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
@ -23,7 +23,7 @@
"@types/async": "^3.2.24", "@types/async": "^3.2.24",
"@types/chai": "^4.3.6", "@types/chai": "^4.3.6",
"@types/fancy-log": "^2.0.2", "@types/fancy-log": "^2.0.2",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0", "@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.7", "@types/js-yaml": "^4.0.7",
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
@ -991,9 +991,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/fs-extra": { "node_modules/@types/fs-extra": {
"version": "11.0.1", "version": "11.0.4",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz",
"integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", "integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/jsonfile": "*", "@types/jsonfile": "*",
@ -4075,9 +4075,9 @@
} }
}, },
"node_modules/fs-extra": { "node_modules/fs-extra": {
"version": "11.1.1", "version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dependencies": { "dependencies": {
"graceful-fs": "^4.2.0", "graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1", "jsonfile": "^6.0.1",
@ -11153,9 +11153,9 @@
"dev": true "dev": true
}, },
"@types/fs-extra": { "@types/fs-extra": {
"version": "11.0.1", "version": "11.0.4",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz",
"integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", "integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/jsonfile": "*", "@types/jsonfile": "*",
@ -13632,9 +13632,9 @@
} }
}, },
"fs-extra": { "fs-extra": {
"version": "11.1.1", "version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"requires": { "requires": {
"graceful-fs": "^4.2.0", "graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1", "jsonfile": "^6.0.1",

Просмотреть файл

@ -20,7 +20,7 @@
"@types/async": "^3.2.24", "@types/async": "^3.2.24",
"@types/chai": "^4.3.6", "@types/chai": "^4.3.6",
"@types/fancy-log": "^2.0.2", "@types/fancy-log": "^2.0.2",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0", "@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.7", "@types/js-yaml": "^4.0.7",
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
@ -66,7 +66,7 @@
"@actions/io": "^1.1.3", "@actions/io": "^1.1.3",
"@microsoft/powerplatform-cli-wrapper": "^0.1.120", "@microsoft/powerplatform-cli-wrapper": "^0.1.120",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"fs-extra": "^11.1.1", "fs-extra": "^11.2.0",
"js-yaml": "^4.1", "js-yaml": "^4.1",
"uuid": "^9.0.0" "uuid": "^9.0.0"
} }