Skip to content

Commit ddcd2bd

Browse files
fix(deps): update dependency eslint-config-txo-typescript to ^7.4.109 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 971bf83 commit ddcd2bd

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.108"
42+
"eslint-config-txo-typescript": "^7.4.109"
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
@@ -3167,10 +3167,10 @@ eslint-config-love@^120.0.0:
31673167
eslint-plugin-promise "^7.0.0"
31683168
typescript-eslint "^8.32.0"
31693169

3170-
eslint-config-txo-typescript@^7.4.108:
3171-
version "7.4.108"
3172-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.108.tgz#738a81489499b26f4506eb8f8878407133c3d2b7"
3173-
integrity sha512-W14k3mrKVxXpfqiw48FpQZDCdR13GL9hSDnvv6SkH7akbQ61UzU+9WokGjvicfy9odo/w55l0PBIMq7LwmD+Zg==
3170+
eslint-config-txo-typescript@^7.4.109:
3171+
version "7.4.109"
3172+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.109.tgz#2a3b51978d4012841b85fa29f66ce36fff0aeb54"
3173+
integrity sha512-MgtQn0Xja1O0twN6ZY1hpTp8Y2YtAMyZAOMvHLa//FkTlIEeK5R+lcr3NaeqtK4kFsg2lBXrCmblZyLzR0qvvQ==
31743174
dependencies:
31753175
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31763176
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3182,7 +3182,7 @@ eslint-config-txo-typescript@^7.4.108:
31823182
eslint-plugin-jest "^29.0.1"
31833183
eslint-plugin-n "^17.20.0"
31843184
eslint-plugin-promise "^7.2.1"
3185-
globals "^16.3.0"
3185+
globals "^16.4.0"
31863186
typescript-eslint "^8.42.0"
31873187
yargs "^17.7.2"
31883188

@@ -3960,10 +3960,10 @@ globals@^15.11.0:
39603960
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
39613961
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
39623962

3963-
globals@^16.3.0:
3964-
version "16.3.0"
3965-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
3966-
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
3963+
globals@^16.4.0:
3964+
version "16.4.0"
3965+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.4.0.tgz#574bc7e72993d40cf27cf6c241f324ee77808e51"
3966+
integrity sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==
39673967

39683968
globalthis@^1.0.4:
39693969
version "1.0.4"

0 commit comments

Comments
 (0)