Skip to content

Commit

Permalink
chore(deps): bump fs-extra and @types/fs-extra
Browse files Browse the repository at this point in the history
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra). These dependencies needed to be updated together.

Updates `fs-extra` from 10.0.1 to 11.1.1
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@10.0.1...11.1.1)

Updates `@types/fs-extra` from 9.0.13 to 11.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 1dfaaa0 commit 459337d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-workspaces": "0.8.0",
"fs-extra": "^10.0.1",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.3",
"is-ci": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"private": false,
"dependencies": {
"filedirname": "^2.7.0",
"fs-extra": "10.0.1",
"fs-extra": "11.1.1",
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/eslint": "7.36.8",
"@tsed/typescript": "7.36.8",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.2",
"@types/semver": "^7.3.9",
"arc-templates": "^0.5.3",
"atpl": "^0.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/lowdb": "1.0.11",
"@types/uuid": "8.3.4",
"change-case": "^4.1.2",
"fs-extra": "10.0.1",
"fs-extra": "11.1.1",
"lodash": "^4.17.21",
"lowdb": "1.0.0",
"tslib": "2.5.0",
Expand All @@ -40,7 +40,7 @@
"@tsed/json-mapper": "7.36.8",
"@tsed/schema": "7.36.8",
"@tsed/typescript": "7.36.8",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"eslint": "^8.12.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@prisma/generator-helper": "^4.0.0",
"@prisma/internals": "^4.0.0",
"change-case": "^4.1.2",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.1",
"pluralize": "^8.0.0",
"ts-morph": "^12.0.0",
"tslib": "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/security/jwks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:fix": "eslint '**/*.{ts,js}' --fix"
},
"dependencies": {
"fs-extra": "^10.0.1",
"fs-extra": "^11.1.1",
"jose2": "npm:jose@^2.0.4",
"tslib": "2.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/specs/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@tsed/openspec": "7.36.8",
"change-case": "^4.1.2",
"fs-extra": "^10.0.1",
"fs-extra": "^11.1.1",
"json-schema": "0.4.0",
"picomatch": "2.3.1",
"statuses": ">=2.0.1",
Expand All @@ -50,7 +50,7 @@
"@tsed/eslint": "7.36.8",
"@tsed/openspec": "7.36.8",
"@tsed/typescript": "7.36.8",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"@types/json-schema": "7.0.11",
"@types/picomatch": "2.3.0",
"@types/statuses": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/specs/swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tsed/normalize-path": "7.36.8",
"@tsed/openspec": "7.36.8",
"filedirname": "^2.7.0",
"fs-extra": "10.0.1",
"fs-extra": "11.1.1",
"micromatch": "4.0.5",
"swagger-ui-dist": "^4.5.2",
"tslib": "2.5.0"
Expand Down
29 changes: 14 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5285,11 +5285,12 @@
dependencies:
"@types/node" "*"

"@types/fs-extra@9.0.13", "@types/fs-extra@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
"@types/fs-extra@11.0.2", "@types/fs-extra@^11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.2.tgz#23dc1ed7b2eba8ccd75568ac34e7a4e48aa2d087"
integrity sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==
dependencies:
"@types/jsonfile" "*"
"@types/node" "*"

"@types/glob@^7.1.3":
Expand Down Expand Up @@ -5394,6 +5395,13 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==

"@types/jsonfile@*":
version "6.1.2"
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.2.tgz#d3b8a3536c5bb272ebee0f784180e456b7691c8f"
integrity sha512-8t92P+oeW4d/CRQfJaSqEwXujrhH4OEeHRjGU3v1Q8mUS8GPF3yiX26sw4svv6faL2HfBtGTe2xWIoVgN3dy9w==
dependencies:
"@types/node" "*"

"@types/keygrip@*":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@types/keygrip/-/keygrip-1.0.2.tgz#513abfd256d7ad0bf1ee1873606317b33b1b2a72"
Expand Down Expand Up @@ -12970,16 +12978,7 @@ 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@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@10.1.0, fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
fs-extra@10.1.0, fs-extra@^10.0.0, fs-extra@^10.0.1:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
Expand All @@ -12988,7 +12987,7 @@ fs-extra@10.1.0, fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@11.1.1:
fs-extra@11.1.1, fs-extra@^11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
Expand Down

0 comments on commit 459337d

Please sign in to comment.