gd-bs 5.3.8 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/build/bs.js +1 -1
  2. package/build/icons/iconTypes.js +1 -1
  3. package/build/icons/index.js +2 -2
  4. package/build/icons/svgs/badgeSdFill.js +1 -1
  5. package/build/icons/svgs/bagHeartFill.js +1 -1
  6. package/build/icons/svgs/box2.js +1 -1
  7. package/build/icons/svgs/box2Fill.js +1 -1
  8. package/build/icons/svgs/box2Heart.js +1 -1
  9. package/build/icons/svgs/box2HeartFill.js +1 -1
  10. package/build/icons/svgs/calendar2HeartFill.js +1 -1
  11. package/build/icons/svgs/calendarHeartFill.js +1 -1
  12. package/build/icons/svgs/chatHeartFill.js +1 -1
  13. package/build/icons/svgs/chatLeftHeartFill.js +1 -1
  14. package/build/icons/svgs/chatRightHeartFill.js +1 -1
  15. package/build/icons/svgs/chatSquareHeartFill.js +1 -1
  16. package/build/icons/svgs/clipboard2.js +1 -1
  17. package/build/icons/svgs/clipboard2Check.js +1 -1
  18. package/build/icons/svgs/clipboard2CheckFill.js +1 -1
  19. package/build/icons/svgs/clipboard2Data.js +1 -1
  20. package/build/icons/svgs/clipboard2DataFill.js +1 -1
  21. package/build/icons/svgs/clipboard2Fill.js +1 -1
  22. package/build/icons/svgs/clipboard2Heart.js +1 -1
  23. package/build/icons/svgs/clipboard2HeartFill.js +1 -1
  24. package/build/icons/svgs/clipboard2Minus.js +1 -1
  25. package/build/icons/svgs/clipboard2MinusFill.js +1 -1
  26. package/build/icons/svgs/clipboard2Plus.js +1 -1
  27. package/build/icons/svgs/clipboard2PlusFill.js +1 -1
  28. package/build/icons/svgs/clipboard2Pulse.js +1 -1
  29. package/build/icons/svgs/clipboard2PulseFill.js +1 -1
  30. package/build/icons/svgs/clipboard2X.js +1 -1
  31. package/build/icons/svgs/clipboard2XFill.js +1 -1
  32. package/build/icons/svgs/clipboardCheckFill.js +1 -1
  33. package/build/icons/svgs/clipboardDataFill.js +1 -1
  34. package/build/icons/svgs/clipboardHeart.js +1 -1
  35. package/build/icons/svgs/clipboardHeartFill.js +1 -1
  36. package/build/icons/svgs/clipboardMinusFill.js +1 -1
  37. package/build/icons/svgs/clipboardPlusFill.js +1 -1
  38. package/build/icons/svgs/clipboardXFill.js +1 -1
  39. package/build/icons/svgs/envelopeHeartFill.js +1 -1
  40. package/build/icons/svgs/envelopeOpenHeartFill.js +1 -1
  41. package/build/icons/svgs/envelopePaper.js +1 -1
  42. package/build/icons/svgs/heartArrow.js +1 -1
  43. package/build/icons/svgs/hospital.js +1 -1
  44. package/build/icons/svgs/hospitalFill.js +1 -1
  45. package/build/icons/svgs/houseHeart.js +1 -1
  46. package/build/icons/svgs/houseHeartFill.js +1 -1
  47. package/build/icons/svgs/index.d.ts +2 -2
  48. package/build/icons/svgs/index.js +1 -1
  49. package/build/icons/svgs/magnet.js +1 -1
  50. package/build/icons/svgs/magnetFill.js +1 -1
  51. package/build/icons/svgs/personHeart.js +1 -1
  52. package/build/icons/svgs/piggyBankFill.js +1 -1
  53. package/build/icons/svgs/postage.js +1 -1
  54. package/build/icons/svgs/postageFill.js +1 -1
  55. package/build/icons/svgs/postageHeart.js +1 -1
  56. package/build/icons/svgs/postageHeartFill.js +1 -1
  57. package/build/icons/svgs/postcardFill.js +1 -1
  58. package/build/icons/svgs/postcardHeart.js +1 -1
  59. package/build/icons/svgs/projector.js +1 -1
  60. package/build/icons/svgs/screwdriver.js +1 -1
  61. package/build/icons/svgs/searchHeart.js +1 -1
  62. package/build/icons/svgs/searchHeartFill.js +1 -1
  63. package/build/icons/svgs/sendFill.js +1 -1
  64. package/build/icons/svgs/trash3.js +1 -1
  65. package/build/icons/svgs/trash3Fill.js +1 -1
  66. package/build/icons/svgs/valentine.js +1 -1
  67. package/build/icons/svgs/valentine2.js +1 -1
  68. package/build/icons/svgs/wrenchAdjustable.js +1 -1
  69. package/build/icons/svgs/wrenchAdjustableCircle.js +8 -0
  70. package/build/icons/svgs/wrenchAdjustableCircleFill.js +1 -1
  71. package/dist/gd-bs-icons.js +680 -669
  72. package/dist/gd-bs-icons.min.js +1 -1
  73. package/dist/gd-bs.js +563 -563
  74. package/dist/gd-bs.min.js +1 -1
  75. package/package.json +11 -11
  76. package/pnpm-lock.yaml +910 -658
  77. package/src/bs.scss +305 -36
  78. package/src/icons/iconTypes.ts +1 -1
  79. package/src/icons/index.d.ts +2 -2
  80. package/src/icons/index.ts +2 -2
  81. package/src/icons/svgs/badgeSdFill.ts +1 -1
  82. package/src/icons/svgs/bagHeartFill.ts +1 -1
  83. package/src/icons/svgs/box2.ts +1 -1
  84. package/src/icons/svgs/box2Fill.ts +1 -1
  85. package/src/icons/svgs/box2Heart.ts +1 -1
  86. package/src/icons/svgs/box2HeartFill.ts +1 -1
  87. package/src/icons/svgs/calendar2HeartFill.ts +1 -1
  88. package/src/icons/svgs/calendarHeartFill.ts +1 -1
  89. package/src/icons/svgs/chatHeartFill.ts +1 -1
  90. package/src/icons/svgs/chatLeftHeartFill.ts +1 -1
  91. package/src/icons/svgs/chatRightHeartFill.ts +1 -1
  92. package/src/icons/svgs/chatSquareHeartFill.ts +1 -1
  93. package/src/icons/svgs/clipboard2.ts +1 -1
  94. package/src/icons/svgs/clipboard2Check.ts +1 -1
  95. package/src/icons/svgs/clipboard2CheckFill.ts +1 -1
  96. package/src/icons/svgs/clipboard2Data.ts +1 -1
  97. package/src/icons/svgs/clipboard2DataFill.ts +1 -1
  98. package/src/icons/svgs/clipboard2Fill.ts +1 -1
  99. package/src/icons/svgs/clipboard2Heart.ts +1 -1
  100. package/src/icons/svgs/clipboard2HeartFill.ts +1 -1
  101. package/src/icons/svgs/clipboard2Minus.ts +1 -1
  102. package/src/icons/svgs/clipboard2MinusFill.ts +1 -1
  103. package/src/icons/svgs/clipboard2Plus.ts +1 -1
  104. package/src/icons/svgs/clipboard2PlusFill.ts +1 -1
  105. package/src/icons/svgs/clipboard2Pulse.ts +1 -1
  106. package/src/icons/svgs/clipboard2PulseFill.ts +1 -1
  107. package/src/icons/svgs/clipboard2X.ts +1 -1
  108. package/src/icons/svgs/clipboard2XFill.ts +1 -1
  109. package/src/icons/svgs/clipboardCheckFill.ts +1 -1
  110. package/src/icons/svgs/clipboardDataFill.ts +1 -1
  111. package/src/icons/svgs/clipboardHeart.ts +1 -1
  112. package/src/icons/svgs/clipboardHeartFill.ts +1 -1
  113. package/src/icons/svgs/clipboardMinusFill.ts +1 -1
  114. package/src/icons/svgs/clipboardPlusFill.ts +1 -1
  115. package/src/icons/svgs/clipboardXFill.ts +1 -1
  116. package/src/icons/svgs/envelopeHeartFill.ts +1 -1
  117. package/src/icons/svgs/envelopeOpenHeartFill.ts +1 -1
  118. package/src/icons/svgs/envelopePaper.ts +1 -1
  119. package/src/icons/svgs/heartArrow.ts +1 -1
  120. package/src/icons/svgs/hospital.ts +1 -1
  121. package/src/icons/svgs/hospitalFill.ts +1 -1
  122. package/src/icons/svgs/houseHeart.ts +1 -1
  123. package/src/icons/svgs/houseHeartFill.ts +1 -1
  124. package/src/icons/svgs/index.d.ts +2 -2
  125. package/src/icons/svgs/index.ts +1 -1
  126. package/src/icons/svgs/magnet.ts +1 -1
  127. package/src/icons/svgs/magnetFill.ts +1 -1
  128. package/src/icons/svgs/personHeart.ts +1 -1
  129. package/src/icons/svgs/piggyBankFill.ts +1 -1
  130. package/src/icons/svgs/postage.ts +1 -1
  131. package/src/icons/svgs/postageFill.ts +1 -1
  132. package/src/icons/svgs/postageHeart.ts +1 -1
  133. package/src/icons/svgs/postageHeartFill.ts +1 -1
  134. package/src/icons/svgs/postcardFill.ts +1 -1
  135. package/src/icons/svgs/postcardHeart.ts +1 -1
  136. package/src/icons/svgs/projector.ts +1 -1
  137. package/src/icons/svgs/screwdriver.ts +1 -1
  138. package/src/icons/svgs/searchHeart.ts +1 -1
  139. package/src/icons/svgs/searchHeartFill.ts +1 -1
  140. package/src/icons/svgs/sendFill.ts +1 -1
  141. package/src/icons/svgs/trash3.ts +1 -1
  142. package/src/icons/svgs/trash3Fill.ts +1 -1
  143. package/src/icons/svgs/valentine.ts +1 -1
  144. package/src/icons/svgs/valentine2.ts +1 -1
  145. package/src/icons/svgs/wrenchAdjustable.ts +1 -1
  146. package/src/icons/svgs/wrenchAdjustableCircle.d.ts +1 -0
  147. package/src/icons/svgs/wrenchAdjustableCircle.ts +4 -0
  148. package/src/icons/svgs/wrenchAdjustableCircleFill.ts +1 -1
  149. package/build/icons/svgs/wrenchAdjustableCricle.js +0 -8
  150. package/src/icons/svgs/wrenchAdjustableCricle.d.ts +0 -1
  151. package/src/icons/svgs/wrenchAdjustableCricle.ts +0 -4
package/pnpm-lock.yaml CHANGED
@@ -1,36 +1,36 @@
1
1
  dependencies:
2
- bootstrap: 5.1.3
3
- bootstrap-icons: 1.8.0
4
- core-js: 3.21.0
2
+ '@popperjs/core': 2.11.2
3
+ bootstrap: 5.1.3_@popperjs+core@2.11.2
4
+ bootstrap-icons: 1.8.1
5
+ core-js: 3.21.1
5
6
  tippy.js: 6.3.7
6
7
  devDependencies:
7
- '@babel/core': 7.17.0
8
- '@babel/preset-env': 7.16.11_@babel+core@7.17.0
9
- '@types/node': 16.11.22
8
+ '@babel/core': 7.17.5
9
+ '@babel/preset-env': 7.16.11_@babel+core@7.17.5
10
+ '@types/node': 16.11.26
10
11
  autoprefixer: 10.4.2
11
- babel-loader: 8.2.3_1ae55b9050e96e2b3bec4d845e4d3e55
12
- css-loader: 6.6.0_webpack@5.68.0
12
+ babel-loader: 8.2.3_ed870ac3ba52c4ec230ba2bc3dbb311c
13
+ css-loader: 6.7.1_webpack@5.70.0
13
14
  dts-bundle: 0.7.3
14
- html-loader: 2.1.2_webpack@5.68.0
15
- node-sass: 6.0.1
16
- postcss-loader: 6.2.1_webpack@5.68.0
17
- sass-loader: 12.4.0_node-sass@6.0.1+webpack@5.68.0
18
- style-loader: 3.3.1_webpack@5.68.0
19
- ts-loader: 9.2.6_webpack@5.68.0
20
- typedoc: 0.22.11
21
- webpack: 5.68.0_webpack-cli@4.9.2
22
- webpack-cli: 4.9.2_webpack@5.68.0
15
+ html-loader: 2.1.2_webpack@5.70.0
16
+ node-sass: 7.0.1
17
+ postcss-loader: 6.2.1_webpack@5.70.0
18
+ sass-loader: 12.6.0_node-sass@7.0.1+webpack@5.70.0
19
+ style-loader: 3.3.1_webpack@5.70.0
20
+ ts-loader: 9.2.7_webpack@5.70.0
21
+ typedoc: 0.22.13
22
+ webpack: 5.70.0_webpack-cli@4.9.2
23
+ webpack-cli: 4.9.2_webpack@5.70.0
23
24
  lockfileVersion: 5.2
24
25
  packages:
25
- /@ampproject/remapping/2.0.2:
26
+ /@ampproject/remapping/2.1.2:
26
27
  dependencies:
27
- '@jridgewell/trace-mapping': 0.2.5
28
- sourcemap-codec: 1.4.8
28
+ '@jridgewell/trace-mapping': 0.3.4
29
29
  dev: true
30
30
  engines:
31
31
  node: '>=6.0.0'
32
32
  resolution:
33
- integrity: sha512-sE8Gx+qSDMLoJvb3QarJJlDQK7SSY4rK3hxp4XsiANeFOmjU46ZI7Y9adAQRJrmbz8zbtZkp3mJTT+rGxtF0XA==
33
+ integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==
34
34
  /@babel/code-frame/7.16.7:
35
35
  dependencies:
36
36
  '@babel/highlight': 7.16.10
@@ -45,17 +45,17 @@ packages:
45
45
  node: '>=6.9.0'
46
46
  resolution:
47
47
  integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
48
- /@babel/core/7.17.0:
48
+ /@babel/core/7.17.5:
49
49
  dependencies:
50
- '@ampproject/remapping': 2.0.2
50
+ '@ampproject/remapping': 2.1.2
51
51
  '@babel/code-frame': 7.16.7
52
- '@babel/generator': 7.17.0
53
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
54
- '@babel/helper-module-transforms': 7.16.7
55
- '@babel/helpers': 7.17.0
56
- '@babel/parser': 7.17.0
52
+ '@babel/generator': 7.17.3
53
+ '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
54
+ '@babel/helper-module-transforms': 7.17.6
55
+ '@babel/helpers': 7.17.2
56
+ '@babel/parser': 7.17.3
57
57
  '@babel/template': 7.16.7
58
- '@babel/traverse': 7.17.0
58
+ '@babel/traverse': 7.17.3
59
59
  '@babel/types': 7.17.0
60
60
  convert-source-map: 1.8.0
61
61
  debug: 4.3.3
@@ -66,8 +66,8 @@ packages:
66
66
  engines:
67
67
  node: '>=6.9.0'
68
68
  resolution:
69
- integrity: sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==
70
- /@babel/generator/7.17.0:
69
+ integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
70
+ /@babel/generator/7.17.3:
71
71
  dependencies:
72
72
  '@babel/types': 7.17.0
73
73
  jsesc: 2.5.2
@@ -76,7 +76,7 @@ packages:
76
76
  engines:
77
77
  node: '>=6.9.0'
78
78
  resolution:
79
- integrity: sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==
79
+ integrity: sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
80
80
  /@babel/helper-annotate-as-pure/7.16.7:
81
81
  dependencies:
82
82
  '@babel/types': 7.17.0
@@ -94,12 +94,12 @@ packages:
94
94
  node: '>=6.9.0'
95
95
  resolution:
96
96
  integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==
97
- /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.0:
97
+ /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5:
98
98
  dependencies:
99
99
  '@babel/compat-data': 7.17.0
100
- '@babel/core': 7.17.0
100
+ '@babel/core': 7.17.5
101
101
  '@babel/helper-validator-option': 7.16.7
102
- browserslist: 4.19.1
102
+ browserslist: 4.20.0
103
103
  semver: 6.3.0
104
104
  dev: true
105
105
  engines:
@@ -108,9 +108,9 @@ packages:
108
108
  '@babel/core': ^7.0.0
109
109
  resolution:
110
110
  integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
111
- /@babel/helper-create-class-features-plugin/7.17.0_@babel+core@7.17.0:
111
+ /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.5:
112
112
  dependencies:
