diff --git a/package-lock.json b/package-lock.json index 446f975..0ee3c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/cross-spawn": "^6.0.2", "@types/diff": "^5.0.2", - "@types/fs-extra": "^9.0.13", + "@types/fs-extra": "^11.0.4", "@types/ini": "^4.1.1", "@types/lodash": "^4.14.175", "@types/plist": "^3.0.2", @@ -1223,12 +1223,13 @@ "license": "MIT" }, "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==", + "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": "*" } }, @@ -1276,6 +1277,16 @@ "@types/istanbul-lib-report": "*" } }, + "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/lodash": { "version": "4.17.17", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.17.tgz", diff --git a/package.json b/package.json index 90a1375..0f50d87 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/prompts": "^2.0.14", "@types/cross-spawn": "^6.0.2", "@types/diff": "^5.0.2", - "@types/fs-extra": "^9.0.13", + "@types/fs-extra": "^11.0.4", "@types/ini": "^4.1.1", "@types/lodash": "^4.14.175", "@types/plist": "^3.0.2",