Skip to content

Commit 9740f2b

Browse files
chore(deps): update all non-major dependencies (#1174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea875de commit 9740f2b

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@swc/jest": "0.2.22",
3333
"@types/dedent": "0.7.0",
3434
"@types/jest": "29.0.3",
35-
"@types/node": "16.11.60",
36-
"@typescript-eslint/eslint-plugin": "5.38.0",
37-
"@typescript-eslint/parser": "5.38.0",
35+
"@types/node": "16.11.62",
36+
"@typescript-eslint/eslint-plugin": "5.38.1",
37+
"@typescript-eslint/parser": "5.38.1",
3838
"bob-the-bundler": "1.7.3",
3939
"dedent": "0.7.0",
4040
"enquirer": "2.3.6",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,10 +2007,10 @@
20072007
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
20082008
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
20092009

2010-
"@types/node@*", "@types/[email protected].60":
2011-
version "16.11.60"
2012-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.60.tgz#a1fbca80c18dd80c8783557304cdb7d55ac3aff5"
2013-
integrity sha512-kYIYa1D1L+HDv5M5RXQeEu1o0FKA6yedZIoyugm/MBPROkLpX4L7HRxMrPVyo8bnvjpW/wDlqFNGzXNMb7AdRw==
2010+
"@types/node@*", "@types/[email protected].62":
2011+
version "16.11.62"
2012+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.62.tgz#bab2e6208531321d147eda20c38e389548cd5ffc"
2013+
integrity sha512-K/ggecSdwAAy2NUW4WKmF4Rc03GKbsfP+k326UWgckoS+Rzd2PaWbjk76dSmqdLQvLTJAO9axiTUJ6488mFsYQ==
20142014

20152015
"@types/node@^12.7.1":
20162016
version "12.20.19"
@@ -2082,84 +2082,84 @@
20822082
dependencies:
20832083
"@types/yargs-parser" "*"
20842084

2085-
"@typescript-eslint/[email protected].0":
2086-
version "5.38.0"
2087-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
2088-
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
2085+
"@typescript-eslint/[email protected].1":
2086+
version "5.38.1"
2087+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
2088+
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
20892089
dependencies:
2090-
"@typescript-eslint/scope-manager" "5.38.0"
2091-
"@typescript-eslint/type-utils" "5.38.0"
2092-
"@typescript-eslint/utils" "5.38.0"
2090+
"@typescript-eslint/scope-manager" "5.38.1"
2091+
"@typescript-eslint/type-utils" "5.38.1"
2092+
"@typescript-eslint/utils" "5.38.1"
20932093
debug "^4.3.4"
20942094
ignore "^5.2.0"
20952095
regexpp "^3.2.0"
20962096
semver "^7.3.7"
20972097
tsutils "^3.21.0"
20982098

2099-
"@typescript-eslint/[email protected].0":
2100-
version "5.38.0"
2101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
2102-
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
2099+
"@typescript-eslint/[email protected].1":
2100+
version "5.38.1"
2101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
2102+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
21032103
dependencies:
2104-
"@typescript-eslint/scope-manager" "5.38.0"
2105-
"@typescript-eslint/types" "5.38.0"
2106-
"@typescript-eslint/typescript-estree" "5.38.0"
2104+
"@typescript-eslint/scope-manager" "5.38.1"
2105+
"@typescript-eslint/types" "5.38.1"
2106+
"@typescript-eslint/typescript-estree" "5.38.1"
21072107
debug "^4.3.4"
21082108

2109-
"@typescript-eslint/[email protected].0":
2110-
version "5.38.0"
2111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
2112-
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
2109+
"@typescript-eslint/[email protected].1":
2110+
version "5.38.1"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
2112+
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
21132113
dependencies:
2114-
"@typescript-eslint/types" "5.38.0"
2115-
"@typescript-eslint/visitor-keys" "5.38.0"
2114+
"@typescript-eslint/types" "5.38.1"
2115+
"@typescript-eslint/visitor-keys" "5.38.1"
21162116

2117-
"@typescript-eslint/[email protected].0":
2118-
version "5.38.0"
2119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
2120-
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
2117+
"@typescript-eslint/[email protected].1":
2118+
version "5.38.1"
2119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
2120+
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
21212121
dependencies:
2122-
"@typescript-eslint/typescript-estree" "5.38.0"
2123-
"@typescript-eslint/utils" "5.38.0"
2122+
"@typescript-eslint/typescript-estree" "5.38.1"
2123+
"@typescript-eslint/utils" "5.38.1"
21242124
debug "^4.3.4"
21252125
tsutils "^3.21.0"
21262126

2127-
"@typescript-eslint/[email protected].0":
2128-
version "5.38.0"
2129-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
2130-
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
2127+
"@typescript-eslint/[email protected].1":
2128+
version "5.38.1"
2129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
2130+
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
21312131

2132-
"@typescript-eslint/[email protected].0":
2133-
version "5.38.0"
2134-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
2135-
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
2132+
"@typescript-eslint/[email protected].1":
2133+
version "5.38.1"
2134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
2135+
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
21362136
dependencies:
2137-
"@typescript-eslint/types" "5.38.0"
2138-
"@typescript-eslint/visitor-keys" "5.38.0"
2137+
"@typescript-eslint/types" "5.38.1"
2138+
"@typescript-eslint/visitor-keys" "5.38.1"
21392139
debug "^4.3.4"
21402140
globby "^11.1.0"
21412141
is-glob "^4.0.3"
21422142
semver "^7.3.7"
21432143
tsutils "^3.21.0"
21442144

2145-
"@typescript-eslint/[email protected].0":
2146-
version "5.38.0"
2147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
2148-
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
2145+
"@typescript-eslint/[email protected].1":
2146+
version "5.38.1"
2147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
2148+
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
21492149
dependencies:
21502150
"@types/json-schema" "^7.0.9"
2151-
"@typescript-eslint/scope-manager" "5.38.0"
2152-
"@typescript-eslint/types" "5.38.0"
2153-
"@typescript-eslint/typescript-estree" "5.38.0"
2151+
"@typescript-eslint/scope-manager" "5.38.1"
2152+
"@typescript-eslint/types" "5.38.1"
2153+
"@typescript-eslint/typescript-estree" "5.38.1"
21542154
eslint-scope "^5.1.1"
21552155
eslint-utils "^3.0.0"
21562156

2157-
"@typescript-eslint/[email protected].0":
2158-
version "5.38.0"
2159-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
2160-
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
2157+
"@typescript-eslint/[email protected].1":
2158+
version "5.38.1"
2159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
2160+
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
21612161
dependencies:
2162-
"@typescript-eslint/types" "5.38.0"
2162+
"@typescript-eslint/types" "5.38.1"
21632163
eslint-visitor-keys "^3.3.0"
21642164

21652165

0 commit comments

Comments
 (0)