113
- '@babel/core': 7.17.0
113
+ '@babel/core': 7.17.5
114
114
  '@babel/helper-annotate-as-pure': 7.16.7
115
115
  '@babel/helper-environment-visitor': 7.16.7
116
116
  '@babel/helper-function-name': 7.16.7
@@ -124,10 +124,10 @@ packages:
124
124
  peerDependencies:
125
125
  '@babel/core': ^7.0.0
126
126
  resolution:
127
- integrity: sha512-S3+IHG72pJFb0RmJgeXg/TjVKt641ZsLla028haXJjdqCf9eccE5r1JsdO//L7nzTDzXjtC+hwV/lrkEb2+t0Q==
128
- /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.0:
127
+ integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==
128
+ /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.5:
129
129
  dependencies:
130
- '@babel/core': 7.17.0
130
+ '@babel/core': 7.17.5
131
131
  '@babel/helper-annotate-as-pure': 7.16.7
132
132
  regexpu-core: 5.0.1
133
133
  dev: true
@@ -137,13 +137,13 @@ packages:
137
137
  '@babel/core': ^7.0.0
138
138
  resolution:
139
139
  integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==
140
- /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.0:
140
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.5:
141
141
  dependencies:
142
- '@babel/core': 7.17.0
143
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
142
+ '@babel/core': 7.17.5
143
+ '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
144
144
  '@babel/helper-module-imports': 7.16.7
145
145
  '@babel/helper-plugin-utils': 7.16.7
146
- '@babel/traverse': 7.17.0
146
+ '@babel/traverse': 7.17.3
147
147
  debug: 4.3.3
148
148
  lodash.debounce: 4.0.8
149
149
  resolve: 1.22.0
@@ -211,7 +211,7 @@ packages:
211
211
  node: '>=6.9.0'
212
212
  resolution:
213
213
  integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
214
- /@babel/helper-module-transforms/7.16.7:
214
+ /@babel/helper-module-transforms/7.17.6:
215
215
  dependencies:
216
216
  '@babel/helper-environment-visitor': 7.16.7
217
217
  '@babel/helper-module-imports': 7.16.7
@@ -219,13 +219,13 @@ packages:
219
219
  '@babel/helper-split-export-declaration': 7.16.7
220
220
  '@babel/helper-validator-identifier': 7.16.7
221
221
  '@babel/template': 7.16.7
222
- '@babel/traverse': 7.17.0
222
+ '@babel/traverse': 7.17.3
223
223
  '@babel/types': 7.17.0
224
224
  dev: true
225
225
  engines:
226
226
  node: '>=6.9.0'
227
227
  resolution:
228
- integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
228
+ integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==
229
229
  /@babel/helper-optimise-call-expression/7.16.7:
230
230
  dependencies:
231
231
  '@babel/types': 7.17.0
@@ -255,7 +255,7 @@ packages:
255
255
  '@babel/helper-environment-visitor': 7.16.7
256
256
  '@babel/helper-member-expression-to-functions': 7.16.7
257
257
  '@babel/helper-optimise-call-expression': 7.16.7
258
- '@babel/traverse': 7.17.0
258
+ '@babel/traverse': 7.17.3
259
259
  '@babel/types': 7.17.0
260
260
  dev: true
261
261
  engines:
@@ -302,23 +302,23 @@ packages:
302
302
  dependencies:
303
303
  '@babel/helper-function-name': 7.16.7
304
304
  '@babel/template': 7.16.7
305
- '@babel/traverse': 7.17.0
305
+ '@babel/traverse': 7.17.3
306
306
  '@babel/types': 7.17.0
307
307
  dev: true
308
308
  engines:
309
309
  node: '>=6.9.0'
310
310
  resolution:
311
311
  integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
312
- /@babel/helpers/7.17.0:
312
+ /@babel/helpers/7.17.2:
313
313
  dependencies:
314
314
  '@babel/template': 7.16.7
315
- '@babel/traverse': 7.17.0
315
+ '@babel/traverse': 7.17.3
316
316
  '@babel/types': 7.17.0
317
317
  dev: true
318
318
  engines:
319
319
  node: '>=6.9.0'
320
320
  resolution:
321
- integrity: sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==
321
+ integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
322
322
  /@babel/highlight/7.16.10:
323
323
  dependencies:
324
324
  '@babel/helper-validator-identifier': 7.16.7
@@ -329,16 +329,16 @@ packages:
329
329
  node: '>=6.9.0'
330
330
  resolution:
331
331
  integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
332
- /@babel/parser/7.17.0:
332
+ /@babel/parser/7.17.3:
333
333
  dev: true
334
334
  engines:
335
335
  node: '>=6.0.0'
336
336
  hasBin: true
337
337
  resolution:
338
- integrity: sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
339
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.0:
338
+ integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
339
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.5:
340
340
  dependencies:
341
- '@babel/core': 7.17.0
341
+ '@babel/core': 7.17.5
342
342
  '@babel/helper-plugin-utils': 7.16.7
343
343
  dev: true
344
344
  engines:
@@ -347,12 +347,12 @@ packages:
347
347
  '@babel/core': ^7.0.0
348
348
  resolution:
349
349
  integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==
350
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.0:
350
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.5:
351
351
  dependencies:
352
- '@babel/core': 7.17.0
352
+ '@babel/core': 7.17.5
353
353
  '@babel/helper-plugin-utils': 7.16.7
354
354
  '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
355
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0
355
+ '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5
356
356
  dev: true
357
357
  engines:
358
358
  node: '>=6.9.0'
@@ -360,12 +360,12 @@ packages:
360
360
  '@babel/core': ^7.13.0
361
361
  resolution:
362
362
  integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==
363
- /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.0:
363
+ /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.5:
364
364
  dependencies:
365
- '@babel/core': 7.17.0
365
+ '@babel/core': 7.17.5
366
366
  '@babel/helper-plugin-utils': 7.16.7
367
367
  '@babel/helper-remap-async-to-generator': 7.16.8
368
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0
368
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5
369
369
  dev: true
370
370
  engines:
371
371
  node: '>=6.9.0'
@@ -373,10 +373,10 @@ packages:
373
373
  '@babel/core': ^7.0.0-0
374
374
  resolution:
375
375
  integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
376
- /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.0:
376
+ /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.5:
377
377
  dependencies:
378
- '@babel/core': 7.17.0
379
- '@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
378
+ '@babel/core': 7.17.5
379
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
380
380
  '@babel/helper-plugin-utils': 7.16.7
381
381
  dev: true
382
382
  engines:
@@ -385,24 +385,24 @@ packages:
385
385
  '@babel/core': ^7.0.0-0
386
386
  resolution:
387
387
  integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==
388
- /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.17.0:
388
+ /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.5:
389
389
  dependencies:
390
- '@babel/core': 7.17.0
391
- '@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
390
+ '@babel/core': 7.17.5
391
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
392
392
  '@babel/helper-plugin-utils': 7.16.7
393
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.0
393
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5
394
394
  dev: true
395
395
  engines:
396
396
  node: '>=6.9.0'
397
397
  peerDependencies:
398
398
  '@babel/core': ^7.12.0
399
399
  resolution:
400
- integrity: sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==
401
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.0:
400
+ integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==
401
+ /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.5:
402
402
  dependencies:
403
- '@babel/core': 7.17.0
403
+ '@babel/core': 7.17.5
404
404
  '@babel/helper-plugin-utils': 7.16.7
405
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.0
405
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5
406
406
  dev: true
407
407
  engines:
408
408
  node: '>=6.9.0'
@@ -410,11 +410,11 @@ packages:
410
410
  '@babel/core': ^7.0.0-0
411
411
  resolution:
412
412
  integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==
413
- /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.0:
413
+ /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.5:
414
414
  dependencies:
415
- '@babel/core': 7.17.0
415
+ '@babel/core': 7.17.5
416
416
  '@babel/helper-plugin-utils': 7.16.7
417
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.0
417
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5
418
418
  dev: true
419
419
  engines:
420
420
  node: '>=6.9.0'
@@ -422,11 +422,11 @@ packages:
422
422
  '@babel/core': ^7.0.0-0
423
423
  resolution:
424
424
  integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==
425
- /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.0:
425
+ /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.5:
426
426
  dependencies:
427
- '@babel/core': 7.17.0
427
+ '@babel/core': 7.17.5
428
428
  '@babel/helper-plugin-utils': 7.16.7
429
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0
429
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
430
430
  dev: true
431
431
  engines:
432
432
  node: '>=6.9.0'
@@ -434,11 +434,11 @@ packages:
434
434
  '@babel/core': ^7.0.0-0
435
435
  resolution:
436
436
  integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==
437
- /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.0:
437
+ /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.5:
438
438
  dependencies:
439
- '@babel/core': 7.17.0
439
+ '@babel/core': 7.17.5
440
440
  '@babel/helper-plugin-utils': 7.16.7
441
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0
441
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
442
442
  dev: true
443
443
  engines:
444
444
  node: '>=6.9.0'
@@ -446,11 +446,11 @@ packages:
446
446
  '@babel/core': ^7.0.0-0
447
447
  resolution:
448
448
  integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==
449
- /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.0:
449
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.5:
450
450
  dependencies:
451
- '@babel/core': 7.17.0
451
+ '@babel/core': 7.17.5
452
452
  '@babel/helper-plugin-utils': 7.16.7
453
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0
453
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
454
454
  dev: true
455
455
  engines:
456
456
  node: '>=6.9.0'
@@ -458,11 +458,11 @@ packages:
458
458
  '@babel/core': ^7.0.0-0
459
459
  resolution:
460
460
  integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==
461
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.0:
461
+ /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.5:
462
462
  dependencies:
463
- '@babel/core': 7.17.0
463
+ '@babel/core': 7.17.5
464
464
  '@babel/helper-plugin-utils': 7.16.7
465
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0
465
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
466
466
  dev: true
467
467
  engines:
468
468
  node: '>=6.9.0'
@@ -470,26 +470,26 @@ packages:
470
470
  '@babel/core': ^7.0.0-0
471
471
  resolution:
472
472
  integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==
473
- /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.17.0:
473
+ /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.5:
474
474
  dependencies:
475
475
  '@babel/compat-data': 7.17.0
476
- '@babel/core': 7.17.0
477
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
476
+ '@babel/core': 7.17.5
477
+ '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
478
478
  '@babel/helper-plugin-utils': 7.16.7
479
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0
480
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0
479
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
480
+ '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5
481
481
  dev: true
482
482
  engines:
483
483
  node: '>=6.9.0'
484
484
  peerDependencies:
485
485
  '@babel/core': ^7.0.0-0
486
486
  resolution:
487
- integrity: sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==
488
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.0:
487
+ integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==
488
+ /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.5:
489
489
  dependencies:
490
- '@babel/core': 7.17.0
490
+ '@babel/core': 7.17.5
491
491
  '@babel/helper-plugin-utils': 7.16.7
492
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0
492
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
493
493
  dev: true
494
494
  engines:
495
495
  node: '>=6.9.0'
@@ -497,12 +497,12 @@ packages:
497
497
  '@babel/core': ^7.0.0-0
498
498
  resolution:
499
499
  integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==
500
- /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.0:
500
+ /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.5:
501
501
  dependencies:
502
- '@babel/core': 7.17.0
502
+ '@babel/core': 7.17.5
503
503
  '@babel/helper-plugin-utils': 7.16.7
504
504
  '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
505
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0
505
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5
506
506
  dev: true
507
507
  engines:
508
508
  node: '>=6.9.0'
@@ -510,10 +510,10 @@ packages:
510
510
  '@babel/core': ^7.0.0-0
511
511
  resolution:
512
512
  integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==
513
- /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.0:
513
+ /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.5:
514
514
  dependencies:
515
- '@babel/core': 7.17.0
516
- '@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
515
+ '@babel/core': 7.17.5
516
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
517
517
  '@babel/helper-plugin-utils': 7.16.7
518
518
  dev: true
519
519
  engines:
@@ -522,13 +522,13 @@ packages:
522
522
  '@babel/core': ^7.0.0-0
523
523
  resolution:
524
524
  integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
525
- /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.0:
525
+ /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.5:
526
526
  dependencies:
527
- '@babel/core': 7.17.0
527
+ '@babel/core': 7.17.5
528
528
  '@babel/helper-annotate-as-pure': 7.16.7
529
- '@babel/helper-create-class-features-plugin': 7.17.0_@babel+core@7.17.0
529
+ '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.5
530
530
  '@babel/helper-plugin-utils': 7.16.7
531
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.0
531
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5
532
532
  dev: true
533
533
  engines:
534
534
  node: '>=6.9.0'
@@ -536,10 +536,10 @@ packages:
536
536
  '@babel/core': ^7.0.0-0
537
537
  resolution:
538
538
  integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==
539
- /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.0:
539
+ /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.5:
540
540
  dependencies:
541
- '@babel/core': 7.17.0
542
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
541
+ '@babel/core': 7.17.5
542
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
543
543
  '@babel/helper-plugin-utils': 7.16.7
544
544
  dev: true
545
545
  engines:
@@ -548,27 +548,27 @@ packages:
548
548
  '@babel/core': ^7.0.0-0
549
549
  resolution:
550
550
  integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==
551
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.0:
551
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.5:
552
552
  dependencies:
553
- '@babel/core': 7.17.0
553
+ '@babel/core': 7.17.5
554
554
  '@babel/helper-plugin-utils': 7.16.7
555
555
  dev: true
556
556
  peerDependencies:
557
557
  '@babel/core': ^7.0.0-0
558
558
  resolution:
559
559
  integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
560
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.0:
560
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.5:
561
561
  dependencies:
562
- '@babel/core': 7.17.0
562
+ '@babel/core': 7.17.5
563
563
  '@babel/helper-plugin-utils': 7.16.7
564
564
  dev: true
565
565
  peerDependencies:
566
566
  '@babel/core': ^7.0.0-0
567
567
  resolution:
568
568
  integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
569
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.0:
569
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.5:
570
570
  dependencies:
571
- '@babel/core': 7.17.0
571
+ '@babel/core': 7.17.5
572
572
  '@babel/helper-plugin-utils': 7.16.7
573
573
  dev: true
574
574
  engines:
@@ -577,90 +577,90 @@ packages:
577
577
  '@babel/core': ^7.0.0-0
578
578
  resolution:
579
579
  integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
580
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.0:
580
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.5:
581
581
  dependencies:
582
- '@babel/core': 7.17.0
582
+ '@babel/core': 7.17.5
583
583
  '@babel/helper-plugin-utils': 7.16.7
584
584
  dev: true
585
585
  peerDependencies:
586
586
  '@babel/core': ^7.0.0-0
587
587
  resolution:
588
588
  integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
589
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.0:
589
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.5:
590
590
  dependencies:
591
- '@babel/core': 7.17.0
591
+ '@babel/core': 7.17.5
592
592
  '@babel/helper-plugin-utils': 7.16.7
593
593
  dev: true
594
594
  peerDependencies:
595
595
  '@babel/core': ^7.0.0-0
596
596
  resolution:
597
597
  integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
598
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.0:
598
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.5:
599
599
  dependencies:
600
- '@babel/core': 7.17.0
600
+ '@babel/core': 7.17.5
601
601
  '@babel/helper-plugin-utils': 7.16.7
602
602
  dev: true
603
603
  peerDependencies:
604
604
  '@babel/core': ^7.0.0-0
605
605
  resolution:
606
606
  integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
607
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.0:
607
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5:
608
608
  dependencies:
609
- '@babel/core': 7.17.0
609
+ '@babel/core': 7.17.5
610
610
  '@babel/helper-plugin-utils': 7.16.7
611
611
  dev: true
612
612
  peerDependencies:
613
613
  '@babel/core': ^7.0.0-0
614
614
  resolution:
615
615
  integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
616
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.0:
616
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.5:
617
617
  dependencies:
618
- '@babel/core': 7.17.0
618
+ '@babel/core': 7.17.5
619
619
  '@babel/helper-plugin-utils': 7.16.7
620
620
  dev: true
621
621
  peerDependencies:
622
622
  '@babel/core': ^7.0.0-0
623
623
  resolution:
624
624
  integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
625
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.0:
625
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.5:
626
626
  dependencies:
627
- '@babel/core': 7.17.0
627
+ '@babel/core': 7.17.5
628
628
  '@babel/helper-plugin-utils': 7.16.7
629
629
  dev: true
630
630
  peerDependencies:
631
631
  '@babel/core': ^7.0.0-0
632
632
  resolution:
633
633
  integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
634
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.0:
634
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.5:
635
635
  dependencies:
636
- '@babel/core': 7.17.0
636
+ '@babel/core': 7.17.5
637
637
  '@babel/helper-plugin-utils': 7.16.7
