Skip to content

Commit 12308c9

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

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
@@ -3179,10 +3179,10 @@ eslint-config-love@^120.0.0:
31793179
eslint-plugin-promise "^7.0.0"
31803180
typescript-eslint "^8.32.0"
31813181

3182-
eslint-config-txo-typescript@^7.4.111:
3183-
version "7.4.111"
3184-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.111.tgz#4a455a72c0a6af0e6d7fbb38f935ec70f55dddad"
3185-
integrity sha512-jkaj9bWrapq2TqI32lRSsaf/j8Wqmi0A0zLHh997UMXLupTS4Y5F5NpXKRjxbmM/0sO3nQZHOIwbeA3bC4yZ4w==
3182+
eslint-config-txo-typescript@^7.4.112:
3183+
version "7.4.112"
3184+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.112.tgz#ac66b0dba6659c178fb8c3fe04555e417087c952"
3185+
integrity sha512-nxG3DNH2x1CuyKdY4ehCvIyxKcAiFIH7ebSpM+zy2+/919PLe1WpAm1tiImr9mI/1rfT32jin0aiHtf9s9yPiA==
31863186
dependencies:
31873187
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31883188
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3194,7 +3194,7 @@ eslint-config-txo-typescript@^7.4.111:
31943194
eslint-plugin-jest "^29.0.1"
31953195
eslint-plugin-n "^17.20.0"
31963196
eslint-plugin-promise "^7.2.1"
3197-
globals "^16.4.0"
3197+
globals "^16.5.0"
31983198
typescript-eslint "^8.45.0"
31993199
yargs "^17.7.2"
32003200

@@ -3972,10 +3972,10 @@ globals@^15.11.0:
39723972
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
39733973
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
39743974

3975-
globals@^16.4.0:
3976-
version "16.4.0"
3977-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.4.0.tgz#574bc7e72993d40cf27cf6c241f324ee77808e51"
3978-
integrity sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==
3975+
globals@^16.5.0:
3976+
version "16.5.0"
3977+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
3978+
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
39793979

39803980
globalthis@^1.0.4:
39813981
version "1.0.4"

0 commit comments

Comments
 (0)