Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 2568e55 commit 79d980b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@heroku/heroku-cli-util": "^8.0.13",
"@oclif/core": "^2.8.11",
"filesize": "^4.0.0",
"fs-extra": "^7.0.1",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.6",
"js-yaml": "^3.12.1",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"edit-string": "^1.1.6",
"execa": "5.1.1",
"foreman": "^3.0.1",
"fs-extra": "7.0.1",
"fs-extra": "11.2.0",
"github-url-to-object": "^4.0.4",
"got": "^9.6.0",
"http-call": "5.3.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.7",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^5.0.5",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^7.1.1",
"@types/got": "^9.6.7",
"@types/inquirer": "^8.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/run-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@heroku/heroku-cli-util": "^8.0.13",
"@oclif/core": "^2.8.11",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"fs-extra": "^11.2.0",
"http-call": "5.3.0",
"shellwords": "^0.1.1"
},
Expand Down
51 changes: 36 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ __metadata:
chai: ^4.2.0
chai-as-promised: ^7.1.1
filesize: ^4.0.0
fs-extra: ^7.0.1
fs-extra: ^11.2.0
inquirer: ^8.2.6
js-yaml: ^3.12.1
lodash: ^4.17.21
Expand Down Expand Up @@ -1573,7 +1573,7 @@ __metadata:
chai: ^4.2.0
debug: ^4.1.1
fixture-stdout: 0.2.1
fs-extra: ^7.0.1
fs-extra: ^11.2.0
http-call: 5.3.0
mocha: ^8.0.0
mocha-junit-reporter: 1.18.0
Expand Down Expand Up @@ -5325,12 +5325,13 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-extra@npm:^5.0.5":
version: 5.0.5
resolution: "@types/fs-extra@npm:5.0.5"
"@types/fs-extra@npm:^11.0.4":
version: 11.0.4
resolution: "@types/fs-extra@npm:11.0.4"
dependencies:
"@types/jsonfile": "*"
"@types/node": "*"
checksum: 74f8c60db6f37462a8fe818276c19d7bf8dcb96e1a635e74632c9ba3376cc77de5079324e75360c15498f16011dab1332594af6b7d7435d37e9a372dc28a4051
checksum: 242cb84157631f057f76495c8220707541882c00a00195b603d937fb55e471afecebcb089bab50233ed3a59c69fd68bf65c1f69dd7fafe2347e139cc15b9b0e5
languageName: node
linkType: hard

Expand Down Expand Up @@ -5387,6 +5388,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonfile@npm:*":
version: 6.1.4
resolution: "@types/jsonfile@npm:6.1.4"
dependencies:
"@types/node": "*"
checksum: 309fda20eb5f1cf68f2df28931afdf189c5e7e6bec64ac783ce737bb98908d57f6f58757ad5da9be37b815645a6f914e2d4f3ac66c574b8fe1ba6616284d0e97
languageName: node
linkType: hard

"@types/keyv@npm:^3.1.1, @types/keyv@npm:^3.1.4":
version: 3.1.4
resolution: "@types/keyv@npm:3.1.4"
Expand Down Expand Up @@ -10156,14 +10166,14 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:7.0.1, fs-extra@npm:^7.0.0, fs-extra@npm:^7.0.1":
version: 7.0.1
resolution: "fs-extra@npm:7.0.1"
"fs-extra@npm:11.2.0, fs-extra@npm:^11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
graceful-fs: ^4.1.2
jsonfile: ^4.0.0
universalify: ^0.1.0
checksum: 141b9dccb23b66a66cefdd81f4cda959ff89282b1d721b98cea19ba08db3dcbe6f862f28841f3cf24bb299e0b7e6c42303908f65093cb7e201708e86ea5a8dcf
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: b12e42fa40ba47104202f57b8480dd098aa931c2724565e5e70779ab87605665594e76ee5fb00545f772ab9ace167fe06d2ab009c416dc8c842c5ae6df7aa7e8
languageName: node
linkType: hard

Expand All @@ -10189,6 +10199,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^7.0.0, fs-extra@npm:^7.0.1":
version: 7.0.1
resolution: "fs-extra@npm:7.0.1"
dependencies:
graceful-fs: ^4.1.2
jsonfile: ^4.0.0
universalify: ^0.1.0
checksum: 141b9dccb23b66a66cefdd81f4cda959ff89282b1d721b98cea19ba08db3dcbe6f862f28841f3cf24bb299e0b7e6c42303908f65093cb7e201708e86ea5a8dcf
languageName: node
linkType: hard

"fs-extra@npm:^8.1":
version: 8.1.0
resolution: "fs-extra@npm:8.1.0"
Expand Down Expand Up @@ -11263,7 +11284,7 @@ __metadata:
"@types/ansi-styles": ^3.2.1
"@types/chai": ^4.1.7
"@types/debug": ^4.1.12
"@types/fs-extra": ^5.0.5
"@types/fs-extra": ^11.0.4
"@types/glob": ^7.1.1
"@types/got": ^9.6.7
"@types/inquirer": ^8.2.10
Expand Down Expand Up @@ -11292,7 +11313,7 @@ __metadata:
edit-string: ^1.1.6
execa: 5.1.1
foreman: ^3.0.1
fs-extra: 7.0.1
fs-extra: 11.2.0
github-url-to-object: ^4.0.4
globby: ^10.0.2
got: ^9.6.0
Expand Down

0 comments on commit 79d980b

Please sign in to comment.