Skip to content

Commit

Permalink
Bump fs-capacitor and @types/fs-capacitor
Browse files Browse the repository at this point in the history
Bumps [fs-capacitor](https://github.com/mike-marcacci/fs-capacitor) and [@types/fs-capacitor](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-capacitor). These dependencies needed to be updated together.

Updates `fs-capacitor` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/mike-marcacci/fs-capacitor/releases)
- [Changelog](https://github.com/mike-marcacci/fs-capacitor/blob/main/CHANGELOG.md)
- [Commits](mike-marcacci/fs-capacitor@v7.0.1...v8.0.0)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent c0a8796 commit d1f38e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/bluebird": "^3.5.35",
"@types/debug": "^4.1.5",
"@types/fluent-ffmpeg": "^2.1.17",
"@types/fs-capacitor": "^2.0.0",
"@types/fs-capacitor": "^8.0.2",
"@types/ms": "0.7.31",
"@types/node": "^17.0.0",
"@types/node-emoji": "^1.8.1",
Expand Down Expand Up @@ -101,7 +101,7 @@
"dotenv": "^16.4.5",
"execa": "^6.1.0",
"fluent-ffmpeg": "^2.1.2",
"fs-capacitor": "^7.0.1",
"fs-capacitor": "^8.0.0",
"get-youtube-id": "^1.0.1",
"got": "^12.0.2",
"hasha": "^5.2.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -511,12 +511,12 @@
dependencies:
"@types/node" "*"

"@types/fs-capacitor@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz"
integrity sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==
"@types/fs-capacitor@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@types/fs-capacitor/-/fs-capacitor-8.0.2.tgz#8c0ec179fcb88961423f9e7cd2571511a499d37a"
integrity sha512-uHCqZVh7Ofv9ROqq1wXH3wENCGGX0p4EWLKOquMILiapG3nlTBfL6tXiknGKWp07RtSIugWVCj21cp/eo1ebLQ==
dependencies:
"@types/node" "*"
fs-capacitor "*"

"@types/http-cache-semantics@*":
version "4.0.1"
Expand Down Expand Up @@ -2261,10 +2261,10 @@ formidable@^1.2.2:
resolved "https://registry.npmjs.org/formidable/-/formidable-1.2.6.tgz"
integrity sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==

fs-capacitor@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-7.0.1.tgz"
integrity sha512-YjxAAorsFA/pK3PTLuYJO+FlZ7wvGTIwGPbpGzVAJ+DUp6uof0zZjG6dcYsrGX864BMeUCj9R6lmkYZ5uY5lWQ==
fs-capacitor@*, fs-capacitor@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/fs-capacitor/-/fs-capacitor-8.0.0.tgz#a95cbcf58dd50750fe718a03ec051961ef4e61f4"
integrity sha512-+Lk6iSKajdGw+7XYxUkwIzreJ2G1JFlYOdnKJv5PzwFLVsoJYBpCuS7WPIUSNT1IbQaEWT1nhYU63Ud03DyzLA==

fs-extra@^8.1.0:
version "8.1.0"
Expand Down Expand Up @@ -4972,7 +4972,7 @@ tslib@^2.6.2:
version "2.8.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b"
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
Expand Down

0 comments on commit d1f38e6

Please sign in to comment.