638
638
  dev: true
639
639
  peerDependencies:
640
640
  '@babel/core': ^7.0.0-0
641
641
  resolution:
642
642
  integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
643
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.0:
643
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.5:
644
644
  dependencies:
645
- '@babel/core': 7.17.0
645
+ '@babel/core': 7.17.5
646
646
  '@babel/helper-plugin-utils': 7.16.7
647
647
  dev: true
648
648
  peerDependencies:
649
649
  '@babel/core': ^7.0.0-0
650
650
  resolution:
651
651
  integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
652
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.0:
652
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.5:
653
653
  dependencies:
654
- '@babel/core': 7.17.0
654
+ '@babel/core': 7.17.5
655
655
  '@babel/helper-plugin-utils': 7.16.7
656
656
  dev: true
657
657
  peerDependencies:
658
658
  '@babel/core': ^7.0.0-0
659
659
  resolution:
660
660
  integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
661
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.0:
661
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.5:
662
662
  dependencies:
663
- '@babel/core': 7.17.0
663
+ '@babel/core': 7.17.5
664
664
  '@babel/helper-plugin-utils': 7.16.7
665
665
  dev: true
666
666
  engines:
@@ -669,9 +669,9 @@ packages:
669
669
  '@babel/core': ^7.0.0-0
670
670
  resolution:
671
671
  integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
672
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.0:
672
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.5:
673
673
  dependencies:
674
- '@babel/core': 7.17.0
674
+ '@babel/core': 7.17.5
675
675
  '@babel/helper-plugin-utils': 7.16.7
676
676
  dev: true
677
677
  engines:
@@ -680,9 +680,9 @@ packages:
680
680
  '@babel/core': ^7.0.0-0
681
681
  resolution:
682
682
  integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
683
- /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.0:
683
+ /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.5:
684
684
  dependencies:
685
- '@babel/core': 7.17.0
685
+ '@babel/core': 7.17.5
686
686
  '@babel/helper-plugin-utils': 7.16.7
687
687
  dev: true
688
688
  engines:
@@ -691,9 +691,9 @@ packages:
691
691
  '@babel/core': ^7.0.0-0
692
692
  resolution:
693
693
  integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==
694
- /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.0:
694
+ /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.5:
695
695
  dependencies:
696
- '@babel/core': 7.17.0
696
+ '@babel/core': 7.17.5
697
697
  '@babel/helper-module-imports': 7.16.7
698
698
  '@babel/helper-plugin-utils': 7.16.7
699
699
  '@babel/helper-remap-async-to-generator': 7.16.8
@@ -704,9 +704,9 @@ packages:
704
704
  '@babel/core': ^7.0.0-0
705
705
  resolution:
706
706
  integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
707
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.0:
707
+ /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.5:
708
708
  dependencies:
709
- '@babel/core': 7.17.0
709
+ '@babel/core': 7.17.5
710
710
  '@babel/helper-plugin-utils': 7.16.7
711
711
  dev: true
712
712
  engines:
@@ -715,9 +715,9 @@ packages:
715
715
  '@babel/core': ^7.0.0-0
716
716
  resolution:
717
717
  integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==
718
- /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.0:
718
+ /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.5:
719
719
  dependencies:
720
- '@babel/core': 7.17.0
720
+ '@babel/core': 7.17.5
721
721
  '@babel/helper-plugin-utils': 7.16.7
722
722
  dev: true
723
723
  engines:
@@ -726,9 +726,9 @@ packages:
726
726
  '@babel/core': ^7.0.0-0
727
727
  resolution:
728
728
  integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==
729
- /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.0:
729
+ /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.5:
730
730
  dependencies:
731
- '@babel/core': 7.17.0
731
+ '@babel/core': 7.17.5
732
732
  '@babel/helper-annotate-as-pure': 7.16.7
733
733
  '@babel/helper-environment-visitor': 7.16.7
734
734
  '@babel/helper-function-name': 7.16.7
@@ -744,9 +744,9 @@ packages:
744
744
  '@babel/core': ^7.0.0-0
745
745
  resolution:
746
746
  integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==
747
- /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.0:
747
+ /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.5:
748
748
  dependencies:
749
- '@babel/core': 7.17.0
749
+ '@babel/core': 7.17.5
750
750
  '@babel/helper-plugin-utils': 7.16.7
751
751
  dev: true
752
752
  engines:
@@ -755,9 +755,9 @@ packages:
755
755
  '@babel/core': ^7.0.0-0
756
756
  resolution:
757
757
  integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==
758
- /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.17.0:
758
+ /@babel/plugin-transform-destructuring/7.17.3_@babel+core@7.17.5:
759
759
  dependencies:
760
- '@babel/core': 7.17.0
760
+ '@babel/core': 7.17.5
761
761
  '@babel/helper-plugin-utils': 7.16.7
762
762
  dev: true
763
763
  engines:
@@ -765,11 +765,11 @@ packages:
765
765
  peerDependencies:
766
766
  '@babel/core': ^7.0.0-0
767
767
  resolution:
768
- integrity: sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==
769
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.0:
768
+ integrity: sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==
769
+ /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.5:
770
770
  dependencies:
771
- '@babel/core': 7.17.0
772
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
771
+ '@babel/core': 7.17.5
772
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
773
773
  '@babel/helper-plugin-utils': 7.16.7
774
774
  dev: true
775
775
  engines:
@@ -778,9 +778,9 @@ packages:
778
778
  '@babel/core': ^7.0.0-0
779
779
  resolution:
780
780
  integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==
781
- /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.0:
781
+ /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.5:
782
782
  dependencies:
783
- '@babel/core': 7.17.0
783
+ '@babel/core': 7.17.5
784
784
  '@babel/helper-plugin-utils': 7.16.7
785
785
  dev: true
786
786
  engines:
@@ -789,9 +789,9 @@ packages:
789
789
  '@babel/core': ^7.0.0-0
790
790
  resolution:
791
791
  integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==
792
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.0:
792
+ /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.5:
793
793
  dependencies:
794
- '@babel/core': 7.17.0
794
+ '@babel/core': 7.17.5
795
795
  '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
796
796
  '@babel/helper-plugin-utils': 7.16.7
797
797
  dev: true
@@ -801,9 +801,9 @@ packages:
801
801
  '@babel/core': ^7.0.0-0
802
802
  resolution:
803
803
  integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==
804
- /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.0:
804
+ /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.5:
805
805
  dependencies:
806
- '@babel/core': 7.17.0
806
+ '@babel/core': 7.17.5
807
807
  '@babel/helper-plugin-utils': 7.16.7
808
808
  dev: true
809
809
  engines:
@@ -812,10 +812,10 @@ packages:
812
812
  '@babel/core': ^7.0.0-0
813
813
  resolution:
814
814
  integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==
815
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.0:
815
+ /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.5:
816
816
  dependencies:
817
- '@babel/core': 7.17.0
818
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
817
+ '@babel/core': 7.17.5
818
+ '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
819
819
  '@babel/helper-function-name': 7.16.7
820
820
  '@babel/helper-plugin-utils': 7.16.7
821
821
  dev: true
@@ -825,9 +825,9 @@ packages:
825
825
  '@babel/core': ^7.0.0-0
826
826
  resolution:
827
827
  integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==
828
- /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.0:
828
+ /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.5:
829
829
  dependencies:
830
- '@babel/core': 7.17.0
830
+ '@babel/core': 7.17.5
831
831
  '@babel/helper-plugin-utils': 7.16.7
832
832
  dev: true
833
833
  engines:
@@ -836,9 +836,9 @@ packages:
836
836
  '@babel/core': ^7.0.0-0
837
837
  resolution:
838
838
  integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==
839
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.0:
839
+ /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.5:
840
840
  dependencies:
841
- '@babel/core': 7.17.0
841
+ '@babel/core': 7.17.5
842
842
  '@babel/helper-plugin-utils': 7.16.7
843
843
  dev: true
844
844
  engines:
@@ -847,10 +847,10 @@ packages:
847
847
  '@babel/core': ^7.0.0-0
848
848
  resolution:
849
849
  integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==
850
- /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.0:
850
+ /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.5:
851
851
  dependencies:
852
- '@babel/core': 7.17.0
853
- '@babel/helper-module-transforms': 7.16.7
852
+ '@babel/core': 7.17.5
853
+ '@babel/helper-module-transforms': 7.17.6
854
854
  '@babel/helper-plugin-utils': 7.16.7
855
855
  babel-plugin-dynamic-import-node: 2.3.3
856
856
  dev: true
@@ -860,10 +860,10 @@ packages:
860
860
  '@babel/core': ^7.0.0-0
861
861
  resolution:
862
862
  integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==
863
- /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.0:
863
+ /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.5:
864
864
  dependencies:
865
- '@babel/core': 7.17.0
866
- '@babel/helper-module-transforms': 7.16.7
865
+ '@babel/core': 7.17.5
866
+ '@babel/helper-module-transforms': 7.17.6
867
867
  '@babel/helper-plugin-utils': 7.16.7
868
868
  '@babel/helper-simple-access': 7.16.7
869
869
  babel-plugin-dynamic-import-node: 2.3.3
@@ -874,11 +874,11 @@ packages:
874
874
  '@babel/core': ^7.0.0-0
875
875
  resolution:
876
876
  integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
877
- /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.0:
877
+ /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.5:
878
878
  dependencies:
879
- '@babel/core': 7.17.0
879
+ '@babel/core': 7.17.5
880
880
  '@babel/helper-hoist-variables': 7.16.7
881
- '@babel/helper-module-transforms': 7.16.7
881
+ '@babel/helper-module-transforms': 7.17.6
882
882
  '@babel/helper-plugin-utils': 7.16.7
883
883
  '@babel/helper-validator-identifier': 7.16.7
884
884
  babel-plugin-dynamic-import-node: 2.3.3
@@ -889,10 +889,10 @@ packages:
889
889
  '@babel/core': ^7.0.0-0
890
890
  resolution:
891
891
  integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==
892
- /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.0:
892
+ /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.5:
893
893
  dependencies:
894
- '@babel/core': 7.17.0
895
- '@babel/helper-module-transforms': 7.16.7
894
+ '@babel/core': 7.17.5
895
+ '@babel/helper-module-transforms': 7.17.6
896
896
  '@babel/helper-plugin-utils': 7.16.7
897
897
  dev: true
898
898
  engines:
@@ -901,10 +901,10 @@ packages:
901
901
  '@babel/core': ^7.0.0-0
902
902
  resolution:
903
903
  integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==
904
- /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.0:
904
+ /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.5:
905
905
  dependencies:
906
- '@babel/core': 7.17.0
907
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
906
+ '@babel/core': 7.17.5
907
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
908
908
  dev: true
909
909
  engines:
910
910
  node: '>=6.9.0'
@@ -912,9 +912,9 @@ packages:
912
912
  '@babel/core': ^7.0.0
913
913
  resolution:
914
914
  integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
915
- /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.0:
915
+ /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.5:
916
916
  dependencies:
917
- '@babel/core': 7.17.0
917
+ '@babel/core': 7.17.5
918
918
  '@babel/helper-plugin-utils': 7.16.7
919
919
  dev: true
920
920
  engines:
@@ -923,9 +923,9 @@ packages:
923
923
  '@babel/core': ^7.0.0-0
924
924
  resolution:
925
925
  integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==
926
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.0:
926
+ /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.5:
927
927
  dependencies:
928
- '@babel/core': 7.17.0
928
+ '@babel/core': 7.17.5
929
929
  '@babel/helper-plugin-utils': 7.16.7
930
930
  '@babel/helper-replace-supers': 7.16.7
931
931
  dev: true
@@ -935,9 +935,9 @@ packages:
935
935
  '@babel/core': ^7.0.0-0
936
936
  resolution:
937
937
  integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==
938
- /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.0:
938
+ /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.5:
939
939
  dependencies:
940
- '@babel/core': 7.17.0
940
+ '@babel/core': 7.17.5
941
941
  '@babel/helper-plugin-utils': 7.16.7
942
942
  dev: true
943
943
  engines:
@@ -946,9 +946,9 @@ packages:
946
946
  '@babel/core': ^7.0.0-0
947
947
  resolution:
948
948
  integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
949
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.0:
949
+ /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.5:
950
950
  dependencies:
951
- '@babel/core': 7.17.0
951
+ '@babel/core': 7.17.5
952
952
  '@babel/helper-plugin-utils': 7.16.7
953
953
  dev: true
954
954
  engines:
@@ -957,9 +957,9 @@ packages:
957
957
  '@babel/core': ^7.0.0-0
958
958
  resolution:
959
959
  integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==
960
- /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.0:
960
+ /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.5:
961
961
  dependencies:
962
- '@babel/core': 7.17.0
962
+ '@babel/core': 7.17.5
963
963
  regenerator-transform: 0.14.5
964
964
  dev: true
965
965
  engines:
@@ -968,9 +968,9 @@ packages:
968
968
  '@babel/core': ^7.0.0-0
969
969
  resolution:
970
970
  integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==
971
- /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.0:
971
+ /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.5:
972
972
  dependencies:
973
- '@babel/core': 7.17.0
973
+ '@babel/core': 7.17.5
974
974
  '@babel/helper-plugin-utils': 7.16.7
975
975
  dev: true
976
976
  engines:
@@ -979,9 +979,9 @@ packages:
979
979
  '@babel/core': ^7.0.0-0
980
980
  resolution:
981
981
  integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==
982
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.0:
982
+ /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.5:
983
983
  dependencies:
984
- '@babel/core': 7.17.0
984
+ '@babel/core': 7.17.5
985
985
  '@babel/helper-plugin-utils': 7.16.7
986
986
  dev: true
987
987
  engines:
@@ -990,9 +990,9 @@ packages:
990
990
  '@babel/core': ^7.0.0-0
991
991
  resolution:
992
992
  integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==
993
- /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.0:
993
+ /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.5:
994
994
  dependencies:
995
- '@babel/core': 7.17.0
995
+ '@babel/core': 7.17.5
996
996
  '@babel/helper-plugin-utils': 7.16.7
997
997
  '@babel/helper-skip-transparent-expression-wrappers': 7.16.0
998
998
  dev: true
@@ -1002,9 +1002,9 @@ packages:
1002
1002
  '@babel/core': ^7.0.0-0
1003
1003
  resolution:
1004
1004
  integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==
1005
- /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.0:
1005
+ /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.5:
1006
1006
  dependencies:
1007
- '@babel/core': 7.17.0
1007
+ '@babel/core': 7.17.5
1008
1008
  '@babel/helper-plugin-utils': 7.16.7
1009
1009
  dev: true
1010
1010
  engines:
@@ -1013,9 +1013,9 @@ packages:
1013
1013
  '@babel/core': ^7.0.0-0
1014
1014
  resolution:
1015
1015
  integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==
1016
- /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.0:
1016
+ /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.5:
1017
1017
  dependencies:
1018
- '@babel/core': 7.17.0
1018
+ '@babel/core': 7.17.5
1019
1019
  '@babel/helper-plugin-utils': 7.16.7
1020
1020
  dev: true
1021
1021
  engines:
@@ -1024,9 +1024,9 @@ packages:
1024
1024
  '@babel/core': ^7.0.0-0
1025
1025
  resolution:
1026
1026
  integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==
1027
- /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.0:
1027
+ /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.5:
1028
1028
  dependencies:
1029
- '@babel/core': 7.17.0
1029
+ '@babel/core': 7.17.5
1030
1030
  '@babel/helper-plugin-utils': 7.16.7
1031
1031
  dev: true
1032
1032
  engines:
@@ -1035,9 +1035,9 @@ packages:
1035
1035
  '@babel/core': ^7.0.0-0
1036
1036
  resolution:
1037
1037
  integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==
1038
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.0:
1038
+ /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.5:
1039
1039
  dependencies:
1040
- '@babel/core': 7.17.0
1040
+ '@babel/core': 7.17.5
1041
1041
  '@babel/helper-plugin-utils': 7.16.7
1042
1042
  dev: true
1043
1043
  engines:
@@ -1046,10 +1046,10 @@ packages:
1046
1046
  '@babel/core': ^7.0.0-0
1047
1047
  resolution:
1048
1048
  integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==
1049
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.0:
1049
+ /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.5:
1050
1050
  dependencies:
1051
- '@babel/core': 7.17.0
1052
- '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.0
1051
+ '@babel/core': 7.17.5
1052
+ '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.5
1053
1053
  '@babel/helper-plugin-utils': 7.16.7
1054
1054
  dev: true
1055
1055
  engines:
@@ -1058,82 +1058,82 @@ packages:
1058
1058
  '@babel/core': ^7.0.0-0
