|
2205 | 2205 | dependencies: |
2206 | 2206 | "@types/node" "*" |
2207 | 2207 |
|
2208 | | -"@types/anymatch@*": |
2209 | | - version "1.3.1" |
2210 | | - resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" |
2211 | | - integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== |
2212 | | - |
2213 | 2208 | "@types/aria-query@^4.2.0": |
2214 | 2209 | version "4.2.0" |
2215 | 2210 | resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.0.tgz#14264692a9d6e2fa4db3df5e56e94b5e25647ac0" |
|
2658 | 2653 | "@types/cookiejar" "*" |
2659 | 2654 | "@types/node" "*" |
2660 | 2655 |
|
2661 | | -"@types/tapable@*": |
2662 | | - version "1.0.6" |
2663 | | - resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74" |
2664 | | - integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== |
| 2656 | +"@types/tapable@^1": |
| 2657 | + version "1.0.8" |
| 2658 | + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" |
| 2659 | + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== |
2665 | 2660 |
|
2666 | 2661 | "@types/tar-fs@2.0.0": |
2667 | 2662 | version "2.0.0" |
|
2729 | 2724 | "@types/source-list-map" "*" |
2730 | 2725 | source-map "^0.7.3" |
2731 | 2726 |
|
2732 | | -"@types/webpack@*", "@types/webpack@4.41.26", "@types/webpack@^4.0.0": |
2733 | | - version "4.41.26" |
2734 | | - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef" |
2735 | | - integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA== |
| 2727 | +"@types/webpack@*", "@types/webpack@4.41.32", "@types/webpack@^4.0.0": |
| 2728 | + version "4.41.32" |
| 2729 | + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" |
| 2730 | + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== |
2736 | 2731 | dependencies: |
2737 | | - "@types/anymatch" "*" |
2738 | 2732 | "@types/node" "*" |
2739 | | - "@types/tapable" "*" |
| 2733 | + "@types/tapable" "^1" |
2740 | 2734 | "@types/uglify-js" "*" |
2741 | 2735 | "@types/webpack-sources" "*" |
| 2736 | + anymatch "^3.0.0" |
2742 | 2737 | source-map "^0.6.0" |
2743 | 2738 |
|
2744 | 2739 | "@types/websocket@1.0.1": |
@@ -3599,6 +3594,14 @@ anymatch@^2.0.0: |
3599 | 3594 | micromatch "^3.1.4" |
3600 | 3595 | normalize-path "^2.1.1" |
3601 | 3596 |
|
| 3597 | +anymatch@^3.0.0: |
| 3598 | + version "3.1.2" |
| 3599 | + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" |
| 3600 | + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== |
| 3601 | + dependencies: |
| 3602 | + normalize-path "^3.0.0" |
| 3603 | + picomatch "^2.0.4" |
| 3604 | + |
3602 | 3605 | anymatch@~3.1.1: |
3603 | 3606 | version "3.1.1" |
3604 | 3607 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" |
|
0 commit comments