Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@commitlint/config-conventional": "^20.4.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.10",
"esbuild": "^0.27.2",
Expand Down
50 changes: 39 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,13 +1119,13 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^20.3.1":
version: 20.3.1
resolution: "@commitlint/config-conventional@npm:20.3.1"
"@commitlint/config-conventional@npm:^20.4.0":
version: 20.4.1
resolution: "@commitlint/config-conventional@npm:20.4.1"
dependencies:
"@commitlint/types": "npm:^20.3.1"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
checksum: 10c0/e7ee21f0fd725ab8d97c6ac39ac8f52bdc004ad9efc44700323f2eb781db2bb624936d81d889fb0eb2ebcdc9cbc9f7223e8be90a897b32f5e2dba6cba4b3aadf
"@commitlint/types": "npm:^20.4.0"
conventional-changelog-conventionalcommits: "npm:^9.1.0"
checksum: 10c0/1c97529ec41ba394aa00ba23a44ba5a54dceafec7677127f2b5106f2e345398abc2c5332a2cb333706e8102730e9667f8479bd51b7087c1f43461efb2833f29e
languageName: node
linkType: hard

Expand Down Expand Up @@ -1293,6 +1293,16 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^20.4.0":
version: 20.4.0
resolution: "@commitlint/types@npm:20.4.0"
dependencies:
conventional-commits-parser: "npm:^6.2.1"
picocolors: "npm:^1.1.1"
checksum: 10c0/d469c74317d279c0e5adeeb2b0ef7cc9a5fd80cea77ab4e92fc60cf2e23a8b56ee1345c82e7f3725c329d5c87b80dcf39608dff6b356e8aa51f62f657529348c
languageName: node
linkType: hard

"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
Expand Down Expand Up @@ -1807,7 +1817,7 @@ __metadata:
"@aws-sdk/client-dynamodb": "npm:^3.971.0"
"@aws-sdk/client-secrets-manager": "npm:^3.971.0"
"@commitlint/cli": "npm:^20.3.1"
"@commitlint/config-conventional": "npm:^20.3.1"
"@commitlint/config-conventional": "npm:^20.4.0"
"@rsksmart/rsk-utils": "npm:^2.0.5"
"@slack/types": "npm:^2.19.0"
"@slack/web-api": "npm:^7.13.0"
Expand Down Expand Up @@ -4433,12 +4443,12 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^7.0.2":
version: 7.0.2
resolution: "conventional-changelog-conventionalcommits@npm:7.0.2"
"conventional-changelog-conventionalcommits@npm:^9.1.0":
version: 9.1.0
resolution: "conventional-changelog-conventionalcommits@npm:9.1.0"
dependencies:
compare-func: "npm:^2.0.0"
checksum: 10c0/3cb1eab35e37fc973cfb3aed0e159f54414e49b222988da1c2aa86cc8a87fe7531491bbb7657fe5fc4dc0e25f5b50e2065ba8ac71cc4c08eed9189102a2b81bd
checksum: 10c0/b1dfbb8ce5983bb80837c35f089fb0f9603a1b067f34be680f88fde20871792e461e29d119d468bc293f38a1ca916c1c40a841f8c049a0a1efaa40582f4fecc9
languageName: node
linkType: hard

Expand All @@ -4456,6 +4466,17 @@ __metadata:
languageName: node
linkType: hard

"conventional-commits-parser@npm:^6.2.1":
version: 6.2.1
resolution: "conventional-commits-parser@npm:6.2.1"
dependencies:
meow: "npm:^13.0.0"
bin:
conventional-commits-parser: dist/cli/index.js
checksum: 10c0/217b3fff627802f7fd7cb09bdfe897aa76986865543dfaa99b7957e4717d039e1e12c4a9b72706f098a5716bbbbdae540ef0b2429f7219d5fc5be0f190f1bc1e
languageName: node
linkType: hard

"convert-source-map@npm:^2.0.0":
version: 2.0.0
resolution: "convert-source-map@npm:2.0.0"
Expand Down Expand Up @@ -6873,6 +6894,13 @@ __metadata:
languageName: node
linkType: hard

"meow@npm:^13.0.0":
version: 13.2.0
resolution: "meow@npm:13.2.0"
checksum: 10c0/d5b339ae314715bcd0b619dd2f8a266891928e21526b4800d49b4fba1cc3fff7e2c1ff5edd3344149fac841bc2306157f858e8c4d5eaee4d52ce52ad925664ce
languageName: node
linkType: hard

"merge-stream@npm:^2.0.0":
version: 2.0.0
resolution: "merge-stream@npm:2.0.0"
Expand Down
Loading