1059
1059
  resolution:
1060
1060
  integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==
1061
- /@babel/preset-env/7.16.11_@babel+core@7.17.0:
1061
+ /@babel/preset-env/7.16.11_@babel+core@7.17.5:
1062
1062
  dependencies:
1063
1063
  '@babel/compat-data': 7.17.0
1064
- '@babel/core': 7.17.0
1065
- '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0
1064
+ '@babel/core': 7.17.5
1065
+ '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5
1066
1066
  '@babel/helper-plugin-utils': 7.16.7
1067
1067
  '@babel/helper-validator-option': 7.16.7
1068
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.0
1069
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.0
1070
- '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.0
1071
- '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.0
1072
- '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.17.0
1073
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.0
1074
- '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.0
1075
- '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.0
1076
- '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.0
1077
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.0
1078
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.0
1079
- '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.0
1080
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.0
1081
- '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0
1082
- '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.0
1083
- '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.0
1084
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.0
1085
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0
1086
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.0
1087
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.0
1088
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.0
1089
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.0
1090
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0
1091
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0
1092
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0
1093
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0
1094
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0
1095
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0
1096
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0
1097
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.0
1098
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.0
1099
- '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.0
1100
- '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.0
1101
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.0
1102
- '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.0
1103
- '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.0
1104
- '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.0
1105
- '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.0
1106
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.0
1107
- '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.0
1108
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.0
1109
- '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.0
1110
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.0
1111
- '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.0
1112
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.0
1113
- '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.0
1114
- '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.0
1115
- '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.0
1116
- '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.0
1117
- '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.0
1118
- '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.0
1119
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.0
1120
- '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0
1121
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.0
1122
- '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.0
1123
- '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.0
1124
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.0
1125
- '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.0
1126
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.0
1127
- '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.0
1128
- '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.0
1129
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.0
1130
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.0
1131
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.0
1068
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.5
1069
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.5
1070
+ '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.5
1071
+ '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.5
1072
+ '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.5
1073
+ '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.5
1074
+ '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.5
1075
+ '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.5
1076
+ '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.5
1077
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.5
1078
+ '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.5
1079
+ '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.5
1080
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.5
1081
+ '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5
1082
+ '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.5
1083
+ '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.5
1084
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5
1085
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5
1086
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5
1087
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5
1088
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5
1089
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5
1090
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5
1091
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5
1092
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5
1093
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5
1094
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5
1095
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5
1096
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5
1097
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5
1098
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.5
1099
+ '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.5
1100
+ '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.5
1101
+ '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.5
1102
+ '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.5
1103
+ '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.5
1104
+ '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.5
1105
+ '@babel/plugin-transform-destructuring': 7.17.3_@babel+core@7.17.5
1106
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5
1107
+ '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.5
1108
+ '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.5
1109
+ '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.5
1110
+ '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.5
1111
+ '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.5
1112
+ '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.5
1113
+ '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.5
1114
+ '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.5
1115
+ '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.5
1116
+ '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.5
1117
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.5
1118
+ '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.5
1119
+ '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.5
1120
+ '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5
1121
+ '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.5
1122
+ '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.5
1123
+ '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.5
1124
+ '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.5
1125
+ '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.5
1126
+ '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.5
1127
+ '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.5
1128
+ '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.5
1129
+ '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.5
1130
+ '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.5
1131
+ '@babel/preset-modules': 0.1.5_@babel+core@7.17.5
1132
1132
  '@babel/types': 7.17.0
1133
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.0
1134
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.0
1135
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.0
1136
- core-js-compat: 3.21.0
1133
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.5
1134
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.5
1135
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.5
1136
+ core-js-compat: 3.21.1
1137
1137
  semver: 6.3.0
1138
1138
  dev: true
1139
1139
  engines:
@@ -1142,12 +1142,12 @@ packages:
1142
1142
  '@babel/core': ^7.0.0-0
1143
1143
  resolution:
1144
1144
  integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
1145
- /@babel/preset-modules/0.1.5_@babel+core@7.17.0:
1145
+ /@babel/preset-modules/0.1.5_@babel+core@7.17.5:
1146
1146
  dependencies:
1147
- '@babel/core': 7.17.0
1147
+ '@babel/core': 7.17.5
1148
1148
  '@babel/helper-plugin-utils': 7.16.7
1149
- '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.0
1150
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.0
1149
+ '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5
1150
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5
1151
1151
  '@babel/types': 7.17.0
1152
1152
  esutils: 2.0.3
1153
1153
  dev: true
@@ -1155,33 +1155,33 @@ packages:
1155
1155
  '@babel/core': ^7.0.0-0
1156
1156
  resolution:
1157
1157
  integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
1158
- /@babel/runtime/7.17.0:
1158
+ /@babel/runtime/7.17.2:
1159
1159
  dependencies:
1160
1160
  regenerator-runtime: 0.13.9
1161
1161
  dev: true
1162
1162
  engines:
1163
1163
  node: '>=6.9.0'
1164
1164
  resolution:
1165
- integrity: sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==
1165
+ integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1166
1166
  /@babel/template/7.16.7:
1167
1167
  dependencies:
1168
1168
  '@babel/code-frame': 7.16.7
1169
- '@babel/parser': 7.17.0
1169
+ '@babel/parser': 7.17.3
1170
1170
  '@babel/types': 7.17.0
1171
1171
  dev: true
1172
1172
  engines:
1173
1173
  node: '>=6.9.0'
1174
1174
  resolution:
1175
1175
  integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1176
- /@babel/traverse/7.17.0:
1176
+ /@babel/traverse/7.17.3:
1177
1177
  dependencies:
1178
1178
  '@babel/code-frame': 7.16.7
1179
- '@babel/generator': 7.17.0
1179
+ '@babel/generator': 7.17.3
1180
1180
  '@babel/helper-environment-visitor': 7.16.7
1181
1181
  '@babel/helper-function-name': 7.16.7
1182
1182
  '@babel/helper-hoist-variables': 7.16.7
1183
1183
  '@babel/helper-split-export-declaration': 7.16.7
1184
- '@babel/parser': 7.17.0
1184
+ '@babel/parser': 7.17.3
1185
1185
  '@babel/types': 7.17.0
1186
1186
  debug: 4.3.3
1187
1187
  globals: 11.12.0
@@ -1189,7 +1189,7 @@ packages:
1189
1189
  engines:
1190
1190
  node: '>=6.9.0'
1191
1191
  resolution:
1192
- integrity: sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==
1192
+ integrity: sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1193
1193
  /@babel/types/7.17.0:
1194
1194
  dependencies:
1195
1195
  '@babel/helper-validator-identifier': 7.16.7
@@ -1199,29 +1199,59 @@ packages:
1199
1199
  node: '>=6.9.0'
1200
1200
  resolution:
1201
1201
  integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
1202
- /@discoveryjs/json-ext/0.5.6:
1202
+ /@discoveryjs/json-ext/0.5.7:
1203
1203
  dev: true
1204
1204
  engines:
1205
1205
  node: '>=10.0.0'
1206
1206
  resolution:
1207
- integrity: sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
1208
- /@jridgewell/resolve-uri/3.0.4:
1207
+ integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
1208
+ /@gar/promisify/1.1.3:
1209
+ dev: true
1210
+ resolution:
1211
+ integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
1212
+ /@jridgewell/resolve-uri/3.0.5:
1209
1213
  dev: true
1210
1214
  engines:
1211
1215
  node: '>=6.0.0'
1212
1216
  resolution:
1213
- integrity: sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
1214
- /@jridgewell/trace-mapping/0.2.5:
1217
+ integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
1218
+ /@jridgewell/sourcemap-codec/1.4.11:
1219
+ dev: true
1220
+ resolution:
1221
+ integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
1222
+ /@jridgewell/trace-mapping/0.3.4:
1215
1223
  dependencies:
1216
- '@jridgewell/resolve-uri': 3.0.4
1217
- sourcemap-codec: 1.4.8
1224
+ '@jridgewell/resolve-uri': 3.0.5
1225
+ '@jridgewell/sourcemap-codec': 1.4.11
1218
1226
  dev: true
1219
1227
  resolution:
1220
- integrity: sha512-K+Eths78fXDFOvQ2hgJhCiI5s+g81r2yXmACBpbn+f2+Qt94PNoTgUcAXPT8DZkhXCsZRsHVWVtY5KIBMcpDqQ==
1228
+ integrity: sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==
1229
+ /@npmcli/fs/1.1.1:
1230
+ dependencies:
1231
+ '@gar/promisify': 1.1.3
1232
+ semver: 7.3.5
1233
+ dev: true
1234
+ resolution:
1235
+ integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
1236
+ /@npmcli/move-file/1.1.2:
1237
+ dependencies:
1238
+ mkdirp: 1.0.4
1239
+ rimraf: 3.0.2
1240
+ dev: true
1241
+ engines:
1242
+ node: '>=10'
1243
+ resolution:
1244
+ integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
1221
1245
  /@popperjs/core/2.11.2:
1222
1246
  dev: false
1223
1247
  resolution:
1224
1248
  integrity: sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==
1249
+ /@tootallnate/once/1.1.2:
1250
+ dev: true
1251
+ engines:
1252
+ node: '>= 6'
1253
+ resolution:
1254
+ integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
1225
1255
  /@types/detect-indent/0.1.30:
1226
1256
  dev: true
1227
1257
  resolution:
@@ -1229,25 +1259,25 @@ packages:
1229
1259
  /@types/eslint-scope/3.7.3:
1230
1260
  dependencies:
1231
1261
  '@types/eslint': 8.4.1
1232
- '@types/estree': 0.0.50
1262
+ '@types/estree': 0.0.51
1233
1263
  dev: true
1234
1264
  resolution:
1235
1265
  integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==
1236
1266
  /@types/eslint/8.4.1:
1237
1267
  dependencies:
1238
- '@types/estree': 0.0.50
1268
+ '@types/estree': 0.0.51
1239
1269
  '@types/json-schema': 7.0.9
1240
1270
  dev: true
1241
1271
  resolution:
1242
1272
  integrity: sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==
1243
- /@types/estree/0.0.50:
1273
+ /@types/estree/0.0.51:
1244
1274
  dev: true
1245
1275
  resolution:
1246
- integrity: sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
1276
+ integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
1247
1277
  /@types/glob/5.0.30:
1248
1278
  dependencies:
1249
1279
  '@types/minimatch': 3.0.5
1250
- '@types/node': 16.11.22
1280
+ '@types/node': 16.11.26
1251
1281
  dev: true
1252
1282
  resolution:
1253
1283
  integrity: sha1-ECZAnFYlqGiQdGAoCNCCsoZ7ilE=
@@ -1267,10 +1297,10 @@ packages:
1267
1297
  dev: true
1268
1298
  resolution:
1269
1299
  integrity: sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=
1270
- /@types/node/16.11.22:
1300
+ /@types/node/16.11.26:
1271
1301
  dev: true
1272
1302
  resolution:
1273
- integrity: sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA==
1303
+ integrity: sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==
1274
1304
  /@types/node/8.0.0:
1275
1305
  dev: true
1276
1306
  resolution:
@@ -1389,10 +1419,10 @@ packages:
1389
1419
  dev: true
1390
1420
  resolution:
1391
1421
  integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
1392
- /@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.68.0:
1422
+ /@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.70.0:
1393
1423
  dependencies:
1394
- webpack: 5.68.0_webpack-cli@4.9.2
1395
- webpack-cli: 4.9.2_webpack@5.68.0
1424
+ webpack: 5.70.0_webpack-cli@4.9.2
1425
+ webpack-cli: 4.9.2_webpack@5.70.0
1396
1426
  dev: true
1397
1427
  peerDependencies:
1398
1428
  webpack: 4.x.x || 5.x.x
@@ -1402,7 +1432,7 @@ packages:
1402
1432
  /@webpack-cli/info/1.4.1_webpack-cli@4.9.2:
1403
1433
  dependencies:
1404
1434
  envinfo: 7.8.1
1405
- webpack-cli: 4.9.2_webpack@5.68.0
1435
+ webpack-cli: 4.9.2_webpack@5.70.0
1406
1436
  dev: true
1407
1437
  peerDependencies:
1408
1438
  webpack-cli: 4.x.x
@@ -1410,7 +1440,7 @@ packages:
1410
1440
  integrity: sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==
1411
1441
  /@webpack-cli/serve/1.6.1_webpack-cli@4.9.2:
1412
1442
  dependencies:
1413
- webpack-cli: 4.9.2_webpack@5.68.0
1443
+ webpack-cli: 4.9.2_webpack@5.70.0
1414
1444
  dev: true
1415
1445
  peerDependencies:
1416
1446
  webpack-cli: 4.x.x
@@ -1447,6 +1477,33 @@ packages:
1447
1477
  hasBin: true
1448
1478
  resolution:
1449
1479
  integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
1480
+ /agent-base/6.0.2:
1481
+ dependencies:
1482
+ debug: 4.3.3
1483
+ dev: true
1484
+ engines:
1485
+ node: '>= 6.0.0'
1486
+ resolution:
1487
+ integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
1488
+ /agentkeepalive/4.2.1:
1489
+ dependencies:
1490
+ debug: 4.3.3
1491
+ depd: 1.1.2
1492
+ humanize-ms: 1.2.1
1493
+ dev: true
1494
+ engines:
1495
+ node: '>= 8.0.0'
1496
+ resolution:
1497
+ integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==
1498
+ /aggregate-error/3.1.0:
1499
+ dependencies:
1500
+ clean-stack: 2.2.0
1501
+ indent-string: 4.0.0
1502
+ dev: true
1503
+ engines:
1504
+ node: '>=8'
1505
+ resolution:
1506
+ integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
1450
1507
  /ajv-keywords/3.5.2_ajv@6.12.6:
1451
1508
  dependencies:
1452
1509
  ajv: 6.12.6
@@ -1464,30 +1521,12 @@ packages:
1464
1521
  dev: true
1465
1522
  resolution:
1466
1523
  integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
1467
- /amdefine/1.0.1:
1468
- dev: true
1469
- engines:
1470
- node: '>=0.4.2'
1471
- resolution:
1472
- integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
1473
- /ansi-regex/2.1.1:
1474
- dev: true
1475
- engines:
1476
- node: '>=0.10.0'
1477
- resolution:
1478
- integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
1479
- /ansi-regex/4.1.0:
1524
+ /ansi-regex/5.0.1:
1480
1525
  dev: true
1481
1526
  engines:
1482
- node: '>=6'
1483
- resolution:
1484
- integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
1485
- /ansi-styles/2.2.1:
1486
- dev: true
1487
- engines:
1488
- node: '>=0.10.0'
1527
+ node: '>=8'
1489
1528
  resolution:
1490
- integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
1529
+ integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1491
1530
  /ansi-styles/3.2.1:
1492
1531
  dependencies:
1493
1532
  color-convert: 1.9.3
@@ -1508,13 +1547,24 @@ packages:
1508
1547
  dev: true
1509
1548
  resolution:
1510
1549
  integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
1511
- /are-we-there-yet/1.1.7:
1550
+ /are-we-there-yet/2.0.0:
1512
1551
  dependencies:
1513
1552
  delegates: 1.0.0
1514
- readable-stream: 2.3.7
1553
+ readable-stream: 3.6.0
1515
1554
  dev: true
1555
+ engines:
1556
+ node: '>=10'
1516
1557
  resolution:
1517
- integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==
1558
+ integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
1559
+ /are-we-there-yet/3.0.0:
1560
+ dependencies:
1561
+ delegates: 1.0.0
1562
+ readable-stream: 3.6.0
1563
+ dev: true
1564
+ engines:
1565
+ node: ^12.13.0 || ^14.15.0 || >=16
1566
+ resolution:
1567
+ integrity: sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==
1518
1568
  /arrify/1.0.1:
1519
1569
  dev: true
1520
1570
  engines:
@@ -1543,9 +1593,9 @@ packages:
1543
1593
  integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=
1544
1594
  /autoprefixer/10.4.2:
1545
1595
  dependencies:
1546
- browserslist: 4.19.1
1547
- caniuse-lite: 1.0.30001306
1548
- fraction.js: 4.1.2
1596
+ browserslist: 4.20.0
1597
+ caniuse-lite: 1.0.30001314
1598
+ fraction.js: 4.2.0
1549
1599
  normalize-range: 0.1.2
1550
1600
  picocolors: 1.0.0
1551
1601
  postcss-value-parser: 4.2.0
@@ -1565,14 +1615,14 @@ packages:
1565
1615
  dev: true
1566
1616
  resolution:
1567
1617
  integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
