chore(deps): update dependency @types/temp to ^0.9.2 (#5494)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/temp](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/temp)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^0.9.1` ->
`^0.9.2`](https://renovatebot.com/diffs/npm/@types%2ftemp/0.9.1/0.9.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2ftemp/0.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2ftemp/0.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2ftemp/0.9.1/0.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2ftemp/0.9.1/0.9.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 this update
again.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-20 19:31:38 -05:00
committed by GitHub
parent bf791ac8f1
commit 3bf0a82556
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -102,7 +102,7 @@
"@types/request": "^2.48.8",
"@types/shell-quote": "^1.7.1",
"@types/tar-fs": "^2.0.2",
"@types/temp": "^0.9.1",
"@types/temp": "^0.9.2",
"@types/underscore": "^1.11.4",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
@@ -4551,9 +4551,9 @@
}
},
"node_modules/@types/temp": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@types/temp/-/temp-0.9.1.tgz",
"integrity": "sha512-yDQ8Y+oQi9V7VkexwE6NBSVyNuyNFeGI275yWXASc2DjmxNicMi9O50KxDpNlST1kBbV9jKYBHGXhgNYFMPqtA==",
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/@types/temp/-/temp-0.9.2.tgz",
"integrity": "sha512-n5sIDpSsilIPZU7i9R3Ts0JZEGKNz3tGF2q7I74QedOFRkdHTNIbbIt8DA3+GyqoNsi1UO9MXENmqd2VlDYAmg==",
"dev": true,
"dependencies": {
"@types/node": "*"

View File

@@ -111,7 +111,7 @@
"@types/request": "^2.48.8",
"@types/shell-quote": "^1.7.1",
"@types/tar-fs": "^2.0.2",
"@types/temp": "^0.9.1",
"@types/temp": "^0.9.2",
"@types/underscore": "^1.11.4",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",