Skip to content

Commit

Permalink
build(deps-dev): bump @types/fs-extra from 11.0.1 to 11.0.2 (#725)
Browse files Browse the repository at this point in the history
Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 11.0.1 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: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Konstantinos Kopanidis <[email protected]>
  • Loading branch information
dependabot[bot] and kkopanidis authored Oct 12, 2023
1 parent 249f022 commit 6e9bb63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/google-protobuf": "^3.15.6",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.192",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@conduitplatform/grpc-sdk": "*",
"@types/convict": "^6.1.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/google-protobuf": "^3.15.6",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.192",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4321,10 +4321,10 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/fs-extra@^11.0.1":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5"
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
"@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" "*"
Expand Down

0 comments on commit 6e9bb63

Please sign in to comment.