1568
- /babel-loader/8.2.3_1ae55b9050e96e2b3bec4d845e4d3e55:
1618
+ /babel-loader/8.2.3_ed870ac3ba52c4ec230ba2bc3dbb311c:
1569
1619
  dependencies:
1570
- '@babel/core': 7.17.0
1620
+ '@babel/core': 7.17.5
1571
1621
  find-cache-dir: 3.3.2
1572
1622
  loader-utils: 1.4.0
1573
1623
  make-dir: 3.1.0
1574
1624
  schema-utils: 2.7.1
1575
- webpack: 5.68.0_webpack-cli@4.9.2
1625
+ webpack: 5.70.0_webpack-cli@4.9.2
1576
1626
  dev: true
1577
1627
  engines:
1578
1628
  node: '>= 8.9'
@@ -1587,31 +1637,31 @@ packages:
1587
1637
  dev: true
1588
1638
  resolution:
1589
1639
  integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
1590
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.0:
1640
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.5:
1591
1641
  dependencies:
1592
1642
  '@babel/compat-data': 7.17.0
1593
- '@babel/core': 7.17.0
1594
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0
1643
+ '@babel/core': 7.17.5
1644
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
1595
1645
  semver: 6.3.0
1596
1646
  dev: true
1597
1647
  peerDependencies:
1598
1648
  '@babel/core': ^7.0.0-0
1599
1649
  resolution:
1600
1650
  integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
1601
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.0:
1651
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.5:
1602
1652
  dependencies:
1603
- '@babel/core': 7.17.0
1604
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0
1605
- core-js-compat: 3.21.0
1653
+ '@babel/core': 7.17.5
1654
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
1655
+ core-js-compat: 3.21.1
1606
1656
  dev: true
1607
1657
  peerDependencies:
1608
1658
  '@babel/core': ^7.0.0-0
1609
1659
  resolution:
1610
1660
  integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==
1611
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.0:
1661
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.5:
1612
1662
  dependencies:
1613
- '@babel/core': 7.17.0
1614
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0
1663
+ '@babel/core': 7.17.5
1664
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5
1615
1665
  dev: true
1616
1666
  peerDependencies:
1617
1667
  '@babel/core': ^7.0.0-0
@@ -1631,13 +1681,15 @@ packages:
1631
1681
  dev: true
1632
1682
  resolution:
1633
1683
  integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1634
- /bootstrap-icons/1.8.0:
1684
+ /bootstrap-icons/1.8.1:
1635
1685
  dev: false
1636
1686
  engines:
1637
1687
  node: '>=10'
1638
1688
  resolution:
1639
- integrity: sha512-plaZQb8tReUULAwQ9M98PyWh5H912eKGVC6etMtc6VqmPmp9Eq0s7Wd0qvPoPLHh0VhXxzdLk1ta5W7lwPIdCQ==
1640
- /bootstrap/5.1.3:
1689
+ integrity: sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w==
1690
+ /bootstrap/5.1.3_@popperjs+core@2.11.2:
1691
+ dependencies:
1692
+ '@popperjs/core': 2.11.2
1641
1693
  dev: false
1642
1694
  peerDependencies:
1643
1695
  '@popperjs/core': ^2.10.2
@@ -1650,6 +1702,12 @@ packages:
1650
1702
  dev: true
1651
1703
  resolution:
1652
1704
  integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
1705
+ /brace-expansion/2.0.1:
1706
+ dependencies:
1707
+ balanced-match: 1.0.2
1708
+ dev: true
1709
+ resolution:
1710
+ integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1653
1711
  /braces/3.0.2:
1654
1712
  dependencies:
1655
1713
  fill-range: 7.0.1
@@ -1658,23 +1716,48 @@ packages:
1658
1716
  node: '>=8'
1659
1717
  resolution:
1660
1718
  integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
1661
- /browserslist/4.19.1:
1719
+ /browserslist/4.20.0:
1662
1720
  dependencies:
1663
- caniuse-lite: 1.0.30001306
1664
- electron-to-chromium: 1.4.63
1721
+ caniuse-lite: 1.0.30001314
1722
+ electron-to-chromium: 1.4.81
1665
1723
  escalade: 3.1.1
1666
- node-releases: 2.0.1
1724
+ node-releases: 2.0.2
1667
1725
  picocolors: 1.0.0
1668
1726
  dev: true
1669
1727
  engines:
1670
1728
  node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
1671
1729
  hasBin: true
1672
1730
  resolution:
1673
- integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
1731
+ integrity: sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==
1674
1732
  /buffer-from/1.1.2:
1675
1733
  dev: true
1676
1734
  resolution:
1677
1735
  integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
1736
+ /cacache/15.3.0:
1737
+ dependencies:
1738
+ '@npmcli/fs': 1.1.1
1739
+ '@npmcli/move-file': 1.1.2
1740
+ chownr: 2.0.0
1741
+ fs-minipass: 2.1.0
1742
+ glob: 7.2.0
1743
+ infer-owner: 1.0.4
1744
+ lru-cache: 6.0.0
1745
+ minipass: 3.1.6
1746
+ minipass-collect: 1.0.2
1747
+ minipass-flush: 1.0.5
1748
+ minipass-pipeline: 1.2.4
1749
+ mkdirp: 1.0.4
1750
+ p-map: 4.0.0
1751
+ promise-inflight: 1.0.1
1752
+ rimraf: 3.0.2
1753
+ ssri: 8.0.1
1754
+ tar: 6.1.11
1755
+ unique-filename: 1.1.1
1756
+ dev: true
1757
+ engines:
1758
+ node: '>= 10'
1759
+ resolution:
1760
+ integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
1678
1761
  /call-bind/1.0.2:
1679
1762
  dependencies:
1680
1763
  function-bind: 1.1.1
@@ -1711,26 +1794,14 @@ packages:
1711
1794
  node: '>=6'
1712
1795
  resolution:
1713
1796
  integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
1714
- /caniuse-lite/1.0.30001306:
1797
+ /caniuse-lite/1.0.30001314:
1715
1798
  dev: true
1716
1799
  resolution:
1717
- integrity: sha512-Wd1OuggRzg1rbnM5hv1wXs2VkxJH/AA+LuudlIqvZiCvivF+wJJe2mgBZC8gPMgI7D76PP5CTx8Luvaqc1V6OQ==
1800
+ integrity: sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw==
1718
1801
  /caseless/0.12.0:
1719
1802
  dev: true
1720
1803
  resolution:
1721
1804
  integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
1722
- /chalk/1.1.3:
1723
- dependencies:
1724
- ansi-styles: 2.2.1
1725
- escape-string-regexp: 1.0.5
1726
- has-ansi: 2.0.0
1727
- strip-ansi: 3.0.1
1728
- supports-color: 2.0.0
1729
- dev: true
1730
- engines:
1731
- node: '>=0.10.0'
1732
- resolution:
1733
- integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
1734
1805
  /chalk/2.4.2:
1735
1806
  dependencies:
1736
1807
  ansi-styles: 3.2.1
@@ -1770,14 +1841,20 @@ packages:
1770
1841
  node: '>= 4.0'
1771
1842
  resolution:
1772
1843
  integrity: sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==
1773
- /cliui/5.0.0:
1844
+ /clean-stack/2.2.0:
1845
+ dev: true
1846
+ engines:
1847
+ node: '>=6'
1848
+ resolution:
1849
+ integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
1850
+ /cliui/7.0.4:
1774
1851
  dependencies:
1775
- string-width: 3.1.0
1776
- strip-ansi: 5.2.0
1777
- wrap-ansi: 5.1.0
1852
+ string-width: 4.2.3
1853
+ strip-ansi: 6.0.1
1854
+ wrap-ansi: 7.0.0
1778
1855
  dev: true
1779
1856
  resolution:
1780
- integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
1857
+ integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
1781
1858
  /clone-deep/4.0.1:
1782
1859
  dependencies:
1783
1860
  is-plain-object: 2.0.4
@@ -1788,12 +1865,6 @@ packages:
1788
1865
  node: '>=6'
1789
1866
  resolution:
1790
1867
  integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
1791
- /code-point-at/1.1.0:
1792
- dev: true
1793
- engines:
1794
- node: '>=0.10.0'
1795
- resolution:
1796
- integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
1797
1868
  /color-convert/1.9.3:
1798
1869
  dependencies:
1799
1870
  color-name: 1.1.3
@@ -1816,6 +1887,11 @@ packages:
1816
1887
  dev: true
1817
1888
  resolution:
1818
1889
  integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1890
+ /color-support/1.1.3:
1891
+ dev: true
1892
+ hasBin: true
1893
+ resolution:
1894
+ integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
1819
1895
  /colorette/2.0.16:
1820
1896
  dev: true
1821
1897
  resolution:
@@ -1862,18 +1938,18 @@ packages:
1862
1938
  dev: true
1863
1939
  resolution:
1864
1940
  integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
1865
- /core-js-compat/3.21.0:
1941
+ /core-js-compat/3.21.1:
1866
1942
  dependencies:
1867
- browserslist: 4.19.1
1943
+ browserslist: 4.20.0
1868
1944
  semver: 7.0.0
1869
1945
  dev: true
1870
1946
  resolution:
1871
- integrity: sha512-OSXseNPSK2OPJa6GdtkMz/XxeXx8/CJvfhQWTqd6neuUraujcL4jVsjkLQz1OWnax8xVQJnRPe0V2jqNWORA+A==
1872
- /core-js/3.21.0:
1947
+ integrity: sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==
1948
+ /core-js/3.21.1:
1873
1949
  dev: false
1874
1950
  requiresBuild: true
1875
1951
  resolution:
1876
- integrity: sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==
1952
+ integrity: sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==
1877
1953
  /core-util-is/1.0.2:
1878
1954
  dev: true
1879
1955
  resolution:
@@ -1904,24 +1980,24 @@ packages:
1904
1980
  node: '>= 8'
1905
1981
  resolution:
1906
1982
  integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1907
- /css-loader/6.6.0_webpack@5.68.0:
1908
- dependencies:
1909
- icss-utils: 5.1.0_postcss@8.4.6
1910
- postcss: 8.4.6
1911
- postcss-modules-extract-imports: 3.0.0_postcss@8.4.6
1912
- postcss-modules-local-by-default: 4.0.0_postcss@8.4.6
1913
- postcss-modules-scope: 3.0.0_postcss@8.4.6
1914
- postcss-modules-values: 4.0.0_postcss@8.4.6
1983
+ /css-loader/6.7.1_webpack@5.70.0:
1984
+ dependencies:
1985
+ icss-utils: 5.1.0_postcss@8.4.8
1986
+ postcss: 8.4.8
1987
+ postcss-modules-extract-imports: 3.0.0_postcss@8.4.8
1988
+ postcss-modules-local-by-default: 4.0.0_postcss@8.4.8
1989
+ postcss-modules-scope: 3.0.0_postcss@8.4.8
1990
+ postcss-modules-values: 4.0.0_postcss@8.4.8
1915
1991
  postcss-value-parser: 4.2.0
1916
1992
  semver: 7.3.5
1917
- webpack: 5.68.0_webpack-cli@4.9.2
1993
+ webpack: 5.70.0_webpack-cli@4.9.2
1918
1994
  dev: true
1919
1995
  engines:
1920
1996
  node: '>= 12.13.0'
1921
1997
  peerDependencies:
1922
1998
  webpack: ^5.0.0
1923
1999
  resolution:
1924
- integrity: sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==
2000
+ integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==
1925
2001
  /cssesc/3.0.0:
1926
2002
  dev: true
1927
2003
  engines:
@@ -1983,6 +2059,12 @@ packages:
1983
2059
  dev: true
1984
2060
  resolution:
1985
2061
  integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
2062
+ /depd/1.1.2:
2063
+ dev: true
2064
+ engines:
2065
+ node: '>= 0.6'
2066
+ resolution:
2067
+ integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
1986
2068
  /detect-indent/0.2.0:
1987
2069
  dependencies:
1988
2070
  get-stdin: 0.1.0
@@ -2023,21 +2105,28 @@ packages:
2023
2105
  dev: true
2024
2106
  resolution:
2025
2107
  integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
2026
- /electron-to-chromium/1.4.63:
2108
+ /electron-to-chromium/1.4.81:
2027
2109
  dev: true
2028
2110
  resolution:
2029
- integrity: sha512-e0PX/LRJPFRU4kzJKLvTobxyFdnANCvcoDCe8XcyTqP58nTWIwdsHvXLIl1RkB39X5yaosLaroMASWB0oIsgCA==
2030
- /emoji-regex/7.0.3:
2111
+ integrity: sha512-Gs7xVpIZ7tYYSDA+WgpzwpPvfGwUk3KSIjJ0akuj5XQHFdyQnsUoM76EA4CIHXNLPiVwTwOFay9RMb0ChG3OBw==
2112
+ /emoji-regex/8.0.0:
2031
2113
  dev: true
2032
2114
  resolution:
2033
- integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
2115
+ integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
2034
2116
  /emojis-list/3.0.0:
2035
2117
  dev: true
2036
2118
  engines:
2037
2119
  node: '>= 4'
2038
2120
  resolution:
2039
2121
  integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
2040
- /enhanced-resolve/5.8.3:
2122
+ /encoding/0.1.13:
2123
+ dependencies:
2124
+ iconv-lite: 0.6.3
2125
+ dev: true
2126
+ optional: true
2127
+ resolution:
2128
+ integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
2129
+ /enhanced-resolve/5.9.2:
2041
2130
  dependencies:
2042
2131
  graceful-fs: 4.2.9
2043
2132
  tapable: 2.2.1
@@ -2045,7 +2134,7 @@ packages:
2045
2134
  engines:
2046
2135
  node: '>=10.13.0'
2047
2136
  resolution:
2048
- integrity: sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==
2137
+ integrity: sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==
2049
2138
  /env-paths/2.2.1:
2050
2139
  dev: true
2051
2140
  engines:
@@ -2059,6 +2148,10 @@ packages:
2059
2148
  hasBin: true
2060
2149
  resolution:
2061
2150
  integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==
2151
+ /err-code/2.0.3:
2152
+ dev: true
2153
+ resolution:
2154
+ integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
2062
2155
  /error-ex/1.3.2:
2063
2156
  dependencies:
2064
2157
  is-arrayish: 0.2.1
@@ -2131,7 +2224,7 @@ packages:
2131
2224
  merge-stream: 2.0.0
2132
2225
  npm-run-path: 4.0.1
2133
2226
  onetime: 5.1.2
2134
- signal-exit: 3.0.6
2227
+ signal-exit: 3.0.7
2135
2228
  strip-final-newline: 2.0.0
2136
2229
  dev: true
2137
2230
  engines:
@@ -2178,14 +2271,6 @@ packages:
2178
2271
  node: '>=8'
2179
2272
  resolution:
2180
2273
  integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
2181
- /find-up/3.0.0:
2182
- dependencies:
2183
- locate-path: 3.0.0
2184
- dev: true
2185
- engines:
2186
- node: '>=6'
2187
- resolution:
2188
- integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
2189
2274
  /find-up/4.1.0:
2190
2275
  dependencies:
2191
2276
  locate-path: 5.0.0
@@ -2209,10 +2294,10 @@ packages:
2209
2294
  node: '>= 0.12'
2210
2295
  resolution:
2211
2296
  integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
2212
- /fraction.js/4.1.2:
2297
+ /fraction.js/4.2.0:
2213
2298
  dev: true
2214
2299
  resolution:
2215
- integrity: sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==
2300
+ integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
2216
2301
  /fs-minipass/2.1.0:
2217
2302
  dependencies:
2218
2303
  minipass: 3.1.6
@@ -2229,19 +2314,37 @@ packages:
2229
2314
  dev: true
2230
2315
  resolution:
2231
2316
  integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
2232
- /gauge/2.7.4:
2317
+ /gauge/3.0.2:
2233
2318
  dependencies:
2234
2319
  aproba: 1.2.0
2320
+ color-support: 1.1.3
2235
2321
  console-control-strings: 1.1.0
2236
2322
  has-unicode: 2.0.1
2237
2323
  object-assign: 4.1.1
2238
- signal-exit: 3.0.6
2239
- string-width: 1.0.2
2240
- strip-ansi: 3.0.1
2324
+ signal-exit: 3.0.7
2325
+ string-width: 4.2.3
2326
+ strip-ansi: 6.0.1
2241
2327
  wide-align: 1.1.5
2242
2328
  dev: true
2329
+ engines:
2330
+ node: '>=10'
2243
2331
  resolution:
