Skip to content

Commit b920a27

Browse files
chore(deps): update dependencies
1 parent abdd947 commit b920a27

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"@rollup/rollup-linux-x64-gnu": "4.60.0"
6464
},
6565
"overrides": {
66-
"undici": "7.24.6"
66+
"undici": "7.24.7"
6767
}
6868
}

src/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const toolName = 'stackit'
55
export const githubRepository = 'stackitcloud/stackit-cli'
66

77
// renovate: github=stackitcloud/stackit-cli
8-
export const defaultVersion = 'v0.58.0'
8+
export const defaultVersion = 'v0.59.0'
99

1010
export function binaryName(version: string, os: string, arch: string): string {
1111
version = clean(version) || version

0 commit comments

Comments
 (0)