|
1638 | 1638 | magic-string "^0.25.7"
|
1639 | 1639 | resolve "^1.17.0"
|
1640 | 1640 |
|
| 1641 | +"@rollup/plugin-commonjs@^21.0.0": |
| 1642 | + version "21.0.0" |
| 1643 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502" |
| 1644 | + integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw== |
| 1645 | + dependencies: |
| 1646 | + "@rollup/pluginutils" "^3.1.0" |
| 1647 | + commondir "^1.0.1" |
| 1648 | + estree-walker "^2.0.1" |
| 1649 | + glob "^7.1.6" |
| 1650 | + is-reference "^1.2.1" |
| 1651 | + magic-string "^0.25.7" |
| 1652 | + resolve "^1.17.0" |
| 1653 | + |
1641 | 1654 | "@rollup/plugin-json@^4.1.0":
|
1642 | 1655 | version "4.1.0"
|
1643 | 1656 | resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
|
|
2289 | 2302 | dependencies:
|
2290 | 2303 | "@types/node" "*"
|
2291 | 2304 |
|
2292 |
| -"@typescript-eslint/eslint-plugin@4.32.0": |
2293 |
| - version "4.32.0" |
2294 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89" |
2295 |
| - integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA== |
| 2305 | +"@typescript-eslint/eslint-plugin@4.33.0": |
| 2306 | + version "4.33.0" |
| 2307 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" |
| 2308 | + integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg== |
2296 | 2309 | dependencies:
|
2297 |
| - "@typescript-eslint/experimental-utils" "4.32.0" |
2298 |
| - "@typescript-eslint/scope-manager" "4.32.0" |
| 2310 | + "@typescript-eslint/experimental-utils" "4.33.0" |
| 2311 | + "@typescript-eslint/scope-manager" "4.33.0" |
2299 | 2312 | debug "^4.3.1"
|
2300 | 2313 | functional-red-black-tree "^1.0.1"
|
2301 | 2314 | ignore "^5.1.8"
|
2302 | 2315 | regexpp "^3.1.0"
|
2303 | 2316 | semver "^7.3.5"
|
2304 | 2317 | tsutils "^3.21.0"
|
2305 | 2318 |
|
2306 |
| -"@typescript-eslint/experimental-utils@4.32.0": |
2307 |
| - version "4.32.0" |
2308 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4" |
2309 |
| - integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A== |
| 2319 | +"@typescript-eslint/experimental-utils@4.33.0": |
| 2320 | + version "4.33.0" |
| 2321 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd" |
| 2322 | + integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== |
2310 | 2323 | dependencies:
|
2311 | 2324 | "@types/json-schema" "^7.0.7"
|
2312 |
| - "@typescript-eslint/scope-manager" "4.32.0" |
2313 |
| - "@typescript-eslint/types" "4.32.0" |
2314 |
| - "@typescript-eslint/typescript-estree" "4.32.0" |
| 2325 | + "@typescript-eslint/scope-manager" "4.33.0" |
| 2326 | + "@typescript-eslint/types" "4.33.0" |
| 2327 | + "@typescript-eslint/typescript-estree" "4.33.0" |
2315 | 2328 | eslint-scope "^5.1.1"
|
2316 | 2329 | eslint-utils "^3.0.0"
|
2317 | 2330 |
|
2318 |
| -"@typescript-eslint/parser@4.32.0": |
2319 |
| - version "4.32.0" |
2320 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5" |
2321 |
| - integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w== |
| 2331 | +"@typescript-eslint/parser@4.33.0": |
| 2332 | + version "4.33.0" |
| 2333 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" |
| 2334 | + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== |
2322 | 2335 | dependencies:
|
2323 |
| - "@typescript-eslint/scope-manager" "4.32.0" |
2324 |
| - "@typescript-eslint/types" "4.32.0" |
2325 |
| - "@typescript-eslint/typescript-estree" "4.32.0" |
| 2336 | + "@typescript-eslint/scope-manager" "4.33.0" |
| 2337 | + "@typescript-eslint/types" "4.33.0" |
| 2338 | + "@typescript-eslint/typescript-estree" "4.33.0" |
2326 | 2339 | debug "^4.3.1"
|
2327 | 2340 |
|
2328 |
| -"@typescript-eslint/scope-manager@4.32.0": |
2329 |
| - version "4.32.0" |
2330 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5" |
2331 |
| - integrity sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w== |
| 2341 | +"@typescript-eslint/scope-manager@4.33.0": |
| 2342 | + version "4.33.0" |
| 2343 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3" |
| 2344 | + integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== |
2332 | 2345 | dependencies:
|
2333 |
| - "@typescript-eslint/types" "4.32.0" |
2334 |
| - "@typescript-eslint/visitor-keys" "4.32.0" |
| 2346 | + "@typescript-eslint/types" "4.33.0" |
| 2347 | + "@typescript-eslint/visitor-keys" "4.33.0" |
2335 | 2348 |
|
2336 |
| -"@typescript-eslint/types@4.32.0": |
2337 |
| - version "4.32.0" |
2338 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d" |
2339 |
| - integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w== |
| 2349 | +"@typescript-eslint/types@4.33.0": |
| 2350 | + version "4.33.0" |
| 2351 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" |
| 2352 | + integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== |
2340 | 2353 |
|
2341 |
| -"@typescript-eslint/typescript-estree@4.32.0": |
2342 |
| - version "4.32.0" |
2343 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b" |
2344 |
| - integrity sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw== |
| 2354 | +"@typescript-eslint/typescript-estree@4.33.0": |
| 2355 | + version "4.33.0" |
| 2356 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" |
| 2357 | + integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== |
2345 | 2358 | dependencies:
|
2346 |
| - "@typescript-eslint/types" "4.32.0" |
2347 |
| - "@typescript-eslint/visitor-keys" "4.32.0" |
| 2359 | + "@typescript-eslint/types" "4.33.0" |
| 2360 | + "@typescript-eslint/visitor-keys" "4.33.0" |
2348 | 2361 | debug "^4.3.1"
|
2349 | 2362 | globby "^11.0.3"
|
2350 | 2363 | is-glob "^4.0.1"
|
2351 | 2364 | semver "^7.3.5"
|
2352 | 2365 | tsutils "^3.21.0"
|
2353 | 2366 |
|
2354 |
| -"@typescript-eslint/visitor-keys@4.32.0": |
2355 |
| - version "4.32.0" |
2356 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f" |
2357 |
| - integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw== |
| 2367 | +"@typescript-eslint/visitor-keys@4.33.0": |
| 2368 | + version "4.33.0" |
| 2369 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" |
| 2370 | + integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== |
2358 | 2371 | dependencies:
|
2359 |
| - "@typescript-eslint/types" "4.32.0" |
| 2372 | + "@typescript-eslint/types" "4.33.0" |
2360 | 2373 | eslint-visitor-keys "^2.0.0"
|
2361 | 2374 |
|
2362 | 2375 | "@verdaccio/commons-api@10.0.1":
|
@@ -6507,7 +6520,24 @@ less-loader@10.0.1:
|
6507 | 6520 | dependencies:
|
6508 | 6521 | klona "^2.0.4"
|
6509 | 6522 |
|
6510 |
| -less@4.1.1, less@^4.1.0: |
| 6523 | +less@4.1.2: |
| 6524 | + version "4.1.2" |
| 6525 | + resolved "https://registry.yarnpkg.com/less/-/less-4.1.2.tgz#6099ee584999750c2624b65f80145f8674e4b4b0" |
| 6526 | + integrity sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA== |
| 6527 | + dependencies: |
| 6528 | + copy-anything "^2.0.1" |
| 6529 | + parse-node-version "^1.0.1" |
| 6530 | + tslib "^2.3.0" |
| 6531 | + optionalDependencies: |
| 6532 | + errno "^0.1.1" |
| 6533 | + graceful-fs "^4.1.2" |
| 6534 | + image-size "~0.5.0" |
| 6535 | + make-dir "^2.1.0" |
| 6536 | + mime "^1.4.1" |
| 6537 | + needle "^2.5.2" |
| 6538 | + source-map "~0.6.0" |
| 6539 | + |
| 6540 | +less@^4.1.0: |
6511 | 6541 | version "4.1.1"
|
6512 | 6542 | resolved "https://registry.yarnpkg.com/less/-/less-4.1.1.tgz#15bf253a9939791dc690888c3ff424f3e6c7edba"
|
6513 | 6543 | integrity sha512-w09o8tZFPThBscl5d0Ggp3RcrKIouBoQscnOMgFH3n5V3kN/CXGHNfCkRPtxJk6nKryDXaV9aHLK55RXuH4sAw==
|
@@ -7206,12 +7236,12 @@ next-tick@~1.0.0:
|
7206 | 7236 | resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
|
7207 | 7237 | integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
|
7208 | 7238 |
|
7209 |
| -ng-packagr@13.0.0-next.5: |
7210 |
| - version "13.0.0-next.5" |
7211 |
| - resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.5.tgz#1214b418c79b82eb52997a04fbef5328ab557478" |
7212 |
| - integrity sha512-7hZ20WWMc6McpmxomTl7TdlYxqVoRqxO3VTm6eG9K0ixgWZ6CHJM5wP2JYkoemMGwRl8VveTNN89rwn709Dhew== |
| 7239 | +ng-packagr@13.0.0-next.6: |
| 7240 | + version "13.0.0-next.6" |
| 7241 | + resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.6.tgz#5e318fb38b63a6d7bced93fbbd87cdd5933d5234" |
| 7242 | + integrity sha512-wqxAloy5xV6sHKlOpZtSr0YniscZpi2gnqYN1iZQjpURqi6oosfi7fF3TyNzn/WGlMgYseXspzBypSqzbqnI8g== |
7213 | 7243 | dependencies:
|
7214 |
| - "@rollup/plugin-commonjs" "^20.0.0" |
| 7244 | + "@rollup/plugin-commonjs" "^21.0.0" |
7215 | 7245 | "@rollup/plugin-json" "^4.1.0"
|
7216 | 7246 | "@rollup/plugin-node-resolve" "^13.0.0"
|
7217 | 7247 | ajv "^8.0.0"
|
@@ -10638,10 +10668,10 @@ webpack-dev-middleware@5.2.1, webpack-dev-middleware@^5.2.1:
|
10638 | 10668 | range-parser "^1.2.1"
|
10639 | 10669 | schema-utils "^3.1.0"
|
10640 | 10670 |
|
10641 |
| -webpack-dev-server@4.3.0: |
10642 |
| - version "4.3.0" |
10643 |
| - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.3.0.tgz#732f5869d4c06e222b599daee64bc268f5edea24" |
10644 |
| - integrity sha512-kuqP9Xn4OzcKe7f0rJwd4p8xqiD+4b5Lzu8tJa8OttRL3E1Q8gI2KmUtouJTgDswjjvHOHlZDV8LTQfSY5qZSA== |
| 10671 | +webpack-dev-server@4.3.1: |
| 10672 | + version "4.3.1" |
| 10673 | + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.3.1.tgz#759d3337f0fbea297fbd1e433ab04ccfc000076b" |
| 10674 | + integrity sha512-qNXQCVYo1kYhH9pgLtm8LRNkXX3XzTfHSj/zqzaqYzGPca+Qjr+81wj1jgPMCHhIhso9WEQ+kX9z23iG9PzQ7w== |
10645 | 10675 | dependencies:
|
10646 | 10676 | ansi-html-community "^0.0.8"
|
10647 | 10677 | bonjour "^3.5.0"
|
@@ -10697,10 +10727,10 @@ webpack-subresource-integrity@5.0.0:
|
10697 | 10727 | dependencies:
|
10698 | 10728 | typed-assert "^1.0.8"
|
10699 | 10729 |
|
10700 |
| -webpack@5.55.1, webpack@^5.1.0: |
10701 |
| - version "5.55.1" |
10702 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.55.1.tgz#426ebe54c15fa57f7b242590f65fd182382b5998" |
10703 |
| - integrity sha512-EYp9lwaOOAs+AA/KviNZ7bQiITHm4bXQvyTPewD2+f5YGjv6sfiClm40yeX5FgBMxh5bxcB6LryiFoP09B97Ug== |
| 10730 | +webpack@5.56.1, webpack@^5.1.0: |
| 10731 | + version "5.56.1" |
| 10732 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.56.1.tgz#e39d1d1f1acdb6f07e346f74b7dcfe323da4ded9" |
| 10733 | + integrity sha512-MRbTPooHJuSAfbx7Lh/qEMRUe/d0p4cRj2GPo/fq+4JUeR/+Q1EfLvS1lexslbMcJZyPXxxz/k/NzVepkA5upA== |
10704 | 10734 | dependencies:
|
10705 | 10735 | "@types/eslint-scope" "^3.7.0"
|
10706 | 10736 | "@types/estree" "^0.0.50"
|
|
0 commit comments