2244
- integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
2332
+ integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==
2333
+ /gauge/4.0.3:
2334
+ dependencies:
2335
+ aproba: 1.2.0
2336
+ color-support: 1.1.3
2337
+ console-control-strings: 1.1.0
2338
+ has-unicode: 2.0.1
2339
+ signal-exit: 3.0.7
2340
+ string-width: 4.2.3
2341
+ strip-ansi: 6.0.1
2342
+ wide-align: 1.1.5
2343
+ dev: true
2344
+ engines:
2345
+ node: ^12.13.0 || ^14.15.0 || >=16
2346
+ resolution:
2347
+ integrity: sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==
2245
2348
  /gaze/1.1.3:
2246
2349
  dependencies:
2247
2350
  globule: 1.3.3
@@ -2266,7 +2369,7 @@ packages:
2266
2369
  dependencies:
2267
2370
  function-bind: 1.1.1
2268
2371
  has: 1.0.3
2269
- has-symbols: 1.0.2
2372
+ has-symbols: 1.0.3
2270
2373
  dev: true
2271
2374
  resolution:
2272
2375
  integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -2302,7 +2405,7 @@ packages:
2302
2405
  dependencies:
2303
2406
  inflight: 1.0.6
2304
2407
  inherits: 2.0.4
2305
- minimatch: 3.0.4
2408
+ minimatch: 3.1.2
2306
2409
  once: 1.4.0
2307
2410
  path-is-absolute: 1.0.1
2308
2411
  dev: true
@@ -2313,7 +2416,7 @@ packages:
2313
2416
  fs.realpath: 1.0.0
2314
2417
  inflight: 1.0.6
2315
2418
  inherits: 2.0.4
2316
- minimatch: 3.0.4
2419
+ minimatch: 3.1.2
2317
2420
  once: 1.4.0
2318
2421
  path-is-absolute: 1.0.1
2319
2422
  dev: true
@@ -2324,7 +2427,7 @@ packages:
2324
2427
  fs.realpath: 1.0.0
2325
2428
  inflight: 1.0.6
2326
2429
  inherits: 2.0.4
2327
- minimatch: 3.0.4
2430
+ minimatch: 3.1.2
2328
2431
  once: 1.4.0
2329
2432
  path-is-absolute: 1.0.1
2330
2433
  dev: true
@@ -2340,7 +2443,7 @@ packages:
2340
2443
  dependencies:
2341
2444
  glob: 7.1.7
2342
2445
  lodash: 4.17.21
2343
- minimatch: 3.0.4
2446
+ minimatch: 3.0.8
2344
2447
  dev: true
2345
2448
  engines:
2346
2449
  node: '>= 0.10'
@@ -2372,14 +2475,6 @@ packages:
2372
2475
  node: '>=6'
2373
2476
  resolution:
2374
2477
  integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
2375
- /has-ansi/2.0.0:
2376
- dependencies:
2377
- ansi-regex: 2.1.1
2378
- dev: true
2379
- engines:
2380
- node: '>=0.10.0'
2381
- resolution:
2382
- integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
2383
2478
  /has-flag/3.0.0:
2384
2479
  dev: true
2385
2480
  engines:
@@ -2392,12 +2487,12 @@ packages:
2392
2487
  node: '>=8'
2393
2488
  resolution:
2394
2489
  integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
2395
- /has-symbols/1.0.2:
2490
+ /has-symbols/1.0.3:
2396
2491
  dev: true
2397
2492
  engines:
2398
2493
  node: '>= 0.4'
2399
2494
  resolution:
2400
- integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
2495
+ integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
2401
2496
  /has-unicode/2.0.1:
2402
2497
  dev: true
2403
2498
  resolution:
@@ -2427,11 +2522,11 @@ packages:
2427
2522
  node: '>=10'
2428
2523
  resolution:
2429
2524
  integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
2430
- /html-loader/2.1.2_webpack@5.68.0:
2525
+ /html-loader/2.1.2_webpack@5.70.0:
2431
2526
  dependencies:
2432
2527
  html-minifier-terser: 5.1.1
2433
2528
  parse5: 6.0.1
2434
- webpack: 5.68.0_webpack-cli@4.9.2
2529
+ webpack: 5.70.0_webpack-cli@4.9.2
2435
2530
  dev: true
2436
2531
  engines:
2437
2532
  node: '>= 10.13.0'
@@ -2454,6 +2549,20 @@ packages:
2454
2549
  hasBin: true
2455
2550
  resolution:
2456
2551
  integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==
2552
+ /http-cache-semantics/4.1.0:
2553
+ dev: true
2554
+ resolution:
2555
+ integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
2556
+ /http-proxy-agent/4.0.1:
2557
+ dependencies:
2558
+ '@tootallnate/once': 1.1.2
2559
+ agent-base: 6.0.2
2560
+ debug: 4.3.3
2561
+ dev: true
2562
+ engines:
2563
+ node: '>= 6'
2564
+ resolution:
2565
+ integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
2457
2566
  /http-signature/1.2.0:
2458
2567
  dependencies:
2459
2568
  assert-plus: 1.0.0
@@ -2465,15 +2574,39 @@ packages:
2465
2574
  npm: '>=1.3.7'
2466
2575
  resolution:
2467
2576
  integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
2577
+ /https-proxy-agent/5.0.0:
2578
+ dependencies:
2579
+ agent-base: 6.0.2
2580
+ debug: 4.3.3
2581
+ dev: true
2582
+ engines:
2583
+ node: '>= 6'
2584
+ resolution:
2585
+ integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
2468
2586
  /human-signals/2.1.0:
2469
2587
  dev: true
2470
2588
  engines:
2471
2589
  node: '>=10.17.0'
2472
2590
  resolution:
2473
2591
  integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
2474
- /icss-utils/5.1.0_postcss@8.4.6:
2592
+ /humanize-ms/1.2.1:
2475
2593
  dependencies:
2476
- postcss: 8.4.6
2594
+ ms: 2.1.2
2595
+ dev: true
2596
+ resolution:
2597
+ integrity: sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=
2598
+ /iconv-lite/0.6.3:
2599
+ dependencies:
2600
+ safer-buffer: 2.1.2
2601
+ dev: true
2602
+ engines:
2603
+ node: '>=0.10.0'
2604
+ optional: true
2605
+ resolution:
2606
+ integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
2607
+ /icss-utils/5.1.0_postcss@8.4.8:
2608
+ dependencies:
2609
+ postcss: 8.4.8
2477
2610
  dev: true
2478
2611
  engines:
2479
2612
  node: ^10 || ^12 || >= 14
@@ -2500,12 +2633,22 @@ packages:
2500
2633
  hasBin: true
2501
2634
  resolution:
2502
2635
  integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==
2636
+ /imurmurhash/0.1.4:
2637
+ dev: true
2638
+ engines:
2639
+ node: '>=0.8.19'
2640
+ resolution:
2641
+ integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=
2503
2642
  /indent-string/4.0.0:
2504
2643
  dev: true
2505
2644
  engines:
2506
2645
  node: '>=8'
2507
2646
  resolution:
2508
2647
  integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
2648
+ /infer-owner/1.0.4:
2649
+ dev: true
2650
+ resolution:
2651
+ integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
2509
2652
  /inflight/1.0.6:
2510
2653
  dependencies:
2511
2654
  once: 1.4.0
@@ -2523,6 +2666,10 @@ packages:
2523
2666
  node: '>= 0.10'
2524
2667
  resolution:
2525
2668
  integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
2669
+ /ip/1.1.5:
2670
+ dev: true
2671
+ resolution:
2672
+ integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
2526
2673
  /is-arrayish/0.2.1:
2527
2674
  dev: true
2528
2675
  resolution:
@@ -2533,20 +2680,16 @@ packages:
2533
2680
  dev: true
2534
2681
  resolution:
2535
2682
  integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
2536
- /is-fullwidth-code-point/1.0.0:
2537
- dependencies:
2538
- number-is-nan: 1.0.1
2683
+ /is-fullwidth-code-point/3.0.0:
2539
2684
  dev: true
2540
2685
  engines:
2541
- node: '>=0.10.0'
2686
+ node: '>=8'
2542
2687
  resolution:
2543
- integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
2544
- /is-fullwidth-code-point/2.0.0:
2688
+ integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
2689
+ /is-lambda/1.0.1:
2545
2690
  dev: true
2546
- engines:
2547
- node: '>=4'
2548
2691
  resolution:
2549
- integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
2692
+ integrity: sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=
2550
2693
  /is-number/7.0.0:
2551
2694
  dev: true
2552
2695
  engines:
@@ -2595,16 +2738,16 @@ packages:
2595
2738
  dev: true
2596
2739
  resolution:
2597
2740
  integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
2598
- /jest-worker/27.4.6:
2741
+ /jest-worker/27.5.1:
2599
2742
  dependencies:
2600
- '@types/node': 16.11.22
2743
+ '@types/node': 16.11.26
2601
2744
  merge-stream: 2.0.0
2602
2745
  supports-color: 8.1.1
2603
2746
  dev: true
2604
2747
  engines:
2605
2748
  node: '>= 10.13.0'
2606
2749
  resolution:
2607
- integrity: sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==
2750
+ integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
2608
2751
  /js-base64/2.6.4:
2609
2752
  dev: true
2610
2753
  resolution:
@@ -2712,15 +2855,6 @@ packages:
2712
2855
  node: '>=4.0.0'
2713
2856
  resolution:
2714
2857
  integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
2715
- /locate-path/3.0.0:
2716
- dependencies:
2717
- p-locate: 3.0.0
2718
- path-exists: 3.0.0
2719
- dev: true
2720
- engines:
2721
- node: '>=6'
2722
- resolution:
2723
- integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
2724
2858
  /locate-path/5.0.0:
2725
2859
  dependencies:
2726
2860
  p-locate: 4.1.0
@@ -2763,6 +2897,29 @@ packages:
2763
2897
  node: '>=8'
2764
2898
  resolution:
2765
2899
  integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
2900
+ /make-fetch-happen/9.1.0:
2901
+ dependencies:
2902
+ agentkeepalive: 4.2.1
2903
+ cacache: 15.3.0
2904
+ http-cache-semantics: 4.1.0
2905
+ http-proxy-agent: 4.0.1
2906
+ https-proxy-agent: 5.0.0
2907
+ is-lambda: 1.0.1
2908
+ lru-cache: 6.0.0
2909
+ minipass: 3.1.6
2910
+ minipass-collect: 1.0.2
2911
+ minipass-fetch: 1.4.1
2912
+ minipass-flush: 1.0.5
2913
+ minipass-pipeline: 1.2.4
2914
+ negotiator: 0.6.3
2915
+ promise-retry: 2.0.1
2916
+ socks-proxy-agent: 6.1.1
2917
+ ssri: 8.0.1
2918
+ dev: true
2919
+ engines:
2920
+ node: '>= 10'
2921
+ resolution:
2922
+ integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==
2766
2923
  /map-obj/1.0.1:
2767
2924
  dev: true
2768
2925
  engines:
@@ -2840,12 +2997,26 @@ packages:
2840
2997
  node: '>=4'
2841
2998
  resolution:
2842
2999
  integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
2843
- /minimatch/3.0.4:
3000
+ /minimatch/3.0.8:
3001
+ dependencies:
3002
+ brace-expansion: 1.1.11
3003
+ dev: true
3004
+ resolution:
3005
+ integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
3006
+ /minimatch/3.1.2:
2844
3007
  dependencies:
2845
3008
  brace-expansion: 1.1.11
2846
3009
  dev: true
2847
3010
  resolution:
2848
- integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
3011
+ integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3012
+ /minimatch/5.0.1:
3013
+ dependencies:
3014
+ brace-expansion: 2.0.1
3015
+ dev: true
3016
+ engines:
3017
+ node: '>=10'
3018
+ resolution:
3019
+ integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
2849
3020
  /minimist-options/4.1.0:
2850
3021
  dependencies:
2851
3022
  arrify: 1.0.1
@@ -2864,6 +3035,50 @@ packages:
2864
3035
  dev: true
2865
3036
  resolution:
2866
3037
  integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3038
+ /minipass-collect/1.0.2:
3039
+ dependencies:
3040
+ minipass: 3.1.6
3041
+ dev: true
3042
+ engines:
3043
+ node: '>= 8'
3044
+ resolution:
3045
+ integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==
3046
+ /minipass-fetch/1.4.1:
3047
+ dependencies:
3048
+ minipass: 3.1.6
3049
+ minipass-sized: 1.0.3
3050
+ minizlib: 2.1.2
3051
+ dev: true
3052
+ engines:
3053
+ node: '>=8'
3054
+ optionalDependencies:
3055
+ encoding: 0.1.13
3056
+ resolution:
3057
+ integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==
3058
+ /minipass-flush/1.0.5:
3059
+ dependencies:
3060
+ minipass: 3.1.6
3061
+ dev: true
3062
+ engines:
3063
+ node: '>= 8'
3064
+ resolution:
3065
+ integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==
3066
+ /minipass-pipeline/1.2.4:
3067
+ dependencies:
3068
+ minipass: 3.1.6
3069
+ dev: true
3070
+ engines:
3071
+ node: '>=8'
3072
+ resolution:
3073
+ integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
3074
+ /minipass-sized/1.0.3:
3075
+ dependencies:
3076
+ minipass: 3.1.6
3077
+ dev: true
3078
+ engines:
3079
+ node: '>=8'
3080
+ resolution:
3081
+ integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==
2867
3082
  /minipass/3.1.6:
2868
3083
  dependencies:
2869
3084
  yallist: 4.0.0
@@ -2903,13 +3118,19 @@ packages:
2903
3118
  dev: true
2904
3119
  resolution:
2905
3120
  integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
2906
- /nanoid/3.2.0:
3121
+ /nanoid/3.3.1:
2907
3122
  dev: true
2908
3123
  engines:
2909
3124
  node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1
2910
3125
  hasBin: true
2911
3126
  resolution:
2912
- integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
3127
+ integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
3128
+ /negotiator/0.6.3:
3129
+ dev: true
3130
+ engines:
3131
+ node: '>= 0.6'
3132
+ resolution:
3133
+ integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
2913
3134
  /neo-async/2.6.2:
2914
3135
  dev: true
2915
3136
  resolution:
@@ -2921,14 +3142,14 @@ packages:
2921
3142
  dev: true
2922
3143
  resolution:
2923
3144
  integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==
2924
- /node-gyp/7.1.2:
3145
+ /node-gyp/8.4.1:
2925
3146
  dependencies:
2926
3147
  env-paths: 2.2.1
2927
3148
  glob: 7.2.0
2928
3149
  graceful-fs: 4.2.9
3150
+ make-fetch-happen: 9.1.0
2929
3151
  nopt: 5.0.0
2930
- npmlog: 4.1.2
2931
- request: 2.88.2
3152
+ npmlog: 6.0.1
2932
3153
  rimraf: 3.0.2
2933
3154
  semver: 7.3.5
2934
3155
  tar: 6.1.11
@@ -2938,15 +3159,15 @@ packages:
2938
3159
  node: '>= 10.12.0'
2939
3160
  hasBin: true
2940
3161
  resolution:
2941
- integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==
2942
- /node-releases/2.0.1:
3162
+ integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==
3163
+ /node-releases/2.0.2:
2943
3164
  dev: true
2944
3165
  resolution:
2945
- integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
2946
- /node-sass/6.0.1:
3166
+ integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
3167
+ /node-sass/7.0.1:
2947
3168
  dependencies:
2948
3169
  async-foreach: 0.1.3
2949
- chalk: 1.1.3
3170
+ chalk: 4.1.2
2950
3171
  cross-spawn: 7.0.3
2951
3172
  gaze: 1.1.3
2952
3173
  get-stdin: 4.0.1
@@ -2954,10 +3175,10 @@ packages:
2954
3175
  lodash: 4.17.21
2955
3176
  meow: 9.0.0
2956
3177
  nan: 2.15.0
2957
- node-gyp: 7.1.2
2958
- npmlog: 4.1.2
3178
+ node-gyp: 8.4.1
3179
+ npmlog: 5.0.1
2959
3180
  request: 2.88.2
2960
- sass-graph: 2.2.5
3181
+ sass-graph: 4.0.0
2961
3182
  stdout-stream: 1.4.1
2962
3183
  true-case-path: 1.0.3
2963
3184
  dev: true
@@ -2966,7 +3187,7 @@ packages:
2966
3187
  hasBin: true
2967
3188
  requiresBuild: true
2968
3189
  resolution:
