Skip to content

Commit

Permalink
chore(deps-dev): bump @types/fs-extra from 9.0.12 to 9.0.13 (#4519)
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 9.0.12 to 9.0.13.
- [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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent ec04124 commit 0432e52
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/cli-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fs-extra": "10.1.0"
},
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"rimraf": "3.0.2",
"typescript": "4.8.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/preset-typescript": "^7.18.6",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.2.0",
"@types/node": "^14.18.29",
"@types/platform": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/license-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"description": "Wire's internal license collection tool",
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/node": "^14.18.29",
"@types/npm-registry-package-info": "1.0.1",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/store-engine-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fs-extra": "10.1.0"
},
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/jasmine": "4.3.0",
"@types/node": "^14.18.29",
"@wireapp/store-engine": "workspace:^",
Expand Down
17 changes: 4 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4301,15 +4301,6 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-extra@npm:9.0.12":
version: 9.0.12
resolution: "@types/fs-extra@npm:9.0.12"
dependencies:
"@types/node": "*"
checksum: c63834f0be8d0993c55abcc0b2c90f3c095cf3aa9e827973472167bd93687df9da546bd5e0823ddc9e83e1651c9cfb09bbac99fa57a15ab28fd21280426e472c
languageName: node
linkType: hard

"@types/fs-extra@npm:9.0.13":
version: 9.0.13
resolution: "@types/fs-extra@npm:9.0.13"
Expand Down Expand Up @@ -5560,7 +5551,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wireapp/cli-client@workspace:packages/cli-client"
dependencies:
"@types/fs-extra": 9.0.12
"@types/fs-extra": 9.0.13
"@wireapp/api-client": "workspace:^"
"@wireapp/core": "workspace:^"
"@wireapp/store-engine-fs": "workspace:^"
Expand All @@ -5584,7 +5575,7 @@ __metadata:
"@babel/preset-typescript": ^7.18.6
"@types/babel__core": ^7
"@types/babel__preset-env": ^7
"@types/fs-extra": 9.0.12
"@types/fs-extra": 9.0.13
"@types/jest": 29.2.0
"@types/node": ^14.18.29
"@types/platform": 1.3.4
Expand Down Expand Up @@ -5712,7 +5703,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wireapp/license-collector@workspace:packages/license-collector"
dependencies:
"@types/fs-extra": 9.0.12
"@types/fs-extra": 9.0.13
"@types/node": ^14.18.29
"@types/npm-registry-package-info": 1.0.1
fs-extra: 10.1.0
Expand Down Expand Up @@ -5909,7 +5900,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wireapp/store-engine-fs@workspace:packages/store-engine-fs"
dependencies:
"@types/fs-extra": 9.0.12
"@types/fs-extra": 9.0.13
"@types/jasmine": 4.3.0
"@types/node": ^14.18.29
"@wireapp/store-engine": "workspace:^"
Expand Down

0 comments on commit 0432e52

Please sign in to comment.