Skip to content

Commit

Permalink
Merge pull request #237 from backstage/renovate/fs-extra-11.x
Browse files Browse the repository at this point in the history
Update dependency fs-extra to v11
  • Loading branch information
awanlin authored Feb 10, 2024
2 parents 5a0a660 + b7bd8d1 commit b1cc460
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^20.10.5",
"concurrently": "^8.0.0",
"eslint": "^8.6.0",
"fs-extra": "10.1.0",
"fs-extra": "11.2.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"knip": "^4.0.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19218,6 +19218,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: b12e42fa40ba47104202f57b8480dd098aa931c2724565e5e70779ab87605665594e76ee5fb00545f772ab9ace167fe06d2ab009c416dc8c842c5ae6df7aa7e8
languageName: node
linkType: hard

"fs-extra@npm:^8.1.0":
version: 8.1.0
resolution: "fs-extra@npm:8.1.0"
Expand Down Expand Up @@ -28711,7 +28722,7 @@ __metadata:
"@types/node": ^20.10.5
concurrently: ^8.0.0
eslint: ^8.6.0
fs-extra: 10.1.0
fs-extra: 11.2.0
husky: ^8.0.0
jest: ^29.7.0
knip: ^4.0.0
Expand Down

0 comments on commit b1cc460

Please sign in to comment.