2969
- integrity: sha512-f+Rbqt92Ful9gX0cGtdYwjTrWAaGURgaK5rZCWOgCNyGWusFYHhbqCCBoFBeat+HKETOU02AyTxNhJV0YZf2jQ==
3190
+ integrity: sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ==
2970
3191
  /nopt/5.0.0:
2971
3192
  dependencies:
2972
3193
  abbrev: 1.1.1
@@ -3010,21 +3231,26 @@ packages:
3010
3231
  node: '>=8'
3011
3232
  resolution:
3012
3233
  integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
3013
- /npmlog/4.1.2:
3234
+ /npmlog/5.0.1:
3014
3235
  dependencies:
3015
- are-we-there-yet: 1.1.7
3236
+ are-we-there-yet: 2.0.0
3016
3237
  console-control-strings: 1.1.0
3017
- gauge: 2.7.4
3238
+ gauge: 3.0.2
3018
3239
  set-blocking: 2.0.0
3019
3240
  dev: true
3020
3241
  resolution:
3021
- integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
3022
- /number-is-nan/1.0.1:
3242
+ integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
3243
+ /npmlog/6.0.1:
3244
+ dependencies:
3245
+ are-we-there-yet: 3.0.0
3246
+ console-control-strings: 1.1.0
3247
+ gauge: 4.0.3
3248
+ set-blocking: 2.0.0
3023
3249
  dev: true
3024
3250
  engines:
3025
- node: '>=0.10.0'
3251
+ node: ^12.13.0 || ^14.15.0 || >=16
3026
3252
  resolution:
3027
- integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
3253
+ integrity: sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==
3028
3254
  /oauth-sign/0.9.0:
3029
3255
  dev: true
3030
3256
  resolution:
@@ -3045,7 +3271,7 @@ packages:
3045
3271
  dependencies:
3046
3272
  call-bind: 1.0.2
3047
3273
  define-properties: 1.1.3
3048
- has-symbols: 1.0.2
3274
+ has-symbols: 1.0.3
3049
3275
  object-keys: 1.1.1
3050
3276
  dev: true
3051
3277
  engines:
@@ -3074,22 +3300,22 @@ packages:
3074
3300
  node: '>=6'
3075
3301
  resolution:
3076
3302
  integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
3077
- /p-locate/3.0.0:
3303
+ /p-locate/4.1.0:
3078
3304
  dependencies:
3079
3305
  p-limit: 2.3.0
3080
3306
  dev: true
3081
3307
  engines:
3082
- node: '>=6'
3308
+ node: '>=8'
3083
3309
  resolution:
3084
- integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
3085
- /p-locate/4.1.0:
3310
+ integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
3311
+ /p-map/4.0.0:
3086
3312
  dependencies:
3087
- p-limit: 2.3.0
3313
+ aggregate-error: 3.1.0
3088
3314
  dev: true
3089
3315
  engines:
3090
- node: '>=8'
3316
+ node: '>=10'
3091
3317
  resolution:
3092
- integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
3318
+ integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
3093
3319
  /p-try/2.2.0:
3094
3320
  dev: true
3095
3321
  engines:
@@ -3133,12 +3359,6 @@ packages:
3133
3359
  dev: true
3134
3360
  resolution:
3135
3361
  integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==
3136
- /path-exists/3.0.0:
3137
- dev: true
3138
- engines:
3139
- node: '>=4'
3140
- resolution:
3141
- integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
3142
3362
  /path-exists/4.0.0:
3143
3363
  dev: true
3144
3364
  engines:
@@ -3189,12 +3409,12 @@ packages:
3189
3409
  node: '>=8'
3190
3410
  resolution:
3191
3411
  integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
3192
- /postcss-loader/6.2.1_webpack@5.68.0:
3412
+ /postcss-loader/6.2.1_webpack@5.70.0:
3193
3413
  dependencies:
3194
3414
  cosmiconfig: 7.0.1
3195
3415
  klona: 2.0.5
3196
3416
  semver: 7.3.5
3197
- webpack: 5.68.0_webpack-cli@4.9.2
3417
+ webpack: 5.70.0_webpack-cli@4.9.2
3198
3418
  dev: true
3199
3419
  engines:
3200
3420
  node: '>= 12.13.0'
@@ -3203,9 +3423,9 @@ packages:
3203
3423
  webpack: ^5.0.0
3204
3424
  resolution:
3205
3425
  integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==
3206
- /postcss-modules-extract-imports/3.0.0_postcss@8.4.6:
3426
+ /postcss-modules-extract-imports/3.0.0_postcss@8.4.8:
3207
3427
  dependencies:
3208
- postcss: 8.4.6
3428
+ postcss: 8.4.8
3209
3429
  dev: true
3210
3430
  engines:
3211
3431
  node: ^10 || ^12 || >= 14
@@ -3213,10 +3433,10 @@ packages:
3213
3433
  postcss: ^8.1.0
3214
3434
  resolution:
3215
3435
  integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
3216
- /postcss-modules-local-by-default/4.0.0_postcss@8.4.6:
3436
+ /postcss-modules-local-by-default/4.0.0_postcss@8.4.8:
3217
3437
  dependencies:
3218
- icss-utils: 5.1.0_postcss@8.4.6
3219
- postcss: 8.4.6
3438
+ icss-utils: 5.1.0_postcss@8.4.8
3439
+ postcss: 8.4.8
3220
3440
  postcss-selector-parser: 6.0.9
3221
3441
  postcss-value-parser: 4.2.0
3222
3442
  dev: true
@@ -3226,9 +3446,9 @@ packages:
3226
3446
  postcss: ^8.1.0
3227
3447
  resolution:
3228
3448
  integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
3229
- /postcss-modules-scope/3.0.0_postcss@8.4.6:
3449
+ /postcss-modules-scope/3.0.0_postcss@8.4.8:
3230
3450
  dependencies:
3231
- postcss: 8.4.6
3451
+ postcss: 8.4.8
3232
3452
  postcss-selector-parser: 6.0.9
3233
3453
  dev: true
3234
3454
  engines:
@@ -3237,10 +3457,10 @@ packages:
3237
3457
  postcss: ^8.1.0
3238
3458
  resolution:
3239
3459
  integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
3240
- /postcss-modules-values/4.0.0_postcss@8.4.6:
3460
+ /postcss-modules-values/4.0.0_postcss@8.4.8:
3241
3461
  dependencies:
3242
- icss-utils: 5.1.0_postcss@8.4.6
3243
- postcss: 8.4.6
3462
+ icss-utils: 5.1.0_postcss@8.4.8
3463
+ postcss: 8.4.8
3244
3464
  dev: true
3245
3465
  engines:
3246
3466
  node: ^10 || ^12 || >= 14
@@ -3261,20 +3481,33 @@ packages:
3261
3481
  dev: true
3262
3482
  resolution:
3263
3483
  integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
3264
- /postcss/8.4.6:
3484
+ /postcss/8.4.8:
3265
3485
  dependencies:
3266
- nanoid: 3.2.0
3486
+ nanoid: 3.3.1
3267
3487
  picocolors: 1.0.0
3268
3488
  source-map-js: 1.0.2
3269
3489
  dev: true
3270
3490
  engines:
3271
3491
  node: ^10 || ^12 || >=14
3272
3492
  resolution:
3273
- integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==
3493
+ integrity: sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==
3274
3494
  /process-nextick-args/2.0.1:
3275
3495
  dev: true
3276
3496
  resolution:
3277
3497
  integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
3498
+ /promise-inflight/1.0.1:
3499
+ dev: true
3500
+ resolution:
3501
+ integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=
3502
+ /promise-retry/2.0.1:
3503
+ dependencies:
3504
+ err-code: 2.0.3
3505
+ retry: 0.12.0
3506
+ dev: true
3507
+ engines:
3508
+ node: '>=10'
3509
+ resolution:
3510
+ integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==
3278
3511
  /psl/1.8.0:
3279
3512
  dev: true
3280
3513
  resolution:
@@ -3336,6 +3569,16 @@ packages:
3336
3569
  dev: true
3337
3570
  resolution:
3338
3571
  integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
3572
+ /readable-stream/3.6.0:
3573
+ dependencies:
3574
+ inherits: 2.0.4
3575
+ string_decoder: 1.1.1
3576
+ util-deprecate: 1.0.2
3577
+ dev: true
3578
+ engines:
3579
+ node: '>= 6'
3580
+ resolution:
3581
+ integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
3339
3582
  /rechoir/0.7.1:
3340
3583
  dependencies:
3341
3584
  resolve: 1.22.0
@@ -3371,7 +3614,7 @@ packages:
3371
3614
  integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
3372
3615
  /regenerator-transform/0.14.5:
3373
3616
  dependencies:
3374
- '@babel/runtime': 7.17.0
3617
+ '@babel/runtime': 7.17.2
3375
3618
  dev: true
3376
3619
  resolution:
3377
3620
  integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
@@ -3439,10 +3682,6 @@ packages:
3439
3682
  node: '>=0.10.0'
3440
3683
  resolution:
3441
3684
  integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
3442
- /require-main-filename/2.0.0:
3443
- dev: true
3444
- resolution:
3445
- integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
3446
3685
  /resolve-cwd/3.0.0:
3447
3686
  dependencies:
3448
3687
  resolve-from: 5.0.0
@@ -3472,6 +3711,12 @@ packages:
3472
3711
  hasBin: true
3473
3712
  resolution:
3474
3713
  integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
3714
+ /retry/0.12.0:
3715
+ dev: true
3716
+ engines:
3717
+ node: '>= 4'
3718
+ resolution:
3719
+ integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
3475
3720
  /rimraf/3.0.2:
3476
3721
  dependencies:
3477
3722
  glob: 7.2.0
@@ -3491,22 +3736,24 @@ packages:
3491
3736
  dev: true
3492
3737
  resolution:
3493
3738
  integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
3494
- /sass-graph/2.2.5:
3739
+ /sass-graph/4.0.0:
3495
3740
  dependencies:
3496
3741
  glob: 7.2.0
3497
3742
  lodash: 4.17.21
3498
- scss-tokenizer: 0.2.3
3499
- yargs: 13.3.2
3743
+ scss-tokenizer: 0.3.0
3744
+ yargs: 17.3.1
3500
3745
  dev: true
3746
+ engines:
3747
+ node: '>=12'
3501
3748
  hasBin: true
3502
3749
  resolution:
3503
- integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
3504
- /sass-loader/12.4.0_node-sass@6.0.1+webpack@5.68.0:
3750
+ integrity: sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ==
3751
+ /sass-loader/12.6.0_node-sass@7.0.1+webpack@5.70.0:
3505
3752
  dependencies:
3506
3753
  klona: 2.0.5
3507
3754
  neo-async: 2.6.2
3508
- node-sass: 6.0.1
3509
- webpack: 5.68.0_webpack-cli@4.9.2
3755
+ node-sass: 7.0.1
3756
+ webpack: 5.70.0_webpack-cli@4.9.2
3510
3757
  dev: true
3511
3758
  engines:
3512
3759
  node: '>= 12.13.0'
@@ -3514,6 +3761,7 @@ packages:
3514
3761
  fibers: '>= 3.1.0'
3515
3762
  node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
3516
3763
  sass: ^1.3.0
3764
+ sass-embedded: '*'
3517
3765
  webpack: ^5.0.0
3518
3766
  peerDependenciesMeta:
3519
3767
  fibers:
@@ -3522,8 +3770,10 @@ packages:
3522
3770
  optional: true
3523
3771
  sass:
3524
3772
  optional: true
3773
+ sass-embedded:
3774
+ optional: true
3525
3775
  resolution:
3526
- integrity: sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==
3776
+ integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
3527
3777
  /schema-utils/2.7.1:
3528
3778
  dependencies:
3529
3779
  '@types/json-schema': 7.0.9
@@ -3544,13 +3794,13 @@ packages:
3544
3794
  node: '>= 10.13.0'
3545
3795
  resolution:
3546
3796
  integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
3547
- /scss-tokenizer/0.2.3:
3797
+ /scss-tokenizer/0.3.0:
3548
3798
  dependencies:
3549
3799
  js-base64: 2.6.4
3550
- source-map: 0.4.4
3800
+ source-map: 0.7.3
3551
3801
  dev: true
3552
3802
  resolution:
3553
- integrity: sha1-jrBtualyMzOCTT9VMGQRSYR85dE=
3803
+ integrity: sha512-14Zl9GcbBvOT9057ZKjpz5yPOyUWG2ojd9D5io28wHRYsOrs7U95Q+KNL87+32p8rc+LvDpbu/i9ZYjM9Q+FsQ==
3554
3804
  /semver/5.7.1:
3555
3805
  dev: true
3556
3806
  hasBin: true
@@ -3607,18 +3857,45 @@ packages:
3607
3857
  node: '>=8'
3608
3858
  resolution:
3609
3859
  integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
3610
- /shiki/0.10.0:
3860
+ /shiki/0.10.1:
3611
3861
  dependencies:
3612
3862
  jsonc-parser: 3.0.0
3613
- vscode-oniguruma: 1.6.1
3863
+ vscode-oniguruma: 1.6.2
3614
3864
  vscode-textmate: 5.2.0
3615
3865
  dev: true
3616
3866
  resolution:
3617
- integrity: sha512-iczxaIYeBFHTFrQPb9DVy2SKgYxC4Wo7Iucm7C17cCh2Ge/refnvHscUOxM85u57MfLoNOtjoEFUWt9gBexblA==
3618
- /signal-exit/3.0.6:
3867
+ integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==
3868
+ /signal-exit/3.0.7:
3869
+ dev: true
3870
+ resolution:
3871
+ integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
3872
+ /smart-buffer/4.2.0:
3619
3873
  dev: true
3874
+ engines:
3875
+ node: '>= 6.0.0'
3876
+ npm: '>= 3.0.0'
3877
+ resolution:
3878
+ integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
3879
+ /socks-proxy-agent/6.1.1:
3880
+ dependencies:
3881
+ agent-base: 6.0.2
3882
+ debug: 4.3.3
3883
+ socks: 2.6.2
3884
+ dev: true
3885
+ engines:
3886
+ node: '>= 10'
3887
+ resolution:
3888
+ integrity: sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==
3889
+ /socks/2.6.2:
3890
+ dependencies:
3891
+ ip: 1.1.5
3892
+ smart-buffer: 4.2.0
3893
+ dev: true
3894
+ engines:
3895
+ node: '>= 10.13.0'
3896
+ npm: '>= 3.0.0'
3620
3897
  resolution:
3621
- integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
3898
+ integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==
3622
3899
  /source-map-js/1.0.2:
3623
3900
  dev: true
3624
3901
  engines:
@@ -3632,14 +3909,6 @@ packages:
3632
3909
  dev: true
3633
3910
  resolution:
3634
3911
  integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
3635
- /source-map/0.4.4:
3636
- dependencies:
3637
- amdefine: 1.0.1
3638
- dev: true
3639
- engines:
3640
- node: '>=0.8.0'
3641
- resolution:
3642
- integrity: sha1-66T12pwNyZneaAMti092FzZSA2s=
3643
3912
  /source-map/0.5.7:
3644
3913
  dev: true
3645
3914
  engines:
@@ -3658,10 +3927,6 @@ packages:
3658
3927
  node: '>= 8'
3659
3928
  resolution:
3660
3929
  integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
3661
- /sourcemap-codec/1.4.8:
3662
- dev: true
3663
- resolution:
3664
- integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
3665
3930
  /spdx-correct/3.1.1:
3666
3931
  dependencies:
3667
3932
  spdx-expression-parse: 3.0.1
@@ -3701,54 +3966,44 @@ packages:
3701
3966
  hasBin: true
3702
3967
  resolution:
3703
3968
  integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
3704
- /stdout-stream/1.4.1:
3969
+ /ssri/8.0.1:
3705
3970
  dependencies:
3706
- readable-stream: 2.3.7
3971
+ minipass: 3.1.6
3707
3972
  dev: true
3973
+ engines:
3974
+ node: '>= 8'
3708
3975
  resolution:
3709
- integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==
3710
- /string-width/1.0.2:
3976
+ integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
3977
+ /stdout-stream/1.4.1:
3711
3978
  dependencies:
3712
- code-point-at: 1.1.0
3713
- is-fullwidth-code-point: 1.0.0
3714
- strip-ansi: 3.0.1
3979
+ readable-stream: 2.3.7
3715
3980
  dev: true
3716
- engines:
3717
- node: '>=0.10.0'
3718
3981
  resolution:
3719
- integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
3720
- /string-width/3.1.0:
3982
+ integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==
3983
+ /string-width/4.2.3:
3721
3984
  dependencies:
