Skip to content

Commit 79fea8b

Browse files
committed
fix: update patches for dependencies
1 parent e798a9e commit 79fea8b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bun.lockb

8 Bytes
Binary file not shown.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"packageManager": "[email protected]",
3131
"devDependencies": {
3232
"@anolilab/multi-semantic-release": "^1.1.3",
33-
"@biomejs/biome": "^1.9.2",
33+
"@biomejs/biome": "^1.9.3",
3434
"@codedependant/semantic-release-docker": "^5.0.3",
3535
"@commitlint/cli": "^19.5.0",
3636
"@commitlint/config-conventional": "^19.5.0",
@@ -39,13 +39,13 @@
3939
"@semantic-release/exec": "^6.0.3",
4040
"@semantic-release/git": "^10.0.1",
4141
"@tsconfig/strictest": "^2.0.5",
42-
"@types/bun": "^1.1.10",
42+
"@types/bun": "^1.1.11",
4343
"conventional-changelog-conventionalcommits": "^7.0.2",
44-
"lefthook": "^1.7.15",
44+
"lefthook": "^1.7.21",
4545
"portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1",
46-
"semantic-release": "^24.1.1",
47-
"turbo": "^2.1.2",
48-
"typescript": "^5.6.2"
46+
"semantic-release": "^24.1.2",
47+
"turbo": "^2.1.3",
48+
"typescript": "^5.6.3"
4949
},
5050
"trustedDependencies": [
5151
"@biomejs/biome",
@@ -56,6 +56,6 @@
5656
"patchedDependencies": {
5757
"@semantic-release/[email protected]": "patches/@semantic-release%[email protected]",
5858
59-
"[email protected].3": "patches/[email protected].3.patch"
59+
"[email protected].4": "patches/[email protected].4.patch"
6060
}
6161
}
File renamed without changes.

0 commit comments

Comments
 (0)