diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-20 21:45:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 21:45:23 -0600 |
commit | 1201137d920addaf094845f84c4f8689f556b34e (patch) | |
tree | b3429cca0231ea52c42d7273eb8d4405a53c961c | |
parent | 2182e3577af72c433770fac6eddfa11be095a194 (diff) | |
download | compiler-explorer-gh-9629.tar.gz compiler-explorer-gh-9629.zip |
chore(deps): update dependency @types/request to ^2.48.12 (#5774)gh-9629
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/request](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/request)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^2.48.11` ->
`^2.48.12`](https://renovatebot.com/diffs/npm/@types%2frequest/2.48.12/2.48.12)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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 this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 65c033b63..672a740aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "@types/mocha": "^10.0.3", "@types/node-targz": "^0.2.4", "@types/nopt": "^3.0.31", - "@types/request": "^2.48.11", + "@types/request": "^2.48.12", "@types/shell-quote": "^1.7.1", "@types/temp": "^0.9.3", "@types/underscore": "^1.11.4", diff --git a/package.json b/package.json index a2277cd6b..440cd22d3 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@types/mocha": "^10.0.3", "@types/node-targz": "^0.2.4", "@types/nopt": "^3.0.31", - "@types/request": "^2.48.11", + "@types/request": "^2.48.12", "@types/shell-quote": "^1.7.1", "@types/temp": "^0.9.3", "@types/underscore": "^1.11.4", |