Skip to content

Commit

Permalink
fix(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 11.1.1 to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.1.1...11.2.0)

Updates `@types/fs-extra` from 11.0.1 to 11.0.4
- [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-minor
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and baumandm committed Jan 3, 2024
1 parent 6308920 commit dc0d48f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-operations": "2.4.2",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.202",
"@types/node": "18.15.11",
Expand All @@ -38,7 +38,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"globby": "11.0.4",
"graphql": "15.8.0",
"jest": "27.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@types/dotenv-flow": "3.2.0",
"@types/express": "4.17.13",
"@types/find": "0.2.1",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.4",
"@types/graphql-upload": "8.0.11",
"@types/jest": "27.4.1",
"@types/js-yaml": "4.0.5",
Expand All @@ -107,7 +107,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"find": "0.3.0",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"jest": "27.5.1",
"jsonfile": "6.1.0",
"nodemon": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
],
"dependencies": {
"@aws-sdk/client-s3": "3.292.0",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"lodash": "4.17.21",
"parsimmon": "1.18.1",
"pino": "8.8.0",
"pino-http": "8.3.3",
"pino-pretty": "10.0.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.202",
"@types/node": "18.15.11",
Expand Down

0 comments on commit dc0d48f

Please sign in to comment.