3722
- emoji-regex: 7.0.3
3723
- is-fullwidth-code-point: 2.0.0
3724
- strip-ansi: 5.2.0
3985
+ emoji-regex: 8.0.0
3986
+ is-fullwidth-code-point: 3.0.0
3987
+ strip-ansi: 6.0.1
3725
3988
  dev: true
3726
3989
  engines:
3727
- node: '>=6'
3990
+ node: '>=8'
3728
3991
  resolution:
3729
- integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
3992
+ integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3730
3993
  /string_decoder/1.1.1:
3731
3994
  dependencies:
3732
3995
  safe-buffer: 5.1.2
3733
3996
  dev: true
3734
3997
  resolution:
3735
3998
  integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
3736
- /strip-ansi/3.0.1:
3999
+ /strip-ansi/6.0.1:
3737
4000
  dependencies:
3738
- ansi-regex: 2.1.1
4001
+ ansi-regex: 5.0.1
3739
4002
  dev: true
3740
4003
  engines:
3741
- node: '>=0.10.0'
3742
- resolution:
3743
- integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
3744
- /strip-ansi/5.2.0:
3745
- dependencies:
3746
- ansi-regex: 4.1.0
3747
- dev: true
3748
- engines:
3749
- node: '>=6'
4004
+ node: '>=8'
3750
4005
  resolution:
3751
- integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
4006
+ integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3752
4007
  /strip-final-newline/2.0.0:
3753
4008
  dev: true
3754
4009
  engines:
@@ -3763,9 +4018,9 @@ packages:
3763
4018
  node: '>=8'
3764
4019
  resolution:
3765
4020
  integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
3766
- /style-loader/3.3.1_webpack@5.68.0:
4021
+ /style-loader/3.3.1_webpack@5.70.0:
3767
4022
  dependencies:
3768
- webpack: 5.68.0_webpack-cli@4.9.2
4023
+ webpack: 5.70.0_webpack-cli@4.9.2
3769
4024
  dev: true
3770
4025
  engines:
3771
4026
  node: '>= 12.13.0'
@@ -3773,12 +4028,6 @@ packages:
3773
4028
  webpack: ^5.0.0
3774
4029
  resolution:
3775
4030
  integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==
3776
- /supports-color/2.0.0:
3777
- dev: true
3778
- engines:
3779
- node: '>=0.8.0'
3780
- resolution:
3781
- integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
3782
4031
  /supports-color/5.5.0:
3783
4032
  dependencies:
3784
4033
  has-flag: 3.0.0
@@ -3828,20 +4077,19 @@ packages:
3828
4077
  node: '>= 10'
3829
4078
  resolution:
3830
4079
  integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
3831
- /terser-webpack-plugin/5.3.1_acorn@8.7.0+webpack@5.68.0:
4080
+ /terser-webpack-plugin/5.3.1_webpack@5.70.0:
3832
4081
  dependencies:
3833
- jest-worker: 27.4.6
4082
+ jest-worker: 27.5.1
3834
4083
  schema-utils: 3.1.1
3835
4084
  serialize-javascript: 6.0.0
3836
4085
  source-map: 0.6.1
3837
- terser: 5.10.0_acorn@8.7.0
3838
- webpack: 5.68.0_webpack-cli@4.9.2
4086
+ terser: 5.12.0
4087
+ webpack: 5.70.0_webpack-cli@4.9.2
3839
4088
  dev: true
3840
4089
  engines:
3841
4090
  node: '>= 10.13.0'
3842
4091
  peerDependencies:
3843
4092
  '@swc/core': '*'
3844
- acorn: '*'
3845
4093
  esbuild: '*'
3846
4094
  uglify-js: '*'
3847
4095
  webpack: ^5.1.0
@@ -3865,7 +4113,7 @@ packages:
3865
4113
  hasBin: true
3866
4114
  resolution:
3867
4115
  integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
3868
- /terser/5.10.0_acorn@8.7.0:
4116
+ /terser/5.12.0:
3869
4117
  dependencies:
3870
4118
  acorn: 8.7.0
3871
4119
  commander: 2.20.3
@@ -3875,13 +4123,8 @@ packages:
3875
4123
  engines:
3876
4124
  node: '>=10'
3877
4125
  hasBin: true
3878
- peerDependencies:
3879
- acorn: ^8.5.0
3880
- peerDependenciesMeta:
3881
- acorn:
3882
- optional: true
3883
4126
  resolution:
3884
- integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==
4127
+ integrity: sha512-R3AUhNBGWiFc77HXag+1fXpAxTAFRQTJemlJKjAgD9r8xXTpjNKqIXwHM/o7Rh+O0kUJtS3WQVdBeMKFk5sw9A==
3885
4128
  /tippy.js/6.3.7:
3886
4129
  dependencies:
3887
4130
  '@popperjs/core': 2.11.2
@@ -3923,13 +4166,13 @@ packages:
3923
4166
  dev: true
3924
4167
  resolution:
3925
4168
  integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==
3926
- /ts-loader/9.2.6_webpack@5.68.0:
4169
+ /ts-loader/9.2.7_webpack@5.70.0:
3927
4170
  dependencies:
3928
4171
  chalk: 4.1.2
3929
- enhanced-resolve: 5.8.3
4172
+ enhanced-resolve: 5.9.2
3930
4173
  micromatch: 4.0.4
3931
4174
  semver: 7.3.5
3932
- webpack: 5.68.0_webpack-cli@4.9.2
4175
+ webpack: 5.70.0_webpack-cli@4.9.2
3933
4176
  dev: true
3934
4177
  engines:
3935
4178
  node: '>=12.0.0'
@@ -3937,7 +4180,7 @@ packages:
3937
4180
  typescript: '*'
3938
4181
  webpack: ^5.0.0
3939
4182
  resolution:
3940
- integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==
4183
+ integrity: sha512-Fxh44mKli9QezgbdCXkEJWxnedQ0ead7DXTH+lfXEPedu+Y9EtMJ2aQ9G3Dj1j7Q612E8931rww8NDZha4Tibg==
3941
4184
  /tslib/2.3.1:
3942
4185
  dev: true
3943
4186
  resolution:
@@ -3970,21 +4213,21 @@ packages:
3970
4213
  node: '>=8'
3971
4214
  resolution:
3972
4215
  integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
3973
- /typedoc/0.22.11:
4216
+ /typedoc/0.22.13:
3974
4217
  dependencies:
3975
4218
  glob: 7.2.0
3976
4219
  lunr: 2.3.9
3977
4220
  marked: 4.0.12
3978
- minimatch: 3.0.4
3979
- shiki: 0.10.0
4221
+ minimatch: 5.0.1
4222
+ shiki: 0.10.1
3980
4223
  dev: true
3981
4224
  engines:
3982
4225
  node: '>= 12.10.0'
3983
4226
  hasBin: true
3984
4227
  peerDependencies:
3985
- typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x
4228
+ typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x
3986
4229
  resolution:
3987
- integrity: sha512-pVr3hh6dkS3lPPaZz1fNpvcrqLdtEvXmXayN55czlamSgvEjh+57GUqfhAI1Xsuu/hNHUT1KNSx8LH2wBP/7SA==
4230
+ integrity: sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==
3988
4231
  /unicode-canonical-property-names-ecmascript/2.0.0:
3989
4232
  dev: true
3990
4233
  engines:
@@ -4012,6 +4255,18 @@ packages:
4012
4255
  node: '>=4'
4013
4256
  resolution:
4014
4257
  integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
4258
+ /unique-filename/1.1.1:
4259
+ dependencies:
4260
+ unique-slug: 2.0.2
4261
+ dev: true
4262
+ resolution:
4263
+ integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
4264
+ /unique-slug/2.0.2:
4265
+ dependencies:
4266
+ imurmurhash: 0.1.4
4267
+ dev: true
4268
+ resolution:
4269
+ integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
4015
4270
  /uri-js/4.4.1:
4016
4271
  dependencies:
4017
4272
  punycode: 2.1.1
@@ -4045,10 +4300,10 @@ packages:
4045
4300
  '0': node >=0.6.0
4046
4301
  resolution:
4047
4302
  integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
4048
- /vscode-oniguruma/1.6.1:
4303
+ /vscode-oniguruma/1.6.2:
4049
4304
  dev: true
4050
4305
  resolution:
4051
- integrity: sha512-vc4WhSIaVpgJ0jJIejjYxPvURJavX6QG41vu0mGhqywMkQqulezEqEQ3cO3gc8GvcOpX6ycmKGqRoROEMBNXTQ==
4306
+ integrity: sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==
4052
4307
  /vscode-textmate/5.2.0:
4053
4308
  dev: true
4054
4309
  resolution:
@@ -4062,10 +4317,10 @@ packages:
4062
4317
  node: '>=10.13.0'
4063
4318
  resolution:
4064
4319
  integrity: sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
4065
- /webpack-cli/4.9.2_webpack@5.68.0:
4320
+ /webpack-cli/4.9.2_webpack@5.70.0:
4066
4321
  dependencies:
4067
- '@discoveryjs/json-ext': 0.5.6
4068
- '@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.68.0
4322
+ '@discoveryjs/json-ext': 0.5.7
4323
+ '@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.70.0
4069
4324
  '@webpack-cli/info': 1.4.1_webpack-cli@4.9.2
4070
4325
  '@webpack-cli/serve': 1.6.1_webpack-cli@4.9.2
4071
4326
  colorette: 2.0.16
@@ -4075,7 +4330,7 @@ packages:
4075
4330
  import-local: 3.1.0
4076
4331
  interpret: 2.2.0
4077
4332
  rechoir: 0.7.1
4078
- webpack: 5.68.0_webpack-cli@4.9.2
4333
+ webpack: 5.70.0_webpack-cli@4.9.2
4079
4334
  webpack-merge: 5.8.0
4080
4335
  dev: true
4081
4336
  engines:
@@ -4113,18 +4368,18 @@ packages:
4113
4368
  node: '>=10.13.0'
4114
4369
  resolution:
4115
4370
  integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
4116
- /webpack/5.68.0_webpack-cli@4.9.2:
4371
+ /webpack/5.70.0_webpack-cli@4.9.2:
4117
4372
  dependencies:
4118
4373
  '@types/eslint-scope': 3.7.3
4119
- '@types/estree': 0.0.50
4374
+ '@types/estree': 0.0.51
4120
4375
  '@webassemblyjs/ast': 1.11.1
4121
4376
  '@webassemblyjs/wasm-edit': 1.11.1
4122
4377
  '@webassemblyjs/wasm-parser': 1.11.1
4123
4378
  acorn: 8.7.0
4124
4379
  acorn-import-assertions: 1.8.0_acorn@8.7.0
4125
- browserslist: 4.19.1
4380
+ browserslist: 4.20.0
4126
4381
  chrome-trace-event: 1.0.3
4127
- enhanced-resolve: 5.8.3
4382
+ enhanced-resolve: 5.9.2
4128
4383
  es-module-lexer: 0.9.3
4129
4384
  eslint-scope: 5.1.1
4130
4385
  events: 3.3.0
@@ -4136,9 +4391,9 @@ packages:
4136
4391
  neo-async: 2.6.2
4137
4392
  schema-utils: 3.1.1
4138
4393
  tapable: 2.2.1
4139
- terser-webpack-plugin: 5.3.1_acorn@8.7.0+webpack@5.68.0
4394
+ terser-webpack-plugin: 5.3.1_webpack@5.70.0
4140
4395
  watchpack: 2.3.1
4141
- webpack-cli: 4.9.2_webpack@5.68.0
4396
+ webpack-cli: 4.9.2_webpack@5.70.0
4142
4397
  webpack-sources: 3.2.3
4143
4398
  dev: true
4144
4399
  engines:
@@ -4150,11 +4405,7 @@ packages:
4150
4405
  webpack-cli:
4151
4406
  optional: true
4152
4407
  resolution:
4153
- integrity: sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==
4154
- /which-module/2.0.0:
4155
- dev: true
4156
- resolution:
4157
- integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
4408
+ integrity: sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==
4158
4409
  /which/2.0.2:
4159
4410
  dependencies:
4160
4411
  isexe: 2.0.0
@@ -4166,7 +4417,7 @@ packages:
4166
4417
  integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
4167
4418
  /wide-align/1.1.5:
4168
4419
  dependencies:
4169
- string-width: 1.0.2
4420
+ string-width: 4.2.3
4170
4421
  dev: true
4171
4422
  resolution:
4172
4423
  integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
@@ -4174,24 +4425,26 @@ packages:
4174
4425
  dev: true
4175
4426
  resolution:
4176
4427
  integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
4177
- /wrap-ansi/5.1.0:
4428
+ /wrap-ansi/7.0.0:
4178
4429
  dependencies:
4179
- ansi-styles: 3.2.1
4180
- string-width: 3.1.0
4181
- strip-ansi: 5.2.0
4430
+ ansi-styles: 4.3.0
4431
+ string-width: 4.2.3
4432
+ strip-ansi: 6.0.1
4182
4433
  dev: true
4183
4434
  engines:
4184
- node: '>=6'
4435
+ node: '>=10'
4185
4436
  resolution:
4186
- integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
4437
+ integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4187
4438
  /wrappy/1.0.2:
4188
4439
  dev: true
4189
4440
  resolution:
4190
4441
  integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
4191
- /y18n/4.0.3:
4442
+ /y18n/5.0.8:
4192
4443
  dev: true
4444
+ engines:
4445
+ node: '>=10'
4193
4446
  resolution:
4194
- integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
4447
+ integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
4195
4448
  /yallist/4.0.0:
4196
4449
  dev: true
4197
4450
  resolution:
@@ -4202,52 +4455,51 @@ packages:
4202
4455
  node: '>= 6'
4203
4456
  resolution:
4204
4457
  integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
4205
- /yargs-parser/13.1.2:
4206
- dependencies:
4207
- camelcase: 5.3.1
4208
- decamelize: 1.2.0
4209
- dev: true
4210
- resolution:
4211
- integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
4212
4458
  /yargs-parser/20.2.9:
4213
4459
  dev: true
4214
4460
  engines:
4215
4461
  node: '>=10'
4216
4462
  resolution:
4217
4463
  integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
4218
- /yargs/13.3.2:
4464
+ /yargs-parser/21.0.1:
4465
+ dev: true
4466
+ engines:
4467
+ node: '>=12'
4468
+ resolution:
4469
+ integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
4470
+ /yargs/17.3.1:
4219
4471
  dependencies:
4220
- cliui: 5.0.0
4221
- find-up: 3.0.0
4472
+ cliui: 7.0.4
4473
+ escalade: 3.1.1
4222
4474
  get-caller-file: 2.0.5
4223
4475
  require-directory: 2.1.1
4224
- require-main-filename: 2.0.0
4225
- set-blocking: 2.0.0
4226
- string-width: 3.1.0
4227
- which-module: 2.0.0
4228
- y18n: 4.0.3
4229
- yargs-parser: 13.1.2
4476
+ string-width: 4.2.3
4477
+ y18n: 5.0.8
4478
+ yargs-parser: 21.0.1
4230
4479
  dev: true
4480
+ engines:
4481
+ node: '>=12'
4231
4482
  resolution:
4232
- integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
4483
+ integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==
4233
4484
  specifiers:
4234
- '@babel/core': ^7.17.0
4485
+ '@babel/core': ^7.17.5
4235
4486
  '@babel/preset-env': ^7.16.11
4236
- '@types/node': ^16.11.22
4487
+ '@popperjs/core': ^2.11.2
4488
+ '@types/node': ^16.11.26
4237
4489
  autoprefixer: ^10.4.2
4238
4490
  babel-loader: ^8.2.3
4239
4491
  bootstrap: ^5.1.3
4240
- bootstrap-icons: ^1.8.0
4241
- core-js: ^3.21.0
4242
- css-loader: ^6.6.0
4492
+ bootstrap-icons: ^1.8.1
4493
+ core-js: ^3.21.1
4494
+ css-loader: ^6.7.1
4243
4495
  dts-bundle: ^0.7.3
4244
4496
  html-loader: ^2.1.2
4245
- node-sass: ^6.0.1
4497
+ node-sass: ^7.0.1
4246
4498
  postcss-loader: ^6.2.1
4247
- sass-loader: ^12.4.0
4499
+ sass-loader: ^12.6.0
4248
4500
  style-loader: ^3.3.1
4249
4501
  tippy.js: ^6.3.7
4250
- ts-loader: ^9.2.6
4251
- typedoc: ^0.22.11
4252
- webpack: ^5.68.0
4502
+ ts-loader: ^9.2.7
4503
+ typedoc: ^0.22.13
4504
+ webpack: ^5.70.0
4253
4505
  webpack-cli: ^4.9.2