Skip to content

Commit 86232fc

Browse files
fix(deps): update dependency eslint-config-txo-typescript to ^7.4.112 (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a559aaa commit 86232fc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"node": ">=18.0.0"
4040
},
4141
"dependencies": {
42-
"eslint-config-txo-typescript": "^7.4.111"
42+
"eslint-config-txo-typescript": "^7.4.112"
4343
},
4444
"devDependencies": {
4545
"@txo-peer-dep/log": "^4.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3196,10 +3196,10 @@ eslint-config-txo-package-typescript@^1.0.116:
31963196
dependencies:
31973197
eslint-config-txo-typescript "^7.4.111"
31983198

3199-
eslint-config-txo-typescript@^7.4.111:
3200-
version "7.4.111"
3201-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.111.tgz#4a455a72c0a6af0e6d7fbb38f935ec70f55dddad"
3202-
integrity sha512-jkaj9bWrapq2TqI32lRSsaf/j8Wqmi0A0zLHh997UMXLupTS4Y5F5NpXKRjxbmM/0sO3nQZHOIwbeA3bC4yZ4w==
3199+
eslint-config-txo-typescript@^7.4.111, eslint-config-txo-typescript@^7.4.112:
3200+
version "7.4.112"
3201+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.112.tgz#ac66b0dba6659c178fb8c3fe04555e417087c952"
3202+
integrity sha512-nxG3DNH2x1CuyKdY4ehCvIyxKcAiFIH7ebSpM+zy2+/919PLe1WpAm1tiImr9mI/1rfT32jin0aiHtf9s9yPiA==
32033203
dependencies:
32043204
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
32053205
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3211,7 +3211,7 @@ eslint-config-txo-typescript@^7.4.111:
32113211
eslint-plugin-jest "^29.0.1"
32123212
eslint-plugin-n "^17.20.0"
32133213
eslint-plugin-promise "^7.2.1"
3214-
globals "^16.4.0"
3214+
globals "^16.5.0"
32153215
typescript-eslint "^8.45.0"
32163216
yargs "^17.7.2"
32173217

@@ -4007,10 +4007,10 @@ globals@^15.11.0:
40074007
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
40084008
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
40094009

4010-
globals@^16.4.0:
4011-
version "16.4.0"
4012-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.4.0.tgz#574bc7e72993d40cf27cf6c241f324ee77808e51"
4013-
integrity sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==
4010+
globals@^16.5.0:
4011+
version "16.5.0"
4012+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
4013+
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
40144014

40154015
globalthis@^1.0.4:
40164016
version "1.0.4"

0 commit comments

Comments
 (0)