Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/modules/manager/azure-pipelines/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resources:
- container: linux
image: ubuntu:24.04
- container: python
image: python:3.13@sha256:c33390eacee652aecb774f9606c263b4f76415bc83926a6777ede0f853c6bc19
image: python:3.13@sha256:19c3e9658c3bab523c6ddb025464f3707cf3b1297100827bdb6afbf0c937d99f

stages:
- stage: StageOne
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"common-tags": "1.8.2",
"conventional-changelog-conventionalcommits": "8.0.0",
"emojibase-data": "16.0.3",
"esbuild": "0.25.2",
"esbuild": "0.25.3",
"eslint": "9.25.1",
"eslint-config-prettier": "10.1.2",
"eslint-formatter-gha": "1.5.2",
Expand Down Expand Up @@ -370,7 +370,7 @@
"re2"
],
"overrides": {
"esbuild": "0.25.2"
"esbuild": "0.25.3"
},
"patchedDependencies": {
"re2": "patches/re2.patch"
Expand Down
Loading
Loading