Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-txo-typescript to ^4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent 8c4c446 commit 55f0fe9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@txo/tsconfig": "^1.1.1",
"@types/jest": "^29.5.11",
"concurrently": "^8.2.2",
"eslint-config-txo-typescript": "^4.0.15",
"eslint-config-txo-typescript": "^4.0.16",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3321,10 +3321,10 @@ eslint-config-standard@17.1.0:
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==

eslint-config-txo-typescript@^4.0.15:
version "4.0.15"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.15.tgz#aa88410279fcb0e0470d08d4d880468f6cfb9d2c"
integrity sha512-WLsDLf7juJXyYICBQFI47XNlQVoqAVbj9sdVxRGrNcVphRyX2X/WJHUotIHexnRZ7/U1LoEUM7GX79kdrvFC1Q==
eslint-config-txo-typescript@^4.0.16:
version "4.0.16"
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.16.tgz#2cb0d249da91944913121cbd307681ba85b53d0e"
integrity sha512-WydMAxyYfMXmpO3o3Mzh8jzQFdoip3/lS+Fuu2uTk93JmfRIBHQVfSrN+mSR/+ncnmyjPrQhily+mVXPNNP59w==
dependencies:
"@eslint-community/eslint-plugin-eslint-comments" "^4.1.0"
"@typescript-eslint/eslint-plugin" "^6.13.2"
Expand All @@ -3336,7 +3336,7 @@ eslint-config-txo-typescript@^4.0.15:
eslint-plugin-jest "^27.6.0"
eslint-plugin-n "^16.3.1"
eslint-plugin-promise "^6.1.1"
globals "^13.23.0"
globals "^13.24.0"

eslint-import-resolver-node@^0.3.9:
version "0.3.9"
Expand Down Expand Up @@ -4094,13 +4094,20 @@ globals@^11.1.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==

globals@^13.19.0, globals@^13.23.0:
globals@^13.19.0:
version "13.23.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.23.0.tgz#ef31673c926a0976e1f61dab4dca57e0c0a8af02"
integrity sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==
dependencies:
type-fest "^0.20.2"

globals@^13.24.0:
version "13.24.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
dependencies:
type-fest "^0.20.2"

globalthis@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
Expand Down

0 comments on commit 55f0fe9

Please sign in to comment.