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

Commit 51b1997

Browse files
author
Christopher Quadflieg
committed
Update devDependencies
1 parent fc47374 commit 51b1997

File tree

2 files changed

+114
-102
lines changed

2 files changed

+114
-102
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"tsconfig.json"
3939
],
4040
"devDependencies": {
41-
"@types/node": "~15.6.1",
42-
"@typescript-eslint/eslint-plugin": "~4.25.0",
43-
"@typescript-eslint/parser": "~4.25.0",
41+
"@types/node": "~15.12.0",
42+
"@typescript-eslint/eslint-plugin": "~4.26.0",
43+
"@typescript-eslint/parser": "~4.26.0",
4444
"eslint": "~7.27.0",
4545
"eslint-config-prettier": "~8.3.0",
4646
"eslint-define-config": "~1.0.8",
4747
"eslint-plugin-inclusive-language": "~2.1.1",
48-
"eslint-plugin-jsdoc": "~35.0.0",
48+
"eslint-plugin-jsdoc": "~35.1.2",
4949
"eslint-plugin-prettier": "~3.4.0",
5050
"eslint-plugin-spellcheck": "~0.0.17",
5151
"np": "~7.5.0",

yarn.lock

Lines changed: 110 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
chalk "^2.0.0"
3131
js-tokens "^4.0.0"
3232

33-
"@es-joy/jsdoccomment@^0.7.2":
34-
version "0.7.2"
35-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.7.2.tgz#5c0802982b28e7dcd381fbb1f52e6fd088525a31"
36-
integrity sha512-i5p0VgxeCXbf5aPLPY9s9Fz6K5BkzYdbRCisw/vEY/FXAxUJ8SiAifPwkFUm0CJrmZ8tFBGW8bUtM7wiE4KTIA==
33+
"@es-joy/jsdoccomment@^0.8.0-alpha.2":
34+
version "0.8.0-alpha.2"
35+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.8.0-alpha.2.tgz#78585147d8e6231270374dae528fe5b7b5587b5a"
36+
integrity sha512-fjRY13Bh8sxDZkzO27U2R9L6xFqkh5fAbHuMGvGLXLfrTes8nTTMyOi6wIPt+CG0XPAxEUge8cDjhG+0aag6ew==
3737
dependencies:
3838
comment-parser "^1.1.5"
3939
esquery "^1.4.0"
40-
jsdoctypeparser "^9.0.0"
40+
jsdoc-type-pratt-parser "1.0.0-alpha.23"
4141

4242
"@eslint/eslintrc@^0.4.1":
4343
version "0.4.1"
@@ -126,7 +126,7 @@
126126
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
127127
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==
128128

129-
"@types/json-schema@^7.0.3":
129+
"@types/json-schema@^7.0.7":
130130
version "7.0.7"
131131
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
132132
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -143,10 +143,10 @@
143143
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
144144
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
145145

146-
"@types/node@*", "@types/node@~15.6.1":
147-
version "15.6.1"
148-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08"
149-
integrity sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==
146+
"@types/node@*", "@types/node@~15.12.0":
147+
version "15.12.0"
148+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.0.tgz#6a459d261450a300e6865faeddb5af01c3389bb3"
149+
integrity sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw==
150150

151151
"@types/normalize-package-data@^2.4.0":
152152
version "2.4.0"
@@ -165,74 +165,74 @@
165165
dependencies:
166166
"@types/node" "*"
167167

168-
"@typescript-eslint/eslint-plugin@~4.25.0":
169-
version "4.25.0"
170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
171-
integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
168+
"@typescript-eslint/eslint-plugin@~4.26.0":
169+
version "4.26.0"
170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
171+
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
172172
dependencies:
173-
"@typescript-eslint/experimental-utils" "4.25.0"
174-
"@typescript-eslint/scope-manager" "4.25.0"
175-
debug "^4.1.1"
173+
"@typescript-eslint/experimental-utils" "4.26.0"
174+
"@typescript-eslint/scope-manager" "4.26.0"
175+
debug "^4.3.1"
176176
functional-red-black-tree "^1.0.1"
177-
lodash "^4.17.15"
178-
regexpp "^3.0.0"
179-
semver "^7.3.2"
180-
tsutils "^3.17.1"
181-
182-
"@typescript-eslint/[email protected]":
183-
version "4.25.0"
184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
185-
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
186-
dependencies:
187-
"@types/json-schema" "^7.0.3"
188-
"@typescript-eslint/scope-manager" "4.25.0"
189-
"@typescript-eslint/types" "4.25.0"
190-
"@typescript-eslint/typescript-estree" "4.25.0"
191-
eslint-scope "^5.0.0"
192-
eslint-utils "^2.0.0"
193-
194-
"@typescript-eslint/parser@~4.25.0":
195-
version "4.25.0"
196-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
197-
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
198-
dependencies:
199-
"@typescript-eslint/scope-manager" "4.25.0"
200-
"@typescript-eslint/types" "4.25.0"
201-
"@typescript-eslint/typescript-estree" "4.25.0"
202-
debug "^4.1.1"
177+
lodash "^4.17.21"
178+
regexpp "^3.1.0"
179+
semver "^7.3.5"
180+
tsutils "^3.21.0"
203181

204-
"@typescript-eslint/scope-manager@4.25.0":
205-
version "4.25.0"
206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
207-
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
182+
"@typescript-eslint/experimental-utils@4.26.0":
183+
version "4.26.0"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
185+
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
208186
dependencies:
209-
"@typescript-eslint/types" "4.25.0"
210-
"@typescript-eslint/visitor-keys" "4.25.0"
187+
"@types/json-schema" "^7.0.7"
188+
"@typescript-eslint/scope-manager" "4.26.0"
189+
"@typescript-eslint/types" "4.26.0"
190+
"@typescript-eslint/typescript-estree" "4.26.0"
191+
eslint-scope "^5.1.1"
192+
eslint-utils "^3.0.0"
211193

212-
"@typescript-eslint/[email protected]":
213-
version "4.25.0"
214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
215-
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
194+
"@typescript-eslint/parser@~4.26.0":
195+
version "4.26.0"
196+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
197+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
198+
dependencies:
199+
"@typescript-eslint/scope-manager" "4.26.0"
200+
"@typescript-eslint/types" "4.26.0"
201+
"@typescript-eslint/typescript-estree" "4.26.0"
202+
debug "^4.3.1"
216203

217-
"@typescript-eslint/typescript-estree@4.25.0":
218-
version "4.25.0"
219-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
220-
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
204+
"@typescript-eslint/scope-manager@4.26.0":
205+
version "4.26.0"
206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
207+
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
221208
dependencies:
222-
"@typescript-eslint/types" "4.25.0"
223-
"@typescript-eslint/visitor-keys" "4.25.0"
224-
debug "^4.1.1"
225-
globby "^11.0.1"
209+
"@typescript-eslint/types" "4.26.0"
210+
"@typescript-eslint/visitor-keys" "4.26.0"
211+
212+
"@typescript-eslint/[email protected]":
213+
version "4.26.0"
214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
215+
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
216+
217+
"@typescript-eslint/[email protected]":
218+
version "4.26.0"
219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
220+
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
221+
dependencies:
222+
"@typescript-eslint/types" "4.26.0"
223+
"@typescript-eslint/visitor-keys" "4.26.0"
224+
debug "^4.3.1"
225+
globby "^11.0.3"
226226
is-glob "^4.0.1"
227-
semver "^7.3.2"
228-
tsutils "^3.17.1"
227+
semver "^7.3.5"
228+
tsutils "^3.21.0"
229229

230-
"@typescript-eslint/visitor-keys@4.25.0":
231-
version "4.25.0"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
233-
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
230+
"@typescript-eslint/visitor-keys@4.26.0":
231+
version "4.26.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
233+
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
234234
dependencies:
235-
"@typescript-eslint/types" "4.25.0"
235+
"@typescript-eslint/types" "4.26.0"
236236
eslint-visitor-keys "^2.0.0"
237237

238238
acorn-jsx@^5.3.1:
@@ -812,18 +812,18 @@ eslint-plugin-inclusive-language@~2.1.1:
812812
dependencies:
813813
humps "^2.0.1"
814814

815-
eslint-plugin-jsdoc@~35.0.0:
816-
version "35.0.0"
817-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.0.0.tgz#12634f12d1882a4f77b49aba2c4a17a7bc88cfcd"
818-
integrity sha512-n92EO6g84qzjF4Lyvg+hDouMQTRHCKvW0hRobGRza0aqbG9fmmlS4p1x8cvPPAc0P87TmahMZnrP0F7hPOcAoQ==
815+
eslint-plugin-jsdoc@~35.1.2:
816+
version "35.1.2"
817+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.1.2.tgz#dbd447f61e9baa6c369eb85d6cd8c2df0e1f63c9"
818+
integrity sha512-IPChTbaL9rWe6DCinKOpUdqsBV7r2dKEId1nweSKsjJqZp1VAQyzQJ5N6ogji2AWmrPU1jdjfHA5HIG2RaiRBA==
819819
dependencies:
820-
"@es-joy/jsdoccomment" "^0.7.2"
820+
"@es-joy/jsdoccomment" "^0.8.0-alpha.2"
821821
comment-parser "1.1.5"
822822
debug "^4.3.1"
823823
esquery "^1.4.0"
824-
jsdoctypeparser "^9.0.0"
824+
jsdoc-type-pratt-parser "^1.0.2"
825825
lodash "^4.17.21"
826-
regextras "^0.7.1"
826+
regextras "^0.8.0"
827827
semver "^7.3.5"
828828
spdx-expression-parse "^3.0.1"
829829

@@ -843,21 +843,28 @@ eslint-plugin-spellcheck@~0.0.17:
843843
hunspell-spellchecker "^1.0.2"
844844
lodash "^4.17.15"
845845

846-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
846+
eslint-scope@^5.1.1:
847847
version "5.1.1"
848848
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
849849
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
850850
dependencies:
851851
esrecurse "^4.3.0"
852852
estraverse "^4.1.1"
853853

854-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
854+
eslint-utils@^2.1.0:
855855
version "2.1.0"
856856
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
857857
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
858858
dependencies:
859859
eslint-visitor-keys "^1.1.0"
860860

861+
eslint-utils@^3.0.0:
862+
version "3.0.0"
863+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
864+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
865+
dependencies:
866+
eslint-visitor-keys "^2.0.0"
867+
861868
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
862869
version "1.3.0"
863870
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -957,9 +964,9 @@ esutils@^2.0.2:
957964
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
958965

959966
execa@^5.0.0:
960-
version "5.0.0"
961-
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376"
962-
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
967+
version "5.1.0"
968+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.0.tgz#3ea50ee863d226bfa323528cce1684e7481dfe46"
969+
integrity sha512-CkdUB7s2y6S+d4y+OM/+ZtQcJCiKUCth4cNImGMqrt2zEVtW2rfHGspQBE1GDo6LjeNIQmTPKXqTCKjqFKyu3A==
963970
dependencies:
964971
cross-spawn "^7.0.3"
965972
get-stream "^6.0.0"
@@ -1164,13 +1171,13 @@ globals@^12.1.0:
11641171
type-fest "^0.8.1"
11651172

11661173
globals@^13.0.0, globals@^13.6.0:
1167-
version "13.8.0"
1168-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3"
1169-
integrity sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==
1174+
version "13.9.0"
1175+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
1176+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
11701177
dependencies:
11711178
type-fest "^0.20.2"
11721179

1173-
globby@^11.0.1:
1180+
globby@^11.0.1, globby@^11.0.3:
11741181
version "11.0.3"
11751182
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
11761183
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -1616,10 +1623,15 @@ js-yaml@^3.13.1:
16161623
argparse "^1.0.7"
16171624
esprima "^4.0.0"
16181625

1619-
jsdoctypeparser@^9.0.0:
1620-
version "9.0.0"
1621-
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz#8c97e2fb69315eb274b0f01377eaa5c940bd7b26"
1622-
integrity sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==
1626+
1627+
version "1.0.0-alpha.23"
1628+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.0.0-alpha.23.tgz#01c232d92b99b7e7ef52235ab8c9115137426639"
1629+
integrity sha512-COtimMd97eo5W0h6R9ISFj9ufg/9EiAzVAeQpKBJ1xJs/x8znWE155HGBDR2rwOuZsCes1gBXGmFVfvRZxGrhg==
1630+
1631+
jsdoc-type-pratt-parser@^1.0.2:
1632+
version "1.0.4"
1633+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.0.4.tgz#5750d2d32ffb001866537d3baaedea7cf84c7036"
1634+
integrity sha512-jzmW9gokeq9+bHPDR1nCeidMyFUikdZlbOhKzh9+/nJqB75XhpNKec1/UuxW5c4+O+Pi31Gc/dCboyfSm/pSpQ==
16231635

16241636
16251637
version "3.0.0"
@@ -2408,15 +2420,15 @@ redent@^3.0.0:
24082420
indent-string "^4.0.0"
24092421
strip-indent "^3.0.0"
24102422

2411-
regexpp@^3.0.0, regexpp@^3.1.0:
2423+
regexpp@^3.1.0:
24122424
version "3.1.0"
24132425
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
24142426
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
24152427

2416-
regextras@^0.7.1:
2417-
version "0.7.1"
2418-
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.7.1.tgz#be95719d5f43f9ef0b9fa07ad89b7c606995a3b2"
2419-
integrity sha512-9YXf6xtW+qzQ+hcMQXx95MOvfqXFgsKDZodX3qZB0x2n5Z94ioetIITsBtvJbiOyxa/6s9AtyweBLCdPmPko/w==
2428+
regextras@^0.8.0:
2429+
version "0.8.0"
2430+
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.8.0.tgz#ec0f99853d4912839321172f608b544814b02217"
2431+
integrity sha512-k519uI04Z3SaY0fLX843MRXnDeG2+vHOFsyhiPZvNLe7r8rD2YNRjq4BQLZZ0oAr2NrtvZlICsXysGNFPGa3CQ==
24202432

24212433
registry-auth-token@^4.0.0:
24222434
version "4.2.1"
@@ -2550,7 +2562,7 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
25502562
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
25512563
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
25522564

2553-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
2565+
semver@^7.2.1, semver@^7.3.4, semver@^7.3.5:
25542566
version "7.3.5"
25552567
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
25562568
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -2808,16 +2820,16 @@ to-regex-range@^5.0.1:
28082820
is-number "^7.0.0"
28092821

28102822
trim-newlines@^3.0.0:
2811-
version "3.0.0"
2812-
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
2813-
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
2823+
version "3.0.1"
2824+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
2825+
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
28142826

28152827
tslib@^1.8.1, tslib@^1.9.0:
28162828
version "1.14.1"
28172829
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
28182830
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
28192831

2820-
tsutils@^3.17.1:
2832+
tsutils@^3.21.0:
28212833
version "3.21.0"
28222834
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
28232835
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)