mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
chore(deps): update dependency @types/temp to ^0.9.2 (#5494)
[](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) | [](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. --- - [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:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -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": "*"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user