Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to ^11.1.1 (#5581)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fs-extra](https://togithub.com/jprichardson/node-fs-extra) |
[`^11.1.0` ->
`^11.1.1`](https://renovatebot.com/diffs/npm/fs-extra/11.1.1/11.1.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fs-extra/11.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fs-extra/11.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fs-extra/11.1.1/11.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fs-extra/11.1.1/11.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/fs-extra](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^11.0.1` ->
`^11.0.2`](https://renovatebot.com/diffs/npm/@types%2ffs-extra/11.0.2/11.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2ffs-extra/11.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2ffs-extra/11.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2ffs-extra/11.0.2/11.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2ffs-extra/11.0.2/11.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Configuration

📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 10, 2023
1 parent 07acd2f commit d153514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -42,7 +42,7 @@
"events": "^3.3.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"golden-layout": "^1.5.9",
"http-proxy": "^1.18.1",
"husky": "^8.0.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/chai-as-promised": "^7.1.6",
"@types/express": "^4.17.18",
"@types/file-saver": "^2.0.5",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/http-proxy": "^1.17.12",
"@types/jquery": "^3.5.10",
"@types/js-cookie": "^3.0.2",
Expand Down

0 comments on commit d153514

Please sign in to comment.