Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11.1.0 (#927)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 2, 2022
1 parent 6a6c9d8 commit 74630d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/react-feather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@techstack/tcm-cli": "0.2.85",
"cross-env": "7.0.3",
"dts-cli": "1.6.0",
"fs-extra": "11.0.0",
"fs-extra": "11.1.0",
"typescript": "4.9.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tcm-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-testing-library": "5.9.1",
"execa": "6.1.0",
"figlet": "1.5.2",
"fs-extra": "11.0.0",
"fs-extra": "11.1.0",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest-watch-typeahead": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "4.9.3"
},
"dependencies": {
"fs-extra": "11.0.0",
"fs-extra": "11.1.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"sade": "1.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10801,10 +10801,10 @@ fs-constants@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==

fs-extra@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7"
integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w==
fs-extra@11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
Expand Down

0 comments on commit 74630d7

Please sign in to comment.