Skip to content

Commit d792173

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

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.99"
42+
"eslint-config-txo-typescript": "^7.4.100"
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.99:
3183-
version "7.4.99"
3184-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.99.tgz#4fcbffaa6a3eee1edd610c328a4e93612c6ef155"
3185-
integrity sha512-zpm6f4qbd63I5usnoxWDmHCs1dBQV7YD3qh3Ri/uCbUY1HO8u+Q3mmwP2eHp/CmTLFHI+yjVzVS2e2cDORkjKw==
3182+
eslint-config-txo-typescript@^7.4.100:
3183+
version "7.4.100"
3184+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.100.tgz#fdacd39d6c2dae2359442cfd268d1ae1b83cee73"
3185+
integrity sha512-5btIUmw2sRIFCcNFPT1EmMnaXnu/loG9jHTWYS6u0XhxWuYbdSbrxkGKlNCeA6OY8AjfdLtX5psTRXYFoq0Oew==
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.99:
31943194
eslint-plugin-jest "^29.0.1"
31953195
eslint-plugin-n "^17.20.0"
31963196
eslint-plugin-promise "^7.2.1"
3197-
globals "^16.2.0"
3197+
globals "^16.3.0"
31983198
typescript-eslint "^8.35.1"
31993199
yargs "^17.7.2"
32003200

@@ -3979,10 +3979,10 @@ globals@^15.11.0:
39793979
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
39803980
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
39813981

3982-
globals@^16.2.0:
3983-
version "16.2.0"
3984-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
3985-
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
3982+
globals@^16.3.0:
3983+
version "16.3.0"
3984+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
3985+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
39863986

39873987
globalthis@^1.0.4:
39883988
version "1.0.4"

0 commit comments

Comments
 (0)