Skip to content

Commit b4af5e3

Browse files
Update dependency @types/superagent to v8 (#1978)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/superagent](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent)) | devDependencies | major | [`4.1.24` -> `8.1.9`](https://renovatebot.com/diffs/npm/@types%2fsuperagent/4.1.24/8.1.9) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 191e103 commit b4af5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-ts-slackbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@types/qs": "6.9.18",
17-
"@types/superagent": "4.1.24",
17+
"@types/superagent": "8.1.9",
1818
"typescript": "4.9.5"
1919
}
2020
}

gcp-ts-slackbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/qs": "6.9.18",
16-
"@types/superagent": "4.1.24"
16+
"@types/superagent": "8.1.9"
1717
}
1818
}

0 commit comments

Comments
 (0)