Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 1e37063

Browse files
committed
Update devDependencies
1 parent 3a3b76e commit 1e37063

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"tsconfig.json"
3939
],
4040
"devDependencies": {
41-
"@types/node": "~16.7.4",
42-
"@typescript-eslint/eslint-plugin": "~4.29.3",
43-
"@typescript-eslint/parser": "~4.29.3",
41+
"@types/node": "~16.7.9",
42+
"@typescript-eslint/eslint-plugin": "~4.30.0",
43+
"@typescript-eslint/parser": "~4.30.0",
4444
"eslint": "~7.32.0",
4545
"eslint-config-prettier": "~8.3.0",
4646
"eslint-define-config": "~1.0.9",
4747
"eslint-plugin-inclusive-language": "~2.1.1",
4848
"eslint-plugin-jsdoc": "~36.0.8",
49-
"eslint-plugin-prettier": "~3.4.1",
49+
"eslint-plugin-prettier": "~4.0.0",
5050
"eslint-plugin-spellcheck": "~0.0.19",
5151
"np": "~7.5.0",
5252
"prettier": "2.3.2",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
158158
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
159159

160-
"@types/node@*", "@types/node@~16.7.4":
161-
version "16.7.4"
162-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.4.tgz#68a9384694af63ceab8848e95d76d9a3519e84b6"
163-
integrity sha512-25QXpDsTiDnl2rZGUenagVMwO46way8dOUdvoC3R3p+6TrbpxeJBo/v87BEG1IHI31Jhaa8lPeSHcqwxsVBeYQ==
160+
"@types/node@*", "@types/node@~16.7.9":
161+
version "16.7.9"
162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.9.tgz#3bf27710839e62a470ddf6bd8dd321f1737ce5b4"
163+
integrity sha512-KktxVzS4FPDFVHUUOWyZMvRo//8vqOLITtLMhFSW9IdLsYT/sPyXj3wXtaTcR7A7olCe7R2Xy7R+q5pg2bU46g==
164164

165165
"@types/normalize-package-data@^2.4.0":
166166
version "2.4.1"
@@ -179,73 +179,73 @@
179179
dependencies:
180180
"@types/node" "*"
181181

182-
"@typescript-eslint/eslint-plugin@~4.29.3":
183-
version "4.29.3"
184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
185-
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
182+
"@typescript-eslint/eslint-plugin@~4.30.0":
183+
version "4.30.0"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
185+
integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
186186
dependencies:
187-
"@typescript-eslint/experimental-utils" "4.29.3"
188-
"@typescript-eslint/scope-manager" "4.29.3"
187+
"@typescript-eslint/experimental-utils" "4.30.0"
188+
"@typescript-eslint/scope-manager" "4.30.0"
189189
debug "^4.3.1"
190190
functional-red-black-tree "^1.0.1"
191191
regexpp "^3.1.0"
192192
semver "^7.3.5"
193193
tsutils "^3.21.0"
194194

195-
"@typescript-eslint/experimental-utils@4.29.3":
196-
version "4.29.3"
197-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
198-
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
195+
"@typescript-eslint/experimental-utils@4.30.0":
196+
version "4.30.0"
197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
198+
integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
199199
dependencies:
200200
"@types/json-schema" "^7.0.7"
201-
"@typescript-eslint/scope-manager" "4.29.3"
202-
"@typescript-eslint/types" "4.29.3"
203-
"@typescript-eslint/typescript-estree" "4.29.3"
201+
"@typescript-eslint/scope-manager" "4.30.0"
202+
"@typescript-eslint/types" "4.30.0"
203+
"@typescript-eslint/typescript-estree" "4.30.0"
204204
eslint-scope "^5.1.1"
205205
eslint-utils "^3.0.0"
206206

207-
"@typescript-eslint/parser@~4.29.3":
208-
version "4.29.3"
209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
210-
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
207+
"@typescript-eslint/parser@~4.30.0":
208+
version "4.30.0"
209+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
210+
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
211211
dependencies:
212-
"@typescript-eslint/scope-manager" "4.29.3"
213-
"@typescript-eslint/types" "4.29.3"
214-
"@typescript-eslint/typescript-estree" "4.29.3"
212+
"@typescript-eslint/scope-manager" "4.30.0"
213+
"@typescript-eslint/types" "4.30.0"
214+
"@typescript-eslint/typescript-estree" "4.30.0"
215215
debug "^4.3.1"
216216

217-
"@typescript-eslint/scope-manager@4.29.3":
218-
version "4.29.3"
219-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
220-
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
217+
"@typescript-eslint/scope-manager@4.30.0":
218+
version "4.30.0"
219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
220+
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
221221
dependencies:
222-
"@typescript-eslint/types" "4.29.3"
223-
"@typescript-eslint/visitor-keys" "4.29.3"
222+
"@typescript-eslint/types" "4.30.0"
223+
"@typescript-eslint/visitor-keys" "4.30.0"
224224

225-
"@typescript-eslint/types@4.29.3":
226-
version "4.29.3"
227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
228-
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
225+
"@typescript-eslint/types@4.30.0":
226+
version "4.30.0"
227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
228+
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
229229

230-
"@typescript-eslint/typescript-estree@4.29.3":
231-
version "4.29.3"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
233-
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
230+
"@typescript-eslint/typescript-estree@4.30.0":
231+
version "4.30.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
233+
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
234234
dependencies:
235-
"@typescript-eslint/types" "4.29.3"
236-
"@typescript-eslint/visitor-keys" "4.29.3"
235+
"@typescript-eslint/types" "4.30.0"
236+
"@typescript-eslint/visitor-keys" "4.30.0"
237237
debug "^4.3.1"
238238
globby "^11.0.3"
239239
is-glob "^4.0.1"
240240
semver "^7.3.5"
241241
tsutils "^3.21.0"
242242

243-
"@typescript-eslint/visitor-keys@4.29.3":
244-
version "4.29.3"
245-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
246-
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
243+
"@typescript-eslint/visitor-keys@4.30.0":
244+
version "4.30.0"
245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
246+
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
247247
dependencies:
248-
"@typescript-eslint/types" "4.29.3"
248+
"@typescript-eslint/types" "4.30.0"
249249
eslint-visitor-keys "^2.0.0"
250250

251251
acorn-jsx@^5.3.1:
@@ -840,10 +840,10 @@ eslint-plugin-jsdoc@~36.0.8:
840840
semver "^7.3.5"
841841
spdx-expression-parse "^3.0.1"
842842

843-
eslint-plugin-prettier@~3.4.1:
844-
version "3.4.1"
845-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
846-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
843+
eslint-plugin-prettier@~4.0.0:
844+
version "4.0.0"
845+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
846+
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
847847
dependencies:
848848
prettier-linter-helpers "^1.0.0"
849849

0 commit comments

Comments
 (0)