Skip to content

Commit a51768c

Browse files
dependabot[bot]Leonya
authored andcommitted
Bump fs-extra from 8.1.0 to 10.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 10.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@8.1.0...10.0.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80689a6 commit a51768c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/create-react-kotlin-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"chalk": "^2.4.2",
2525
"commander": "^3.0.2",
2626
"cross-spawn": "^7.0.1",
27-
"fs-extra": "^8.1.0",
27+
"fs-extra": "^10.0.0",
2828
"hyperquest": "^2.1.3",
2929
"semver": "^6.3.0",
3030
"tar-pack": "^3.4.1",

packages/kotlin-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"dependencies": {
2929
"@jetbrains/kotlinc-js-api": "^2.0.1",
30-
"fs-extra": "^8.1.0",
30+
"fs-extra": "^10.0.0",
3131
"glob": "^7.1.6",
3232
"globby": "^10.0.1",
3333
"kotlin-compiler": "^1.3.61",

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"css-loader": "^3.5.2",
4040
"dotenv": "^8.2.0",
4141
"file-loader": "^4.3.0",
42-
"fs-extra": "^8.1.0",
42+
"fs-extra": "^10.0.0",
4343
"html-webpack-plugin": "^4.5.1",
4444
"kotlin": "~1.5.32",
4545
"kotlinx-coroutines-core": "~1.5.2",

0 commit comments

Comments
 (0)