aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-14 02:13:59 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-14 02:28:31 +0100
commita2a5e91e3c243ddb775c50a96912be455b77e3df (patch)
treef5f5efe86fb352980cf144cceb68d1a1101b274f
parentbuild: make sure slf4j is used instead of log4j (diff)
downloadrefinery-a2a5e91e3c243ddb775c50a96912be455b77e3df.tar.gz
refinery-a2a5e91e3c243ddb775c50a96912be455b77e3df.tar.zst
refinery-a2a5e91e3c243ddb775c50a96912be455b77e3df.zip
chore(frontend): bump frontend dependencies
-rw-r--r--gradle.properties2
-rw-r--r--package.json2
-rw-r--r--subprojects/frontend/package.json20
-rw-r--r--yarn.lock985
4 files changed, 511 insertions, 498 deletions
diff --git a/gradle.properties b/gradle.properties
index 8b74e39f..ed7726bb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
1frontend.nodeVersion=16.13.0 1frontend.nodeVersion=16.13.1
2frontend.yarnVersion=3.1.1 2frontend.yarnVersion=3.1.1
3frontend.yarn1Version=1.22.17 3frontend.yarn1Version=1.22.17
4group=tools.refinery 4group=tools.refinery
diff --git a/package.json b/package.json
index 1df63f5d..5402ca62 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
8 "devDependencies": { 8 "devDependencies": {
9 "eslint": "^8.4.1", 9 "eslint": "^8.4.1",
10 "stylelint": "^14.1.0", 10 "stylelint": "^14.1.0",
11 "typescript": "~4.5.3" 11 "typescript": "~4.5.4"
12 }, 12 },
13 "packageManager": "yarn@3.1.1" 13 "packageManager": "yarn@3.1.1"
14} 14}
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 14795885..1edd7f34 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -24,17 +24,17 @@
24 }, 24 },
25 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
26 "devDependencies": { 26 "devDependencies": {
27 "@babel/core": "^7.16.0", 27 "@babel/core": "^7.16.5",
28 "@babel/plugin-transform-runtime": "^7.16.4", 28 "@babel/plugin-transform-runtime": "^7.16.5",
29 "@babel/preset-env": "^7.16.4", 29 "@babel/preset-env": "^7.16.5",
30 "@babel/preset-react": "^7.16.0", 30 "@babel/preset-react": "^7.16.5",
31 "@babel/preset-typescript": "^7.16.0", 31 "@babel/preset-typescript": "^7.16.5",
32 "@lezer/generator": "^0.15.2", 32 "@lezer/generator": "^0.15.2",
33 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 33 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
34 "@types/react": "^17.0.37", 34 "@types/react": "^17.0.37",
35 "@types/react-dom": "^17.0.11", 35 "@types/react-dom": "^17.0.11",
36 "@typescript-eslint/eslint-plugin": "^5.6.0", 36 "@typescript-eslint/eslint-plugin": "^5.7.0",
37 "@typescript-eslint/parser": "^5.6.0", 37 "@typescript-eslint/parser": "^5.7.0",
38 "babel-loader": "^8.2.3", 38 "babel-loader": "^8.2.3",
39 "css-loader": "^6.5.1", 39 "css-loader": "^6.5.1",
40 "eslint": "^8.4.1", 40 "eslint": "^8.4.1",
@@ -56,14 +56,14 @@
56 "stylelint": "^14.1.0", 56 "stylelint": "^14.1.0",
57 "stylelint-config-recommended-scss": "^5.0.2", 57 "stylelint-config-recommended-scss": "^5.0.2",
58 "stylelint-scss": "^4.0.1", 58 "stylelint-scss": "^4.0.1",
59 "typescript": "~4.5.3", 59 "typescript": "~4.5.4",
60 "webpack": "^5.65.0", 60 "webpack": "^5.65.0",
61 "webpack-cli": "^4.9.1", 61 "webpack-cli": "^4.9.1",
62 "webpack-dev-server": "^4.6.0", 62 "webpack-dev-server": "^4.6.0",
63 "webpack-subresource-integrity": "^5.0.0" 63 "webpack-subresource-integrity": "^5.0.0"
64 }, 64 },
65 "dependencies": { 65 "dependencies": {
66 "@babel/runtime": "^7.16.3", 66 "@babel/runtime": "^7.16.5",
67 "@codemirror/autocomplete": "^0.19.9", 67 "@codemirror/autocomplete": "^0.19.9",
68 "@codemirror/closebrackets": "^0.19.0", 68 "@codemirror/closebrackets": "^0.19.0",
69 "@codemirror/commands": "^0.19.6", 69 "@codemirror/commands": "^0.19.6",
@@ -79,7 +79,7 @@
79 "@codemirror/rectangular-selection": "^0.19.1", 79 "@codemirror/rectangular-selection": "^0.19.1",
80 "@codemirror/search": "^0.19.4", 80 "@codemirror/search": "^0.19.4",
81 "@codemirror/state": "^0.19.6", 81 "@codemirror/state": "^0.19.6",
82 "@codemirror/view": "^0.19.29", 82 "@codemirror/view": "^0.19.31",
83 "@emotion/react": "^11.7.1", 83 "@emotion/react": "^11.7.1",
84 "@emotion/styled": "^11.6.0", 84 "@emotion/styled": "^11.6.0",
85 "@fontsource/jetbrains-mono": "^4.5.0", 85 "@fontsource/jetbrains-mono": "^4.5.0",
diff --git a/yarn.lock b/yarn.lock
index 2c5ff657..c63628dc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -21,18 +21,18 @@ __metadata:
21 languageName: node 21 languageName: node
22 linkType: hard 22 linkType: hard
23 23
24"@babel/core@npm:^7.16.0": 24"@babel/core@npm:^7.16.5":
25 version: 7.16.0 25 version: 7.16.5
26 resolution: "@babel/core@npm:7.16.0" 26 resolution: "@babel/core@npm:7.16.5"
27 dependencies: 27 dependencies:
28 "@babel/code-frame": ^7.16.0 28 "@babel/code-frame": ^7.16.0
29 "@babel/generator": ^7.16.0 29 "@babel/generator": ^7.16.5
30 "@babel/helper-compilation-targets": ^7.16.0 30 "@babel/helper-compilation-targets": ^7.16.3
31 "@babel/helper-module-transforms": ^7.16.0 31 "@babel/helper-module-transforms": ^7.16.5
32 "@babel/helpers": ^7.16.0 32 "@babel/helpers": ^7.16.5
33 "@babel/parser": ^7.16.0 33 "@babel/parser": ^7.16.5
34 "@babel/template": ^7.16.0 34 "@babel/template": ^7.16.0
35 "@babel/traverse": ^7.16.0 35 "@babel/traverse": ^7.16.5
36 "@babel/types": ^7.16.0 36 "@babel/types": ^7.16.0
37 convert-source-map: ^1.7.0 37 convert-source-map: ^1.7.0
38 debug: ^4.1.0 38 debug: ^4.1.0
@@ -40,18 +40,18 @@ __metadata:
40 json5: ^2.1.2 40 json5: ^2.1.2
41 semver: ^6.3.0 41 semver: ^6.3.0
42 source-map: ^0.5.0 42 source-map: ^0.5.0
43 checksum: a140f669daa90c774016a76b1f85641975333c1c219ae0a8e65d8b4c316836e918276e0dfd55613b14f8e578406a92393d4368a63bdd5d0708122976ee2ee8e3 43 checksum: e5b76c6be95ab56a441772173463a56f824b39eba5fd3efe4b9784863922a1cb8abde6331d894854ed563b5ffe4be76d52524ecd07963660bb146f49a3cb3556
44 languageName: node 44 languageName: node
45 linkType: hard 45 linkType: hard
46 46
47"@babel/generator@npm:^7.16.0": 47"@babel/generator@npm:^7.16.5":
48 version: 7.16.0 48 version: 7.16.5
49 resolution: "@babel/generator@npm:7.16.0" 49 resolution: "@babel/generator@npm:7.16.5"
50 dependencies: 50 dependencies:
51 "@babel/types": ^7.16.0 51 "@babel/types": ^7.16.0
52 jsesc: ^2.5.1 52 jsesc: ^2.5.1
53 source-map: ^0.5.0 53 source-map: ^0.5.0
54 checksum: 9ff53e0db72a225c8783c4a277698b4efcead750542ebb9cff31732ba62d092090715a772df10a323446924712f6928ad60c03db4e7051bed3a9701b552d51fb 54 checksum: 621fa2da21a5397a4739f03af1eda76140f0da9f962071640a479c0cf1859edc576aa8881b5771be9274238f048bf9024c94d826003659f64eee29c48f2fe470
55 languageName: node 55 languageName: node
56 linkType: hard 56 linkType: hard
57 57
@@ -64,17 +64,17 @@ __metadata:
64 languageName: node 64 languageName: node
65 linkType: hard 65 linkType: hard
66 66
67"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.16.0": 67"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.16.5":
68 version: 7.16.0 68 version: 7.16.5
69 resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.16.0" 69 resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.16.5"
70 dependencies: 70 dependencies:
71 "@babel/helper-explode-assignable-expression": ^7.16.0 71 "@babel/helper-explode-assignable-expression": ^7.16.0
72 "@babel/types": ^7.16.0 72 "@babel/types": ^7.16.0
73 checksum: 01beb9f3f2285b7b170cc167ec79b2fd657202cb25be9cb111951f94a04c97c5b446dd1498ede32f0052d67fc9f2f2ac2b7862351b364fe94f9b4de98488d863 73 checksum: c351f534205aba6eff063692bb410d8484d568947b94df3f6f86396a1bd009156692e448cbee747442df29c53ac2f444d7a324861579762833665f5de04c9c62
74 languageName: node 74 languageName: node
75 linkType: hard 75 linkType: hard
76 76
77"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.16.0, @babel/helper-compilation-targets@npm:^7.16.3": 77"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.16.3":
78 version: 7.16.3 78 version: 7.16.3
79 resolution: "@babel/helper-compilation-targets@npm:7.16.3" 79 resolution: "@babel/helper-compilation-targets@npm:7.16.3"
80 dependencies: 80 dependencies:
@@ -88,19 +88,20 @@ __metadata:
88 languageName: node 88 languageName: node
89 linkType: hard 89 linkType: hard
90 90
91"@babel/helper-create-class-features-plugin@npm:^7.16.0": 91"@babel/helper-create-class-features-plugin@npm:^7.16.0, @babel/helper-create-class-features-plugin@npm:^7.16.5":
92 version: 7.16.0 92 version: 7.16.5
93 resolution: "@babel/helper-create-class-features-plugin@npm:7.16.0" 93 resolution: "@babel/helper-create-class-features-plugin@npm:7.16.5"
94 dependencies: 94 dependencies:
95 "@babel/helper-annotate-as-pure": ^7.16.0 95 "@babel/helper-annotate-as-pure": ^7.16.0
96 "@babel/helper-environment-visitor": ^7.16.5
96 "@babel/helper-function-name": ^7.16.0 97 "@babel/helper-function-name": ^7.16.0
97 "@babel/helper-member-expression-to-functions": ^7.16.0 98 "@babel/helper-member-expression-to-functions": ^7.16.5
98 "@babel/helper-optimise-call-expression": ^7.16.0 99 "@babel/helper-optimise-call-expression": ^7.16.0
99 "@babel/helper-replace-supers": ^7.16.0 100 "@babel/helper-replace-supers": ^7.16.5
100 "@babel/helper-split-export-declaration": ^7.16.0 101 "@babel/helper-split-export-declaration": ^7.16.0
101 peerDependencies: 102 peerDependencies:
102 "@babel/core": ^7.0.0 103 "@babel/core": ^7.0.0
103 checksum: 0f7d1b8d413e5fbd719c95e22e3b59749b4c6c652f20e0fa1fa954112145a134c22709f1325574632d7262aeeeaaf4fc7c2eb8117e0d521e42b36d05c3e5a885 104 checksum: f558098f8297c1fb4d824bffd099f285af35bb6ca3080701e1da3f88b21ab9a94fd444603175ba186762eb2c2ef8197416faafeacd2a82aab1b7c4a233c765a8
104 languageName: node 105 languageName: node
105 linkType: hard 106 linkType: hard
106 107
@@ -134,6 +135,15 @@ __metadata:
134 languageName: node 135 languageName: node
135 linkType: hard 136 linkType: hard
136 137
138"@babel/helper-environment-visitor@npm:^7.16.5":
139 version: 7.16.5
140 resolution: "@babel/helper-environment-visitor@npm:7.16.5"
141 dependencies:
142 "@babel/types": ^7.16.0
143 checksum: f57da613f2fb9ca0b85cb4a9131cb688555e78ba8b0047ac0e73551b247eb71bf8fa075e6408064e8ab71ec230f24b4e06367efc9ccd1dcfcea0efe0086f02f3
144 languageName: node
145 linkType: hard
146
137"@babel/helper-explode-assignable-expression@npm:^7.16.0": 147"@babel/helper-explode-assignable-expression@npm:^7.16.0":
138 version: 7.16.0 148 version: 7.16.0
139 resolution: "@babel/helper-explode-assignable-expression@npm:7.16.0" 149 resolution: "@babel/helper-explode-assignable-expression@npm:7.16.0"
@@ -172,12 +182,12 @@ __metadata:
172 languageName: node 182 languageName: node
173 linkType: hard 183 linkType: hard
174 184
175"@babel/helper-member-expression-to-functions@npm:^7.16.0": 185"@babel/helper-member-expression-to-functions@npm:^7.16.5":
176 version: 7.16.0 186 version: 7.16.5
177 resolution: "@babel/helper-member-expression-to-functions@npm:7.16.0" 187 resolution: "@babel/helper-member-expression-to-functions@npm:7.16.5"
178 dependencies: 188 dependencies:
179 "@babel/types": ^7.16.0 189 "@babel/types": ^7.16.0
180 checksum: 58ef8e3a4af0c1dc43a2011f43f25502877ac1c5aa9a4a6586f0265ab857b65831f60560044bc9380df43c91ac21cad39a84095b91764b433d1acf18d27e38d6 190 checksum: 54d061e0f77fc7b4c338aca4c53104f5074126c23a702e6320dac39c4f99ee7ea07962824256b6b18f1202ea3c23d4e388b23a846df65550896398f65675d397
181 languageName: node 191 languageName: node
182 linkType: hard 192 linkType: hard
183 193
@@ -190,19 +200,19 @@ __metadata:
190 languageName: node 200 languageName: node
191 linkType: hard 201 linkType: hard
192 202
193"@babel/helper-module-transforms@npm:^7.16.0": 203"@babel/helper-module-transforms@npm:^7.16.5":
194 version: 7.16.0 204 version: 7.16.5
195 resolution: "@babel/helper-module-transforms@npm:7.16.0" 205 resolution: "@babel/helper-module-transforms@npm:7.16.5"
196 dependencies: 206 dependencies:
207 "@babel/helper-environment-visitor": ^7.16.5
197 "@babel/helper-module-imports": ^7.16.0 208 "@babel/helper-module-imports": ^7.16.0
198 "@babel/helper-replace-supers": ^7.16.0
199 "@babel/helper-simple-access": ^7.16.0 209 "@babel/helper-simple-access": ^7.16.0
200 "@babel/helper-split-export-declaration": ^7.16.0 210 "@babel/helper-split-export-declaration": ^7.16.0
201 "@babel/helper-validator-identifier": ^7.15.7 211 "@babel/helper-validator-identifier": ^7.15.7
202 "@babel/template": ^7.16.0 212 "@babel/template": ^7.16.0
203 "@babel/traverse": ^7.16.0 213 "@babel/traverse": ^7.16.5
204 "@babel/types": ^7.16.0 214 "@babel/types": ^7.16.0
205 checksum: a3d0e5556f26ebdf2ae422af3b9a1ba1848fead891f46bcd1c6a4be88ad8e9f348140f81d1843a3481574be1643a9c79b01469231f5b5801f5d5e691efdd11f3 215 checksum: 0463e7198e5540cbb90981f769c89ec302001b211c33df1a6790a1eaee678ec418cee40ef3cf0fe159d40787214fbba129582f6b07e79244dc8cbcd5e791dd18
206 languageName: node 216 languageName: node
207 linkType: hard 217 linkType: hard
208 218
@@ -215,33 +225,34 @@ __metadata:
215 languageName: node 225 languageName: node
216 linkType: hard 226 linkType: hard
217 227
218"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": 228"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.16.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
219 version: 7.14.5 229 version: 7.16.5
220 resolution: "@babel/helper-plugin-utils@npm:7.14.5" 230 resolution: "@babel/helper-plugin-utils@npm:7.16.5"
221 checksum: fe20e90a24d02770a60ebe80ab9f0dfd7258503cea8006c71709ac9af1aa3e47b0de569499673f11ea6c99597f8c0e4880ae1d505986e61101b69716820972fe 231 checksum: 3ff605f879a9ed287952b538a8334bb16e6cf7cf441f205713b1cf8043b047a965773b66e50575018504f349e16368acfe4702a2f376e16263733e2c7c6c3e39
222 languageName: node 232 languageName: node
223 linkType: hard 233 linkType: hard
224 234
225"@babel/helper-remap-async-to-generator@npm:^7.16.0, @babel/helper-remap-async-to-generator@npm:^7.16.4": 235"@babel/helper-remap-async-to-generator@npm:^7.16.5":
226 version: 7.16.4 236 version: 7.16.5
227 resolution: "@babel/helper-remap-async-to-generator@npm:7.16.4" 237 resolution: "@babel/helper-remap-async-to-generator@npm:7.16.5"
228 dependencies: 238 dependencies:
229 "@babel/helper-annotate-as-pure": ^7.16.0 239 "@babel/helper-annotate-as-pure": ^7.16.0
230 "@babel/helper-wrap-function": ^7.16.0 240 "@babel/helper-wrap-function": ^7.16.5
231 "@babel/types": ^7.16.0 241 "@babel/types": ^7.16.0
232 checksum: debe997695fe2c11813e88b2fa4afc89d4543f72457dda00c7296a728cd5eeb81d4ef8607a5fef7823da410a8579407c631a430e5bfc78290172ff6fc430355c 242 checksum: 85195707465fc9fe87b1ce67490c7e7a58ea980444f8a34d156a0e09bf3148a66b245b1425e4f4fa13d3a6eb09395943cae52df57bc4296d7eb6d3bc3cb0c3ff
233 languageName: node 243 languageName: node
234 linkType: hard 244 linkType: hard
235 245
236"@babel/helper-replace-supers@npm:^7.16.0": 246"@babel/helper-replace-supers@npm:^7.16.5":
237 version: 7.16.0 247 version: 7.16.5
238 resolution: "@babel/helper-replace-supers@npm:7.16.0" 248 resolution: "@babel/helper-replace-supers@npm:7.16.5"
239 dependencies: 249 dependencies:
240 "@babel/helper-member-expression-to-functions": ^7.16.0 250 "@babel/helper-environment-visitor": ^7.16.5
251 "@babel/helper-member-expression-to-functions": ^7.16.5
241 "@babel/helper-optimise-call-expression": ^7.16.0 252 "@babel/helper-optimise-call-expression": ^7.16.0
242 "@babel/traverse": ^7.16.0 253 "@babel/traverse": ^7.16.5
243 "@babel/types": ^7.16.0 254 "@babel/types": ^7.16.0
244 checksum: 61f04bbe05ff0987d5a8d5253cb101d47004a27951d6c5cd95457e30fcb3adaca85f0bcaa7f31f4d934f22386b935ac7281398c68982d4a4768769d95c028460 255 checksum: 7eb2cba87a6c4d9c7a8d0951b70eb19007e37bfbba61e1087f847fb263b21e13cc659d6ce29c0ccd00f9870e26131c1e09a0f01afcd10f6cb792dc9d8db147bc
245 languageName: node 256 languageName: node
246 linkType: hard 257 linkType: hard
247 258
@@ -286,26 +297,26 @@ __metadata:
286 languageName: node 297 languageName: node
287 linkType: hard 298 linkType: hard
288 299
289"@babel/helper-wrap-function@npm:^7.16.0": 300"@babel/helper-wrap-function@npm:^7.16.5":
290 version: 7.16.0 301 version: 7.16.5
291 resolution: "@babel/helper-wrap-function@npm:7.16.0" 302 resolution: "@babel/helper-wrap-function@npm:7.16.5"
292 dependencies: 303 dependencies:
293 "@babel/helper-function-name": ^7.16.0 304 "@babel/helper-function-name": ^7.16.0
294 "@babel/template": ^7.16.0 305 "@babel/template": ^7.16.0
295 "@babel/traverse": ^7.16.0 306 "@babel/traverse": ^7.16.5
296 "@babel/types": ^7.16.0 307 "@babel/types": ^7.16.0
297 checksum: 2bb4e05f49cf217cc5890581284a051245ba0ddaccbe3ddd662010d7a6969f52d2027e310d26db2e030273c5fe9341448c7845fcb4795ad8eb56bdeabec148b8 308 checksum: fd53491bb27b9939604f1a1d2b7ef64aff582257e77991406b42ef1656e0e3bd8368e63413af3115fb0308ed5919c8d06f39deea430eaeef36b3802416cd4aa7
298 languageName: node 309 languageName: node
299 linkType: hard 310 linkType: hard
300 311
301"@babel/helpers@npm:^7.16.0": 312"@babel/helpers@npm:^7.16.5":
302 version: 7.16.3 313 version: 7.16.5
303 resolution: "@babel/helpers@npm:7.16.3" 314 resolution: "@babel/helpers@npm:7.16.5"
304 dependencies: 315 dependencies:
305 "@babel/template": ^7.16.0 316 "@babel/template": ^7.16.0
306 "@babel/traverse": ^7.16.3 317 "@babel/traverse": ^7.16.5
307 "@babel/types": ^7.16.0 318 "@babel/types": ^7.16.0
308 checksum: b725b1aab734e9e1407247ee499880583855843fa2855377a2c26277bd9fbd7080219109189bc69b18d71cc30759666bfe66d534729b41452097866d1f5a66ef 319 checksum: 960d938a4359b7f9ff7b753e33b6f600e269aec0ef6030c8026ac37525103da8cde5f1c04ce7de1ad6fc37707aa6178eae938d6fc82544aa25c9fd602c62e0a8
309 languageName: node 320 languageName: node
310 linkType: hard 321 linkType: hard
311 322
@@ -320,12 +331,12 @@ __metadata:
320 languageName: node 331 languageName: node
321 linkType: hard 332 linkType: hard
322 333
323"@babel/parser@npm:^7.16.0, @babel/parser@npm:^7.16.3": 334"@babel/parser@npm:^7.16.0, @babel/parser@npm:^7.16.5":
324 version: 7.16.4 335 version: 7.16.5
325 resolution: "@babel/parser@npm:7.16.4" 336 resolution: "@babel/parser@npm:7.16.5"
326 bin: 337 bin:
327 parser: ./bin/babel-parser.js 338 parser: ./bin/babel-parser.js
328 checksum: ce0a8f92f440f2a12bc932f070a7b60c5133bf8a63f461841f9e39af0194f573707959d606c6fad1a2fd496a45148553afd9b74d3b8dd36cdb7861598d1f3e36 339 checksum: 107230485fafbf215cec86ea8ae6a7e5f7f9d6ac0e63019008560f536511e7830fb2fece3052bd99a6d9e19f78fca332522beba2fde9453fffdafa37fa59baef
329 languageName: node 340 languageName: node
330 linkType: hard 341 linkType: hard
331 342
@@ -353,191 +364,191 @@ __metadata:
353 languageName: node 364 languageName: node
354 linkType: hard 365 linkType: hard
355 366
356"@babel/plugin-proposal-async-generator-functions@npm:^7.16.4": 367"@babel/plugin-proposal-async-generator-functions@npm:^7.16.5":
357 version: 7.16.4 368 version: 7.16.5
358 resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.16.4" 369 resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.16.5"
359 dependencies: 370 dependencies:
360 "@babel/helper-plugin-utils": ^7.14.5 371 "@babel/helper-plugin-utils": ^7.16.5
361 "@babel/helper-remap-async-to-generator": ^7.16.4 372 "@babel/helper-remap-async-to-generator": ^7.16.5
362 "@babel/plugin-syntax-async-generators": ^7.8.4 373 "@babel/plugin-syntax-async-generators": ^7.8.4
363 peerDependencies: 374 peerDependencies:
364 "@babel/core": ^7.0.0-0 375 "@babel/core": ^7.0.0-0
365 checksum: dcd5a76ee12eacee93440e021a7e4a8e53b5d13d26c8fd7d412fc83341a1633a949bef1ef94301ae753164d39d303cb01b59234e6b48205377ca1d041f670ba5 376 checksum: b57649dd33174a13b8e379b70dc6f2c2cc42d8d97befbc8c3eeed211f9060479d4f48ae096826fcd0b247497c18efb97672760b3b4c04fa1ae086fbb15c1fe7e
366 languageName: node 377 languageName: node
367 linkType: hard 378 linkType: hard
368 379
369"@babel/plugin-proposal-class-properties@npm:^7.16.0": 380"@babel/plugin-proposal-class-properties@npm:^7.16.5":
370 version: 7.16.0 381 version: 7.16.5
371 resolution: "@babel/plugin-proposal-class-properties@npm:7.16.0" 382 resolution: "@babel/plugin-proposal-class-properties@npm:7.16.5"
372 dependencies: 383 dependencies:
373 "@babel/helper-create-class-features-plugin": ^7.16.0 384 "@babel/helper-create-class-features-plugin": ^7.16.5
374 "@babel/helper-plugin-utils": ^7.14.5 385 "@babel/helper-plugin-utils": ^7.16.5
375 peerDependencies: 386 peerDependencies:
376 "@babel/core": ^7.0.0-0 387 "@babel/core": ^7.0.0-0
377 checksum: b1665ced553e5cdb95eec2fda321cb226c5f255edd1a94b226b9d81e97e026472184b6898af26f2bb9ee64101fad1afe215b6fc469d3103dec78c55e732e49aa 388 checksum: 2a58b1a43e2625f1345c45f3cc8a4976d80f67c00a95933c692512d9d3b18cd1323ab3676a3562f4afa70be93dccacb5276da1cf209f5ebc8b46bf63aba36d27
378 languageName: node 389 languageName: node
379 linkType: hard 390 linkType: hard
380 391
381"@babel/plugin-proposal-class-static-block@npm:^7.16.0": 392"@babel/plugin-proposal-class-static-block@npm:^7.16.5":
382 version: 7.16.0 393 version: 7.16.5
383 resolution: "@babel/plugin-proposal-class-static-block@npm:7.16.0" 394 resolution: "@babel/plugin-proposal-class-static-block@npm:7.16.5"
384 dependencies: 395 dependencies:
385 "@babel/helper-create-class-features-plugin": ^7.16.0 396 "@babel/helper-create-class-features-plugin": ^7.16.5
386 "@babel/helper-plugin-utils": ^7.14.5 397 "@babel/helper-plugin-utils": ^7.16.5
387 "@babel/plugin-syntax-class-static-block": ^7.14.5 398 "@babel/plugin-syntax-class-static-block": ^7.14.5
388 peerDependencies: 399 peerDependencies:
389 "@babel/core": ^7.12.0 400 "@babel/core": ^7.12.0
390 checksum: 59c4bb3d6ad4828e7773fe1c63730c68bf646c3a8d042b9ed4062fd98a26c1656b7ee108c5f144fd8b24ff567baf3b2efa644be29c6c8bcfe60e09e485e22116 401 checksum: 461dbd90c232ecd11d5b6fc67c7c50285a4762eec27463928e871918660c28b3f5558aa675cdfd52ccfaadeb3feda1c8f2e539fca60225dd21b6bca003442f3a
391 languageName: node 402 languageName: node
392 linkType: hard 403 linkType: hard
393 404
394"@babel/plugin-proposal-dynamic-import@npm:^7.16.0": 405"@babel/plugin-proposal-dynamic-import@npm:^7.16.5":
395 version: 7.16.0 406 version: 7.16.5
396 resolution: "@babel/plugin-proposal-dynamic-import@npm:7.16.0" 407 resolution: "@babel/plugin-proposal-dynamic-import@npm:7.16.5"
397 dependencies: 408 dependencies:
398 "@babel/helper-plugin-utils": ^7.14.5 409 "@babel/helper-plugin-utils": ^7.16.5
399 "@babel/plugin-syntax-dynamic-import": ^7.8.3 410 "@babel/plugin-syntax-dynamic-import": ^7.8.3
400 peerDependencies: 411 peerDependencies:
401 "@babel/core": ^7.0.0-0 412 "@babel/core": ^7.0.0-0
402 checksum: 4027da640443d8fd4a20637d1dd67cce1c13207b8c19fa77796a08b9eec9881b95322c1a5c489128adf3a12e9bbc02b31de9ddd536c909d072577a74a2a70b67 413 checksum: e08d1e2dac8c44c094e50e38d9fe7b0008f0a2ff3a9ccff7beb6f15c53b06edbadd6bfc2aa6ab5923bb480608bbc85a2126602cf2abe358d7302c89d2372e143
403 languageName: node 414 languageName: node
404 linkType: hard 415 linkType: hard
405 416
406"@babel/plugin-proposal-export-namespace-from@npm:^7.16.0": 417"@babel/plugin-proposal-export-namespace-from@npm:^7.16.5":
407 version: 7.16.0 418 version: 7.16.5
408 resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.16.0" 419 resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.16.5"
409 dependencies: 420 dependencies:
410 "@babel/helper-plugin-utils": ^7.14.5 421 "@babel/helper-plugin-utils": ^7.16.5
411 "@babel/plugin-syntax-export-namespace-from": ^7.8.3 422 "@babel/plugin-syntax-export-namespace-from": ^7.8.3
412 peerDependencies: 423 peerDependencies:
413 "@babel/core": ^7.0.0-0 424 "@babel/core": ^7.0.0-0
414 checksum: 0bdc166ac44d9a0579e6d14d07ed1364932b4b7852626f4ba0c0011464097ed23bec43a3e93793d888c2854918ce9937ac251a945abbe0d283eaa1df206e0b05 425 checksum: 9f52177482b4ef8858b8c6386e2d136384796bbcc24ac84622943b84579371168ce9cbb4cc438e1120d6c4d8789ca5b43a5fd05c694bddccad5c553a2afc7883
415 languageName: node 426 languageName: node
416 linkType: hard 427 linkType: hard
417 428
418"@babel/plugin-proposal-json-strings@npm:^7.16.0": 429"@babel/plugin-proposal-json-strings@npm:^7.16.5":
419 version: 7.16.0 430 version: 7.16.5
420 resolution: "@babel/plugin-proposal-json-strings@npm:7.16.0" 431 resolution: "@babel/plugin-proposal-json-strings@npm:7.16.5"
421 dependencies: 432 dependencies:
422 "@babel/helper-plugin-utils": ^7.14.5 433 "@babel/helper-plugin-utils": ^7.16.5
423 "@babel/plugin-syntax-json-strings": ^7.8.3 434 "@babel/plugin-syntax-json-strings": ^7.8.3
424 peerDependencies: 435 peerDependencies:
425 "@babel/core": ^7.0.0-0 436 "@babel/core": ^7.0.0-0
426 checksum: fa93be8eff22ced96a68c9db8c0e930414a4ffb44cf68b473717309c06a4feee2bac6e41415a699c829f29928653d67b4b7d29a45861784d235264d829055a1e 437 checksum: 31c8d80d597c3072d204a8cb9323127ecdf9bf17c286755325de836692985dc5579a53642f3db1dd22ad0d8c20d802a21488d84f73ffe825eb1e2f1ddd4555dc
427 languageName: node 438 languageName: node
428 linkType: hard 439 linkType: hard
429 440
430"@babel/plugin-proposal-logical-assignment-operators@npm:^7.16.0": 441"@babel/plugin-proposal-logical-assignment-operators@npm:^7.16.5":
431 version: 7.16.0 442 version: 7.16.5
432 resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.16.0" 443 resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.16.5"
433 dependencies: 444 dependencies:
434 "@babel/helper-plugin-utils": ^7.14.5 445 "@babel/helper-plugin-utils": ^7.16.5
435 "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 446 "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4
436 peerDependencies: 447 peerDependencies:
437 "@babel/core": ^7.0.0-0 448 "@babel/core": ^7.0.0-0
438 checksum: 7e6cd10248803f0c5801805ef1a357314940c3204c3d2f00994711f272c21276f181d0e83ada5bce6185ae2c97c4417e778331505ffc2e71a2b9c4425a5dcc6d 449 checksum: 453f8b89c77c423ca710394c4409a337e5ecc4ac58ecb32fe5392dcd0db122d86b3eeec0578e1ae4ddf09515d0201e511021b7c1c7f4c6a27c5e91afe4ed0c5c
439 languageName: node 450 languageName: node
440 linkType: hard 451 linkType: hard
441 452
442"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.16.0": 453"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.16.5":
443 version: 7.16.0 454 version: 7.16.5
444 resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.16.0" 455 resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.16.5"
445 dependencies: 456 dependencies:
446 "@babel/helper-plugin-utils": ^7.14.5 457 "@babel/helper-plugin-utils": ^7.16.5
447 "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 458 "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3
448 peerDependencies: 459 peerDependencies:
449 "@babel/core": ^7.0.0-0 460 "@babel/core": ^7.0.0-0
450 checksum: e50f94929970cdc5c6ee22ec4c95c46ae25cdd8c391baf601f7f3d3a3cec417efc663a3fafa9ae5bca82a6815d49687b07cab9857f5a10e9ea862438ecb81e4a 461 checksum: 035a5a8f4d892ead797ce5c39b59c5fd91ef14f20cc9bfeafbbe7179ef05bd6ae311b73a5f36472cc278e3d282a1d025b0326ff7cf0bbfb63173cae469ff823b
451 languageName: node 462 languageName: node
452 linkType: hard 463 linkType: hard
453 464
454"@babel/plugin-proposal-numeric-separator@npm:^7.16.0": 465"@babel/plugin-proposal-numeric-separator@npm:^7.16.5":
455 version: 7.16.0 466 version: 7.16.5
456 resolution: "@babel/plugin-proposal-numeric-separator@npm:7.16.0" 467 resolution: "@babel/plugin-proposal-numeric-separator@npm:7.16.5"
457 dependencies: 468 dependencies:
458 "@babel/helper-plugin-utils": ^7.14.5 469 "@babel/helper-plugin-utils": ^7.16.5
459 "@babel/plugin-syntax-numeric-separator": ^7.10.4 470 "@babel/plugin-syntax-numeric-separator": ^7.10.4
460 peerDependencies: 471 peerDependencies:
461 "@babel/core": ^7.0.0-0 472 "@babel/core": ^7.0.0-0
462 checksum: eb7895a4f38263df644a0ded7042991190f23bdec4b53f3e2c8b40b82d2dbc537a6ca9afbfd490d1aa5dd33244e7a51bf1ae0c4c6890d9978bc1adc325b7e795 473 checksum: 38dfbca1a3b8dfdb8a90d8f4b6767dcbca4987de9a748416c980ca243dcaac460f044999644118be277f80d4b08161c6df8b2835c7134efde3601f949b75e3ef
463 languageName: node 474 languageName: node
464 linkType: hard 475 linkType: hard
465 476
466"@babel/plugin-proposal-object-rest-spread@npm:^7.16.0": 477"@babel/plugin-proposal-object-rest-spread@npm:^7.16.5":
467 version: 7.16.0 478 version: 7.16.5
468 resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.16.0" 479 resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.16.5"
469 dependencies: 480 dependencies:
470 "@babel/compat-data": ^7.16.0 481 "@babel/compat-data": ^7.16.4
471 "@babel/helper-compilation-targets": ^7.16.0 482 "@babel/helper-compilation-targets": ^7.16.3
472 "@babel/helper-plugin-utils": ^7.14.5 483 "@babel/helper-plugin-utils": ^7.16.5
473 "@babel/plugin-syntax-object-rest-spread": ^7.8.3 484 "@babel/plugin-syntax-object-rest-spread": ^7.8.3
474 "@babel/plugin-transform-parameters": ^7.16.0 485 "@babel/plugin-transform-parameters": ^7.16.5
475 peerDependencies: 486 peerDependencies:
476 "@babel/core": ^7.0.0-0 487 "@babel/core": ^7.0.0-0
477 checksum: c7716ba50e65aae613e553dd568d3f4b4c42fa8d9f1c3aca6cc227670fc792b600cd5a5c710451490f3d7d5916e77607cba45033e199534ca71feed451f63820 488 checksum: 8632cf389ce153c31f57d4bb8b69314ba93732bb469b6b5923ba53ee48e4d506bbba614c4d0748e21790e0780612d60c2f6db7477ef98f6757b35eb7a03508da
478 languageName: node 489 languageName: node
479 linkType: hard 490 linkType: hard
480 491
481"@babel/plugin-proposal-optional-catch-binding@npm:^7.16.0": 492"@babel/plugin-proposal-optional-catch-binding@npm:^7.16.5":
482 version: 7.16.0 493 version: 7.16.5
483 resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.16.0" 494 resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.16.5"
484 dependencies: 495 dependencies:
485 "@babel/helper-plugin-utils": ^7.14.5 496 "@babel/helper-plugin-utils": ^7.16.5
486 "@babel/plugin-syntax-optional-catch-binding": ^7.8.3 497 "@babel/plugin-syntax-optional-catch-binding": ^7.8.3
487 peerDependencies: 498 peerDependencies:
488 "@babel/core": ^7.0.0-0 499 "@babel/core": ^7.0.0-0
489 checksum: 5003a1d48fb6bac1661b481681baf7941de518f1f773d9745e65a650e750b715cb69181a4b723e28f4e43b94143b7b0fe5d12ff1ceceda9731f073cd6bf4e195 500 checksum: 38a2c0c677eedd198617e156aa29f6adbd17f9b5cf9f9a79fe5950d68a0ea8e99225965e20f65ca03502a513cd09f28083875a924cc0dd0e6fb3cb0ec2a22317
490 languageName: node 501 languageName: node
491 linkType: hard 502 linkType: hard
492 503
493"@babel/plugin-proposal-optional-chaining@npm:^7.16.0": 504"@babel/plugin-proposal-optional-chaining@npm:^7.16.0, @babel/plugin-proposal-optional-chaining@npm:^7.16.5":
494 version: 7.16.0 505 version: 7.16.5
495 resolution: "@babel/plugin-proposal-optional-chaining@npm:7.16.0" 506 resolution: "@babel/plugin-proposal-optional-chaining@npm:7.16.5"
496 dependencies: 507 dependencies:
497 "@babel/helper-plugin-utils": ^7.14.5 508 "@babel/helper-plugin-utils": ^7.16.5
498 "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0 509 "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0
499 "@babel/plugin-syntax-optional-chaining": ^7.8.3 510 "@babel/plugin-syntax-optional-chaining": ^7.8.3
500 peerDependencies: 511 peerDependencies:
501 "@babel/core": ^7.0.0-0 512 "@babel/core": ^7.0.0-0
502 checksum: 8301e0829220327c8b969b711c5c4ee5aef88b391e5fb7838381bd18c0fd0cf360d3a307ad5c6113414470ae920504dc2c41983af0ddf3762f5c88957e0c3a94 513 checksum: 4eaf5d4bd1438e1aece5d50fe6ef3b67277161103010eb4b2d45124ab6354fe1083752cf3e9422d72afd439e2a42b61ebdb4e2a10b2d10fcaf9696ee691003e4
503 languageName: node 514 languageName: node
504 linkType: hard 515 linkType: hard
505 516
506"@babel/plugin-proposal-private-methods@npm:^7.16.0": 517"@babel/plugin-proposal-private-methods@npm:^7.16.5":
507 version: 7.16.0 518 version: 7.16.5
508 resolution: "@babel/plugin-proposal-private-methods@npm:7.16.0" 519 resolution: "@babel/plugin-proposal-private-methods@npm:7.16.5"
509 dependencies: 520 dependencies:
510 "@babel/helper-create-class-features-plugin": ^7.16.0 521 "@babel/helper-create-class-features-plugin": ^7.16.5
511 "@babel/helper-plugin-utils": ^7.14.5 522 "@babel/helper-plugin-utils": ^7.16.5
512 peerDependencies: 523 peerDependencies:
513 "@babel/core": ^7.0.0-0 524 "@babel/core": ^7.0.0-0
514 checksum: 6f648f54ea1219262b7a05f86f94de7cb466dc81ffd86e4f37ba536037762457ef13408083eb4325d44d2a5aae27c097756efe1067f5c1fbddb8078b923580f5 525 checksum: 93326582f848f3a0771803b3e835b2c981560f23a417ec1e0c2180b6cc5294ed7a8dfdef35939ede8c9a96e2b5f34dce9e5cc8d3f848d66f1f3a25f7b7b0240f
515 languageName: node 526 languageName: node
516 linkType: hard 527 linkType: hard
517 528
518"@babel/plugin-proposal-private-property-in-object@npm:^7.16.0": 529"@babel/plugin-proposal-private-property-in-object@npm:^7.16.5":
519 version: 7.16.0 530 version: 7.16.5
520 resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.16.0" 531 resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.16.5"
521 dependencies: 532 dependencies:
522 "@babel/helper-annotate-as-pure": ^7.16.0 533 "@babel/helper-annotate-as-pure": ^7.16.0
523 "@babel/helper-create-class-features-plugin": ^7.16.0 534 "@babel/helper-create-class-features-plugin": ^7.16.5
524 "@babel/helper-plugin-utils": ^7.14.5 535 "@babel/helper-plugin-utils": ^7.16.5
525 "@babel/plugin-syntax-private-property-in-object": ^7.14.5 536 "@babel/plugin-syntax-private-property-in-object": ^7.14.5
526 peerDependencies: 537 peerDependencies:
527 "@babel/core": ^7.0.0-0 538 "@babel/core": ^7.0.0-0
528 checksum: 9098fb34f4abac376ec5823bf6aaedacd46e6925a6fc62559a8086a110bf39310ee308bfbbed052f047ad803b7148b87e43b6d83a759be0aeab1149efd4b8eeb 539 checksum: 649d5e799e55001dd96ffd02e2aeb0ada31cca682d3e25e63552c91ac0ef6fff352f7fa8465fbb4b6751c2e08eb98fa54ad6014a7e586996846912449edb22d1
529 languageName: node 540 languageName: node
530 linkType: hard 541 linkType: hard
531 542
532"@babel/plugin-proposal-unicode-property-regex@npm:^7.16.0, @babel/plugin-proposal-unicode-property-regex@npm:^7.4.4": 543"@babel/plugin-proposal-unicode-property-regex@npm:^7.16.5, @babel/plugin-proposal-unicode-property-regex@npm:^7.4.4":
533 version: 7.16.0 544 version: 7.16.5
534 resolution: "@babel/plugin-proposal-unicode-property-regex@npm:7.16.0" 545 resolution: "@babel/plugin-proposal-unicode-property-regex@npm:7.16.5"
535 dependencies: 546 dependencies:
536 "@babel/helper-create-regexp-features-plugin": ^7.16.0 547 "@babel/helper-create-regexp-features-plugin": ^7.16.0
537 "@babel/helper-plugin-utils": ^7.14.5 548 "@babel/helper-plugin-utils": ^7.16.5
538 peerDependencies: 549 peerDependencies:
539 "@babel/core": ^7.0.0-0 550 "@babel/core": ^7.0.0-0
540 checksum: f26b76c9aa680820fe693f768a36e3a2c4d969e72d7a362059fffad7c874eed8a89bde2be5bde650283a685bd879415f8937fb37a9a1397b287a81df0c6f7c23 551 checksum: 884109813dc054afae7ffc0804851a0091a2ae5473243c5a2e3c7a8b00bc24803597298301d407a8c5a80bd7e0e5f82fe737f1889a508880b073787ab7c9b4b4
541 languageName: node 552 languageName: node
542 linkType: hard 553 linkType: hard
543 554
@@ -607,14 +618,14 @@ __metadata:
607 languageName: node 618 languageName: node
608 linkType: hard 619 linkType: hard
609 620
610"@babel/plugin-syntax-jsx@npm:^7.12.13, @babel/plugin-syntax-jsx@npm:^7.16.0": 621"@babel/plugin-syntax-jsx@npm:^7.12.13, @babel/plugin-syntax-jsx@npm:^7.16.5":
611 version: 7.16.0 622 version: 7.16.5
612 resolution: "@babel/plugin-syntax-jsx@npm:7.16.0" 623 resolution: "@babel/plugin-syntax-jsx@npm:7.16.5"
613 dependencies: 624 dependencies:
614 "@babel/helper-plugin-utils": ^7.14.5 625 "@babel/helper-plugin-utils": ^7.16.5
615 peerDependencies: 626 peerDependencies:
616 "@babel/core": ^7.0.0-0 627 "@babel/core": ^7.0.0-0
617 checksum: 34afe4030c249ed5a559c7d164b317a6209f3fca2db7dee7ecb8413af84167381d82f23517bf8e41d359da07da9b0fd2c0472e81c4389e5cc9d1997a308d49de 628 checksum: 2f90d83924084b2677dc8b6a66360afae6cec8aa16f00f203e96293c2ad0bdf77f0ea8e9119c50cbaeb39508c793fe12f6fe7dad70207897fcb419b7deab698e
618 languageName: node 629 languageName: node
619 linkType: hard 630 linkType: hard
620 631
@@ -717,425 +728,426 @@ __metadata:
717 languageName: node 728 languageName: node
718 linkType: hard 729 linkType: hard
719 730
720"@babel/plugin-transform-arrow-functions@npm:^7.16.0": 731"@babel/plugin-transform-arrow-functions@npm:^7.16.5":
721 version: 7.16.0 732 version: 7.16.5
722 resolution: "@babel/plugin-transform-arrow-functions@npm:7.16.0" 733 resolution: "@babel/plugin-transform-arrow-functions@npm:7.16.5"
723 dependencies: 734 dependencies:
724 "@babel/helper-plugin-utils": ^7.14.5 735 "@babel/helper-plugin-utils": ^7.16.5
725 peerDependencies: 736 peerDependencies:
726 "@babel/core": ^7.0.0-0 737 "@babel/core": ^7.0.0-0
727 checksum: ff647300424968d1cd6c6b015fd72d332042a94c7b08f3e785f32d22364bfad49258a41c53675de08573af98da1a623efa03da13a653f06988f79a9d571f7030 738 checksum: 5e84ff27f0eca46a1519c2cbc35d2e5afbb75d744cc3ff32ae060bfe5b6f1de9f7326b2fbbf589be4b8072d99325c9836cf73fd12b9ecd6e80028440ee768c47
728 languageName: node 739 languageName: node
729 linkType: hard 740 linkType: hard
730 741
731"@babel/plugin-transform-async-to-generator@npm:^7.16.0": 742"@babel/plugin-transform-async-to-generator@npm:^7.16.5":
732 version: 7.16.0 743 version: 7.16.5
733 resolution: "@babel/plugin-transform-async-to-generator@npm:7.16.0" 744 resolution: "@babel/plugin-transform-async-to-generator@npm:7.16.5"
734 dependencies: 745 dependencies:
735 "@babel/helper-module-imports": ^7.16.0 746 "@babel/helper-module-imports": ^7.16.0
736 "@babel/helper-plugin-utils": ^7.14.5 747 "@babel/helper-plugin-utils": ^7.16.5
737 "@babel/helper-remap-async-to-generator": ^7.16.0 748 "@babel/helper-remap-async-to-generator": ^7.16.5
738 peerDependencies: 749 peerDependencies:
739 "@babel/core": ^7.0.0-0 750 "@babel/core": ^7.0.0-0
740 checksum: 2ebf505f43350d246007d754577477ddb0132c4ab39c9fd420d36ebb6e489b2b3eb48f27fe58f7ad0c742946a1e81e3b150666507abab03fe6bd649ff585ed45 751 checksum: e50fcf1fc72aeff66a621c8c0e4bdfb77c5bd023a8a013900db7f5cc23c3474681cd0508bcf4306cbe872a98d6cfc945249c1aa3f7fcea6c26242f9b9e99609c
741 languageName: node 752 languageName: node
742 linkType: hard 753 linkType: hard
743 754
744"@babel/plugin-transform-block-scoped-functions@npm:^7.16.0": 755"@babel/plugin-transform-block-scoped-functions@npm:^7.16.5":
745 version: 7.16.0 756 version: 7.16.5
746 resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.16.0" 757 resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.16.5"
747 dependencies: 758 dependencies:
748 "@babel/helper-plugin-utils": ^7.14.5 759 "@babel/helper-plugin-utils": ^7.16.5
749 peerDependencies: 760 peerDependencies:
750 "@babel/core": ^7.0.0-0 761 "@babel/core": ^7.0.0-0
751 checksum: f7efc5d8ce9242e11c94c82d9c940d4c534a751ff3679839d2f7d7a300c29ac4c4a3c26c238b5f2828201cac8a848bfb6342c285460f6ce5bc267cbdc1bb070b 762 checksum: c4c13997a5b491d60f69ded97ba899d898472275315c91d87729360e6bf57da948356ea7a4b2bdf52cf9ea9a97582ec551f9eb7b759202b950acb5cab8e4cbdb
752 languageName: node 763 languageName: node
753 linkType: hard 764 linkType: hard
754 765
755"@babel/plugin-transform-block-scoping@npm:^7.16.0": 766"@babel/plugin-transform-block-scoping@npm:^7.16.5":
756 version: 7.16.0 767 version: 7.16.5
757 resolution: "@babel/plugin-transform-block-scoping@npm:7.16.0" 768 resolution: "@babel/plugin-transform-block-scoping@npm:7.16.5"
758 dependencies: 769 dependencies:
759 "@babel/helper-plugin-utils": ^7.14.5 770 "@babel/helper-plugin-utils": ^7.16.5
760 peerDependencies: 771 peerDependencies:
761 "@babel/core": ^7.0.0-0 772 "@babel/core": ^7.0.0-0
762 checksum: e5bcb9eeed7974ee6dd14c360c21ad2465f81342001e5468bbec5db483fffc78bb0e7f84155be6c32588bc0b43a6ca0050c7962400b33d134f6298c31c8073d4 773 checksum: 1aa74a77cd69613a8f8ccbedfcf44587f49361d42f27201f52b2b6c3cc08639d553171ae2ed31c4af449e49574d0a796241e66fddc381606ed1185af11d17c6d
763 languageName: node 774 languageName: node
764 linkType: hard 775 linkType: hard
765 776
766"@babel/plugin-transform-classes@npm:^7.16.0": 777"@babel/plugin-transform-classes@npm:^7.16.5":
767 version: 7.16.0 778 version: 7.16.5
768 resolution: "@babel/plugin-transform-classes@npm:7.16.0" 779 resolution: "@babel/plugin-transform-classes@npm:7.16.5"
769 dependencies: 780 dependencies:
770 "@babel/helper-annotate-as-pure": ^7.16.0 781 "@babel/helper-annotate-as-pure": ^7.16.0
782 "@babel/helper-environment-visitor": ^7.16.5
771 "@babel/helper-function-name": ^7.16.0 783 "@babel/helper-function-name": ^7.16.0
772 "@babel/helper-optimise-call-expression": ^7.16.0 784 "@babel/helper-optimise-call-expression": ^7.16.0
773 "@babel/helper-plugin-utils": ^7.14.5 785 "@babel/helper-plugin-utils": ^7.16.5
774 "@babel/helper-replace-supers": ^7.16.0 786 "@babel/helper-replace-supers": ^7.16.5
775 "@babel/helper-split-export-declaration": ^7.16.0 787 "@babel/helper-split-export-declaration": ^7.16.0
776 globals: ^11.1.0 788 globals: ^11.1.0
777 peerDependencies: 789 peerDependencies:
778 "@babel/core": ^7.0.0-0 790 "@babel/core": ^7.0.0-0
779 checksum: 7db47296045761b3f35a9075b4bcce99ad5aa93714cca235961fa596983ba6cfd4d84b29fa6745e4752bd2a60ac299b0dee3231ce20061b6798ae16a147e4992 791 checksum: a142a4c2c46d7946cb7b7d0d1ae62bd52629dbf68056bfaa3739ecc3d252292d20a93daeff100b9a7acd89e5abc4bf4f45417a142a0e3fb1eebf707bd92c711b
780 languageName: node 792 languageName: node
781 linkType: hard 793 linkType: hard
782 794
783"@babel/plugin-transform-computed-properties@npm:^7.16.0": 795"@babel/plugin-transform-computed-properties@npm:^7.16.5":
784 version: 7.16.0 796 version: 7.16.5
785 resolution: "@babel/plugin-transform-computed-properties@npm:7.16.0" 797 resolution: "@babel/plugin-transform-computed-properties@npm:7.16.5"
786 dependencies: 798 dependencies:
787 "@babel/helper-plugin-utils": ^7.14.5 799 "@babel/helper-plugin-utils": ^7.16.5
788 peerDependencies: 800 peerDependencies:
789 "@babel/core": ^7.0.0-0 801 "@babel/core": ^7.0.0-0
790 checksum: 0f86de419cf5daf28b01c5b2feafa426e5b0ec776290e731de3d7a6ec4ec742400e13436d67292e500ecd50e21ddab9ae34da79357a85a443d30dc94f2a4f6a3 802 checksum: 57b829e737e1f69f02bd1c10a8835b30e1a7c77b1c1c9dffecaf30101a4d4c7a37851f36e225bc02d4dec8032e1cc503c6bc46592700bf69611455b8d34d4df4
791 languageName: node 803 languageName: node
792 linkType: hard 804 linkType: hard
793 805
794"@babel/plugin-transform-destructuring@npm:^7.16.0": 806"@babel/plugin-transform-destructuring@npm:^7.16.5":
795 version: 7.16.0 807 version: 7.16.5
796 resolution: "@babel/plugin-transform-destructuring@npm:7.16.0" 808 resolution: "@babel/plugin-transform-destructuring@npm:7.16.5"
797 dependencies: 809 dependencies:
798 "@babel/helper-plugin-utils": ^7.14.5 810 "@babel/helper-plugin-utils": ^7.16.5
799 peerDependencies: 811 peerDependencies:
800 "@babel/core": ^7.0.0-0 812 "@babel/core": ^7.0.0-0
801 checksum: 0a499c9abd6b50d4da6a3c8416e3cdf305f8002fddb3bd9ddd0774ba17ab1b10134f79fe8edc495c94344e5ab387626fb0ee124d31810758968a92d573ff9034 813 checksum: bdc5c4b52800c5c49e63d839231937259ea4ec555b07ea735d1eb2fdec2c9a4d43c9fca79771bafa79c06ebf10e902e531092dee0d493e2aee4aa1a101dca40c
802 languageName: node 814 languageName: node
803 linkType: hard 815 linkType: hard
804 816
805"@babel/plugin-transform-dotall-regex@npm:^7.16.0, @babel/plugin-transform-dotall-regex@npm:^7.4.4": 817"@babel/plugin-transform-dotall-regex@npm:^7.16.5, @babel/plugin-transform-dotall-regex@npm:^7.4.4":
806 version: 7.16.0 818 version: 7.16.5
807 resolution: "@babel/plugin-transform-dotall-regex@npm:7.16.0" 819 resolution: "@babel/plugin-transform-dotall-regex@npm:7.16.5"
808 dependencies: 820 dependencies:
809 "@babel/helper-create-regexp-features-plugin": ^7.16.0 821 "@babel/helper-create-regexp-features-plugin": ^7.16.0
810 "@babel/helper-plugin-utils": ^7.14.5 822 "@babel/helper-plugin-utils": ^7.16.5
811 peerDependencies: 823 peerDependencies:
812 "@babel/core": ^7.0.0-0 824 "@babel/core": ^7.0.0-0
813 checksum: c1f381f0d44a1b33714a68ffd60f2b9efac1be95caf3c21192cc8233afde2fae1da268e26b3cb40764736f090793b66946574c3310cfdd4906a7e72310239ff9 825 checksum: f14e5ec1e7795d356435875256da0f6e4c9d2930a7dc2a5818439ced23161d1a664506654ffcd86d25e23e7ed8346e719e6a13cd2d6b262629d2fea7699aead4
814 languageName: node 826 languageName: node
815 linkType: hard 827 linkType: hard
816 828
817"@babel/plugin-transform-duplicate-keys@npm:^7.16.0": 829"@babel/plugin-transform-duplicate-keys@npm:^7.16.5":
818 version: 7.16.0 830 version: 7.16.5
819 resolution: "@babel/plugin-transform-duplicate-keys@npm:7.16.0" 831 resolution: "@babel/plugin-transform-duplicate-keys@npm:7.16.5"
820 dependencies: 832 dependencies:
821 "@babel/helper-plugin-utils": ^7.14.5 833 "@babel/helper-plugin-utils": ^7.16.5
822 peerDependencies: 834 peerDependencies:
823 "@babel/core": ^7.0.0-0 835 "@babel/core": ^7.0.0-0
824 checksum: 66f09487fdf737aa280c780a609bafc9a771b34b5f9a8dccf69752c22110893763f6c105062776f084ed872a55d1656b3f14e2a9c2031f3dbdf31da20d9c827b 836 checksum: c897998b8dddae4cd6fb4451cbc9954468cdd7a04087f3f064a43741feb4e74dde8d69772af540fa7869c0484a15a23f89356f845f508bcfd8c7bec1e4670807
825 languageName: node 837 languageName: node
826 linkType: hard 838 linkType: hard
827 839
828"@babel/plugin-transform-exponentiation-operator@npm:^7.16.0": 840"@babel/plugin-transform-exponentiation-operator@npm:^7.16.5":
829 version: 7.16.0 841 version: 7.16.5
830 resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.16.0" 842 resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.16.5"
831 dependencies: 843 dependencies:
832 "@babel/helper-builder-binary-assignment-operator-visitor": ^7.16.0 844 "@babel/helper-builder-binary-assignment-operator-visitor": ^7.16.5
833 "@babel/helper-plugin-utils": ^7.14.5 845 "@babel/helper-plugin-utils": ^7.16.5
834 peerDependencies: 846 peerDependencies:
835 "@babel/core": ^7.0.0-0 847 "@babel/core": ^7.0.0-0
836 checksum: 22e1d4804a5fc522744a1cc13e2c35c5d81c2e303a634822fee59829477b3748dcf897a020c3083084350ab1d3b76752157b216971157763394021e2f2184094 848 checksum: 8eb96d043af3ef72091b11f9e05e01d0bc0eb71c9adac36e2750b9f34d8ac1198a070139d404beaf07b5665bcb612ba52146f5cb82fb85daec88b43a22482cf6
837 languageName: node 849 languageName: node
838 linkType: hard 850 linkType: hard
839 851
840"@babel/plugin-transform-for-of@npm:^7.16.0": 852"@babel/plugin-transform-for-of@npm:^7.16.5":
841 version: 7.16.0 853 version: 7.16.5
842 resolution: "@babel/plugin-transform-for-of@npm:7.16.0" 854 resolution: "@babel/plugin-transform-for-of@npm:7.16.5"
843 dependencies: 855 dependencies:
844 "@babel/helper-plugin-utils": ^7.14.5 856 "@babel/helper-plugin-utils": ^7.16.5
845 peerDependencies: 857 peerDependencies:
846 "@babel/core": ^7.0.0-0 858 "@babel/core": ^7.0.0-0
847 checksum: 504d967b30b00d3e1a2784f6a215963fc0036871f8fd6ca61e41e67cdb3319511e9148164428144469416b35b0e02c896c144402ace7cd7a6c45b0d1e8746ae6 859 checksum: 203fbbf9101d14d756c564df9e219eb7c134bb42a8a5f083148110493a89a40c08aa2f412e11b6253bb48db885ca1869f36e0d0cfc65532a8e0a5ce793948618
848 languageName: node 860 languageName: node
849 linkType: hard 861 linkType: hard
850 862
851"@babel/plugin-transform-function-name@npm:^7.16.0": 863"@babel/plugin-transform-function-name@npm:^7.16.5":
852 version: 7.16.0 864 version: 7.16.5
853 resolution: "@babel/plugin-transform-function-name@npm:7.16.0" 865 resolution: "@babel/plugin-transform-function-name@npm:7.16.5"
854 dependencies: 866 dependencies:
855 "@babel/helper-function-name": ^7.16.0 867 "@babel/helper-function-name": ^7.16.0
856 "@babel/helper-plugin-utils": ^7.14.5 868 "@babel/helper-plugin-utils": ^7.16.5
857 peerDependencies: 869 peerDependencies:
858 "@babel/core": ^7.0.0-0 870 "@babel/core": ^7.0.0-0
859 checksum: 289f4fce26e8b3a81fcae752cecdb78b363eb29e400aa4dc8318484156d908ddc6dd5b274b8fbcdb80ea59a362834554c4a5d3454e974957dbd2b30c3d00ad3f 871 checksum: 3b933eb0650d00c3bef51e06ec8f106e8ba97960b111e6723e1ff4818c6a0c4f02547336446366a4d8b5f8b5f08fef1e7e014e3d1264dbd665c85f1b47dd99a3
860 languageName: node 872 languageName: node
861 linkType: hard 873 linkType: hard
862 874
863"@babel/plugin-transform-literals@npm:^7.16.0": 875"@babel/plugin-transform-literals@npm:^7.16.5":
864 version: 7.16.0 876 version: 7.16.5
865 resolution: "@babel/plugin-transform-literals@npm:7.16.0" 877 resolution: "@babel/plugin-transform-literals@npm:7.16.5"
866 dependencies: 878 dependencies:
867 "@babel/helper-plugin-utils": ^7.14.5 879 "@babel/helper-plugin-utils": ^7.16.5
868 peerDependencies: 880 peerDependencies:
869 "@babel/core": ^7.0.0-0 881 "@babel/core": ^7.0.0-0
870 checksum: 7291771c7626a27684053ceefc4e2e3e480a6ceab9f3c8abbdd9c90fcea63f035ace397e53bfc4b7311b835f7c79449be03226affa69e2e2a96c14b6da4d5db9 882 checksum: 81066d35cb212f759cbc00e682b661c2ff77425d7c725a45679d2bee17d9aed28c240deb3f5063faa81c794e892e31269633433a5abdca0f6735cc153673b10e
871 languageName: node 883 languageName: node
872 linkType: hard 884 linkType: hard
873 885
874"@babel/plugin-transform-member-expression-literals@npm:^7.16.0": 886"@babel/plugin-transform-member-expression-literals@npm:^7.16.5":
875 version: 7.16.0 887 version: 7.16.5
876 resolution: "@babel/plugin-transform-member-expression-literals@npm:7.16.0" 888 resolution: "@babel/plugin-transform-member-expression-literals@npm:7.16.5"
877 dependencies: 889 dependencies:
878 "@babel/helper-plugin-utils": ^7.14.5 890 "@babel/helper-plugin-utils": ^7.16.5
879 peerDependencies: 891 peerDependencies:
880 "@babel/core": ^7.0.0-0 892 "@babel/core": ^7.0.0-0
881 checksum: d5ed6cf840b9fd8b88f719dea46dc26a1778f10aeab6878b3eabf2350cfa813bfeff09d91c6afc93dd3536a48bc892a0afcf9f99f3bad6b54b41638f3ae80fa9 893 checksum: ce491530a413538e9024f78e550faf043023fb57b3f4584f59c3d7632c0d0d5f1065b2d0ffe6d2c1035124e79d8f47db1e0b0b08b97bb50817cec7fe77580925
882 languageName: node 894 languageName: node
883 linkType: hard 895 linkType: hard
884 896
885"@babel/plugin-transform-modules-amd@npm:^7.16.0": 897"@babel/plugin-transform-modules-amd@npm:^7.16.5":
886 version: 7.16.0 898 version: 7.16.5
887 resolution: "@babel/plugin-transform-modules-amd@npm:7.16.0" 899 resolution: "@babel/plugin-transform-modules-amd@npm:7.16.5"
888 dependencies: 900 dependencies:
889 "@babel/helper-module-transforms": ^7.16.0 901 "@babel/helper-module-transforms": ^7.16.5
890 "@babel/helper-plugin-utils": ^7.14.5 902 "@babel/helper-plugin-utils": ^7.16.5
891 babel-plugin-dynamic-import-node: ^2.3.3 903 babel-plugin-dynamic-import-node: ^2.3.3
892 peerDependencies: 904 peerDependencies:
893 "@babel/core": ^7.0.0-0 905 "@babel/core": ^7.0.0-0
894 checksum: c37ccb8cd7a301123fb5590712d957bf9f82bb0d89a83441b570a9f9793af76b99449c93f1079ad187fb598a5eeb5571561ff4d71af9192c7d6e407a464d6aff 906 checksum: 5587a9efd84e4ed9a36362b92dcfceff274267fee93e9b6c499a16bc3e6b54807917171b1852b7201abafbd6baf4ac624c72410a08344b19d1672c5285c8ee15
895 languageName: node 907 languageName: node
896 linkType: hard 908 linkType: hard
897 909
898"@babel/plugin-transform-modules-commonjs@npm:^7.16.0": 910"@babel/plugin-transform-modules-commonjs@npm:^7.16.5":
899 version: 7.16.0 911 version: 7.16.5
900 resolution: "@babel/plugin-transform-modules-commonjs@npm:7.16.0" 912 resolution: "@babel/plugin-transform-modules-commonjs@npm:7.16.5"
901 dependencies: 913 dependencies:
902 "@babel/helper-module-transforms": ^7.16.0 914 "@babel/helper-module-transforms": ^7.16.5
903 "@babel/helper-plugin-utils": ^7.14.5 915 "@babel/helper-plugin-utils": ^7.16.5
904 "@babel/helper-simple-access": ^7.16.0 916 "@babel/helper-simple-access": ^7.16.0
905 babel-plugin-dynamic-import-node: ^2.3.3 917 babel-plugin-dynamic-import-node: ^2.3.3
906 peerDependencies: 918 peerDependencies:
907 "@babel/core": ^7.0.0-0 919 "@babel/core": ^7.0.0-0
908 checksum: a7e43670f503b31d6ad42977ddefb7bffc23f700a24252859652aa03efd666698567b0817060dd6f84a6cd23e7aac7464bc0dc7f7f929cad212263abcac9d470 920 checksum: 5b5c23e492d60ccddf2b0fcca150965818c33892f8301633404861d0aab6c78d8d0110cf7f91b669e2842eb3815d1e629af5b4c5d801df6100be0bc5f50e8c49
909 languageName: node 921 languageName: node
910 linkType: hard 922 linkType: hard
911 923
912"@babel/plugin-transform-modules-systemjs@npm:^7.16.0": 924"@babel/plugin-transform-modules-systemjs@npm:^7.16.5":
913 version: 7.16.0 925 version: 7.16.5
914 resolution: "@babel/plugin-transform-modules-systemjs@npm:7.16.0" 926 resolution: "@babel/plugin-transform-modules-systemjs@npm:7.16.5"
915 dependencies: 927 dependencies:
916 "@babel/helper-hoist-variables": ^7.16.0 928 "@babel/helper-hoist-variables": ^7.16.0
917 "@babel/helper-module-transforms": ^7.16.0 929 "@babel/helper-module-transforms": ^7.16.5
918 "@babel/helper-plugin-utils": ^7.14.5 930 "@babel/helper-plugin-utils": ^7.16.5
919 "@babel/helper-validator-identifier": ^7.15.7 931 "@babel/helper-validator-identifier": ^7.15.7
920 babel-plugin-dynamic-import-node: ^2.3.3 932 babel-plugin-dynamic-import-node: ^2.3.3
921 peerDependencies: 933 peerDependencies:
922 "@babel/core": ^7.0.0-0 934 "@babel/core": ^7.0.0-0
923 checksum: 4aa9bd45a4c1f79a4abd92482b4f9ac6492b5e727ee34316c80a30b6524281d39959a2d556b231eae4b1031f35e0133e60270f9e4bfa5f25a8cb68ef145dfcd2 935 checksum: fc7937fa417848c8cfc4ffe590ab5b13ee881a527c6a6c11eb146fe335f01b2d679c68dfed6b95a586e83841f5aac54b5a6a818d6733ff4cc1f0ac3d54c23eba
924 languageName: node 936 languageName: node
925 linkType: hard 937 linkType: hard
926 938
927"@babel/plugin-transform-modules-umd@npm:^7.16.0": 939"@babel/plugin-transform-modules-umd@npm:^7.16.5":
928 version: 7.16.0 940 version: 7.16.5
929 resolution: "@babel/plugin-transform-modules-umd@npm:7.16.0" 941 resolution: "@babel/plugin-transform-modules-umd@npm:7.16.5"
930 dependencies: 942 dependencies:
931 "@babel/helper-module-transforms": ^7.16.0 943 "@babel/helper-module-transforms": ^7.16.5
932 "@babel/helper-plugin-utils": ^7.14.5 944 "@babel/helper-plugin-utils": ^7.16.5
933 peerDependencies: 945 peerDependencies:
934 "@babel/core": ^7.0.0-0 946 "@babel/core": ^7.0.0-0
935 checksum: b07d41eae3a1163fdb2dca4bffb0de880981e6581163948a88b7665709e860612932f5a73e54d70057e834d3968e3b5f86222f1d302c9e1d34d95a764584af54 947 checksum: ce9ec8e928528bb193007a56e0619d5e7defec84d8df795239a7fdcfc87d08b3b029b059cfad1bb560e4083f03170b469ae6a7272016e6cce57f5541598260be
936 languageName: node 948 languageName: node
937 linkType: hard 949 linkType: hard
938 950
939"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.16.0": 951"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.16.5":
940 version: 7.16.0 952 version: 7.16.5
941 resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.16.0" 953 resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.16.5"
942 dependencies: 954 dependencies:
943 "@babel/helper-create-regexp-features-plugin": ^7.16.0 955 "@babel/helper-create-regexp-features-plugin": ^7.16.0
944 peerDependencies: 956 peerDependencies:
945 "@babel/core": ^7.0.0 957 "@babel/core": ^7.0.0
946 checksum: 758a87aca66ea7944c5f94ed7a798220c3b2986da4c38dc3f63221065ec96534bf39b3b043dd9759dbdff4026d340bbe51082d5ad4505c19b08893663130675b 958 checksum: b34e89fa86c81ae618a2ffd036a383aba5718e1a389d4844519b7f064450d18221f3d3f6a298d89d3b806623f0be522abac88f0fa06010b870bb8c3a033b79c3
947 languageName: node 959 languageName: node
948 linkType: hard 960 linkType: hard
949 961
950"@babel/plugin-transform-new-target@npm:^7.16.0": 962"@babel/plugin-transform-new-target@npm:^7.16.5":
951 version: 7.16.0 963 version: 7.16.5
952 resolution: "@babel/plugin-transform-new-target@npm:7.16.0" 964 resolution: "@babel/plugin-transform-new-target@npm:7.16.5"
953 dependencies: 965 dependencies:
954 "@babel/helper-plugin-utils": ^7.14.5 966 "@babel/helper-plugin-utils": ^7.16.5
955 peerDependencies: 967 peerDependencies:
956 "@babel/core": ^7.0.0-0 968 "@babel/core": ^7.0.0-0
957 checksum: c741ba3e84c182f1af3174cb7f00c4e434080ff882e72c7b2743d1d636eebcf12c865772be051a323c823bd4ebdfbae19cb78e95218d6b14c338f27a64608e31 969 checksum: bbb3769cc47ce082e98f2e0a4df02fc56a771f74b23a1ca7a8912f642c9d98d1a89b54c40c3fe678a6af40e001119d490e06045094c5e66fd755c0a770e3c219
958 languageName: node 970 languageName: node
959 linkType: hard 971 linkType: hard
960 972
961"@babel/plugin-transform-object-super@npm:^7.16.0": 973"@babel/plugin-transform-object-super@npm:^7.16.5":
962 version: 7.16.0 974 version: 7.16.5
963 resolution: "@babel/plugin-transform-object-super@npm:7.16.0" 975 resolution: "@babel/plugin-transform-object-super@npm:7.16.5"
964 dependencies: 976 dependencies:
965 "@babel/helper-plugin-utils": ^7.14.5 977 "@babel/helper-plugin-utils": ^7.16.5
966 "@babel/helper-replace-supers": ^7.16.0 978 "@babel/helper-replace-supers": ^7.16.5
967 peerDependencies: 979 peerDependencies:
968 "@babel/core": ^7.0.0-0 980 "@babel/core": ^7.0.0-0
969 checksum: b6ed0a8f5a1231b4dadb5edb2cef8fba7957cbad943c0018002719d066fda93b805da961e42b38d625e43e7c79f5c07d5719d6d63f9cf178501882a4aa5d30da 981 checksum: 003a065b99faeb9b749fa37a9077addb98468f9ea72052fd16090643feb8b6c429ce9bf0d3480c79393c3ea0ba0ffdf9daaf8952850ac39d1fee23e2201ca1cf
970 languageName: node 982 languageName: node
971 linkType: hard 983 linkType: hard
972 984
973"@babel/plugin-transform-parameters@npm:^7.16.0, @babel/plugin-transform-parameters@npm:^7.16.3": 985"@babel/plugin-transform-parameters@npm:^7.16.5":
974 version: 7.16.3 986 version: 7.16.5
975 resolution: "@babel/plugin-transform-parameters@npm:7.16.3" 987 resolution: "@babel/plugin-transform-parameters@npm:7.16.5"
976 dependencies: 988 dependencies:
977 "@babel/helper-plugin-utils": ^7.14.5 989 "@babel/helper-plugin-utils": ^7.16.5
978 peerDependencies: 990 peerDependencies:
979 "@babel/core": ^7.0.0-0 991 "@babel/core": ^7.0.0-0
980 checksum: 7c0154fa66f03f69f6767adc01e72ef00d50cae8eb87c65506adccccc1cf776730ecbb96a5de0127910554cc0e86e375bc437fa085f619783d368936736a4f58 992 checksum: d9057796dd27502e9f23bb4e393002bd4b75f34fc33bfb0c55ac8d9b74fd0480f037cf836cafc6014e32ea1f21a857b8ccb8175620adada9c89a675c950678f2
981 languageName: node 993 languageName: node
982 linkType: hard 994 linkType: hard
983 995
984"@babel/plugin-transform-property-literals@npm:^7.16.0": 996"@babel/plugin-transform-property-literals@npm:^7.16.5":
985 version: 7.16.0 997 version: 7.16.5
986 resolution: "@babel/plugin-transform-property-literals@npm:7.16.0" 998 resolution: "@babel/plugin-transform-property-literals@npm:7.16.5"
987 dependencies: 999 dependencies:
988 "@babel/helper-plugin-utils": ^7.14.5 1000 "@babel/helper-plugin-utils": ^7.16.5
989 peerDependencies: 1001 peerDependencies:
990 "@babel/core": ^7.0.0-0 1002 "@babel/core": ^7.0.0-0
991 checksum: e9eb9355db4cf18dc82879174fc2de6590521afea04f1c80c5805d3f759bfa25946bcac1095b5fe0e4ad3f5eb330cd7e308467626a0212f07b9f41b9f00affa8 1003 checksum: fab2c628e40f9fc5c02d9558c556b5730b0c5d80aaed71f64544108595aa3b7168cc8ffda89ddf8b75fcf03f14d9679a657bd55e17ea4495736499f0b3393dc6
992 languageName: node 1004 languageName: node
993 linkType: hard 1005 linkType: hard
994 1006
995"@babel/plugin-transform-react-display-name@npm:^7.16.0": 1007"@babel/plugin-transform-react-display-name@npm:^7.16.5":
996 version: 7.16.0 1008 version: 7.16.5
997 resolution: "@babel/plugin-transform-react-display-name@npm:7.16.0" 1009 resolution: "@babel/plugin-transform-react-display-name@npm:7.16.5"
998 dependencies: 1010 dependencies:
999 "@babel/helper-plugin-utils": ^7.14.5 1011 "@babel/helper-plugin-utils": ^7.16.5
1000 peerDependencies: 1012 peerDependencies:
1001 "@babel/core": ^7.0.0-0 1013 "@babel/core": ^7.0.0-0
1002 checksum: 82ca59676ccf5179585828c64b5703aec597d78fe4adf788579529d02b071b0fc6c2df69aa033118b7ac1c12e1dc418046fe7e9c6a593e1005beacc2846f4281 1014 checksum: f56b11e585038342ed9b7e5cd734b297aeff038207ec075469e4798ee2601236c35fa398dd82da0f3b4b042726d657d5d851ca41355954c4f556481a24022de4
1003 languageName: node 1015 languageName: node
1004 linkType: hard 1016 linkType: hard
1005 1017
1006"@babel/plugin-transform-react-jsx-development@npm:^7.16.0": 1018"@babel/plugin-transform-react-jsx-development@npm:^7.16.5":
1007 version: 7.16.0 1019 version: 7.16.5
1008 resolution: "@babel/plugin-transform-react-jsx-development@npm:7.16.0" 1020 resolution: "@babel/plugin-transform-react-jsx-development@npm:7.16.5"
1009 dependencies: 1021 dependencies:
1010 "@babel/plugin-transform-react-jsx": ^7.16.0 1022 "@babel/plugin-transform-react-jsx": ^7.16.5
1011 peerDependencies: 1023 peerDependencies:
1012 "@babel/core": ^7.0.0-0 1024 "@babel/core": ^7.0.0-0
1013 checksum: 2724db0d24779107a6e019f4be17e894e26dc23e33f797b3cd750afc0db33d477db27d6aafb63eb459e3514fdd9f408b9487c7db3d7c6858129382e9c26352dc 1025 checksum: d709c372c1b4ce131cfda3cc27cf1b8c588d1436e3dbf260cc5fb3e1014230f5e23d6dfccc769f8fdafa2ecae77e99fc86c68742323a633fe7cc3830bf39d0c7
1014 languageName: node 1026 languageName: node
1015 linkType: hard 1027 linkType: hard
1016 1028
1017"@babel/plugin-transform-react-jsx@npm:^7.16.0": 1029"@babel/plugin-transform-react-jsx@npm:^7.16.5":
1018 version: 7.16.0 1030 version: 7.16.5
1019 resolution: "@babel/plugin-transform-react-jsx@npm:7.16.0" 1031 resolution: "@babel/plugin-transform-react-jsx@npm:7.16.5"
1020 dependencies: 1032 dependencies:
1021 "@babel/helper-annotate-as-pure": ^7.16.0 1033 "@babel/helper-annotate-as-pure": ^7.16.0
1022 "@babel/helper-module-imports": ^7.16.0 1034 "@babel/helper-module-imports": ^7.16.0
1023 "@babel/helper-plugin-utils": ^7.14.5 1035 "@babel/helper-plugin-utils": ^7.16.5
1024 "@babel/plugin-syntax-jsx": ^7.16.0 1036 "@babel/plugin-syntax-jsx": ^7.16.5
1025 "@babel/types": ^7.16.0 1037 "@babel/types": ^7.16.0
1026 peerDependencies: 1038 peerDependencies:
1027 "@babel/core": ^7.0.0-0 1039 "@babel/core": ^7.0.0-0
1028 checksum: c4fd2307750f3903ce1ff83e3eac5ebc3ef38838c542ff92676332d98292cacb60b91c19f49e30c9442494937c692992160101ae28175af0e1b1c7b40936e8c0 1040 checksum: 07a8b2443df86bd7ef51849fc097f9c5f72205ad47c8e41462f08b49a00c16fbd96f60a9f18a9ce741d9852fa1516bb65d91fbe7437f69a2e1852a20f89261f7
1029 languageName: node 1041 languageName: node
1030 linkType: hard 1042 linkType: hard
1031 1043
1032"@babel/plugin-transform-react-pure-annotations@npm:^7.16.0": 1044"@babel/plugin-transform-react-pure-annotations@npm:^7.16.5":
1033 version: 7.16.0 1045 version: 7.16.5
1034 resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.16.0" 1046 resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.16.5"
1035 dependencies: 1047 dependencies:
1036 "@babel/helper-annotate-as-pure": ^7.16.0 1048 "@babel/helper-annotate-as-pure": ^7.16.0
1037 "@babel/helper-plugin-utils": ^7.14.5 1049 "@babel/helper-plugin-utils": ^7.16.5
1038 peerDependencies: 1050 peerDependencies:
1039 "@babel/core": ^7.0.0-0 1051 "@babel/core": ^7.0.0-0
1040 checksum: b06c0f5efd7bc6118d43ad1e3a8cb94ebe01b19cff6fbeab0941801d1013b7bc372d2db9742b1ed746a89828a955f8dab9eb460d21fc3af352038de4cb0c6184 1052 checksum: 6411611c23ab4a0d9210ab181128b99521d072a1c404b521065f486e33044b68e512ebcb271c4765f21fc3ec77afba2a4cae0c45423c47aa737c293f227987f0
1041 languageName: node 1053 languageName: node
1042 linkType: hard 1054 linkType: hard
1043 1055
1044"@babel/plugin-transform-regenerator@npm:^7.16.0": 1056"@babel/plugin-transform-regenerator@npm:^7.16.5":
1045 version: 7.16.0 1057 version: 7.16.5
1046 resolution: "@babel/plugin-transform-regenerator@npm:7.16.0" 1058 resolution: "@babel/plugin-transform-regenerator@npm:7.16.5"
1047 dependencies: 1059 dependencies:
1048 regenerator-transform: ^0.14.2 1060 regenerator-transform: ^0.14.2
1049 peerDependencies: 1061 peerDependencies:
1050 "@babel/core": ^7.0.0-0 1062 "@babel/core": ^7.0.0-0
1051 checksum: 32b1b43f8d55d9e78e87bbc6a19b0bb0ff968220e215e9a3984c0de140048c54c62cf46889bee16f987221eab112909318de391426df33cdbe3fd710480068f7 1063 checksum: db6f0278bbe6119546a7d3023b3e8c7536e3bf1b601d18e1e26ad53ece1b51f196ae4a6731ef9c09b8558c834a57855a406ccea46e3286aad5b99a4788fb3fbc
1052 languageName: node 1064 languageName: node
1053 linkType: hard 1065 linkType: hard
1054 1066
1055"@babel/plugin-transform-reserved-words@npm:^7.16.0": 1067"@babel/plugin-transform-reserved-words@npm:^7.16.5":
1056 version: 7.16.0 1068 version: 7.16.5
1057 resolution: "@babel/plugin-transform-reserved-words@npm:7.16.0" 1069 resolution: "@babel/plugin-transform-reserved-words@npm:7.16.5"
1058 dependencies: 1070 dependencies:
1059 "@babel/helper-plugin-utils": ^7.14.5 1071 "@babel/helper-plugin-utils": ^7.16.5
1060 peerDependencies: 1072 peerDependencies:
1061 "@babel/core": ^7.0.0-0 1073 "@babel/core": ^7.0.0-0
1062 checksum: 7a8288cfe2375e43579d3786d5f6654b36d8344b1be3df4fbafe81ae49bf634f85f68fe5a1a280f56aa7d626deaaa6ba89e586422b3d8b13f7d4b0e0617362d6 1074 checksum: 96a24ee8e43118110ccdfdfc1e085ad24e475cce279508b755f6121d99f1fdca22b0e79cf2a9cd7534201e999943190ffe03036694680846108bb94fbdf3e1f1
1063 languageName: node 1075 languageName: node
1064 linkType: hard 1076 linkType: hard
1065 1077
1066"@babel/plugin-transform-runtime@npm:^7.16.4": 1078"@babel/plugin-transform-runtime@npm:^7.16.5":
1067 version: 7.16.4 1079 version: 7.16.5
1068 resolution: "@babel/plugin-transform-runtime@npm:7.16.4" 1080 resolution: "@babel/plugin-transform-runtime@npm:7.16.5"
1069 dependencies: 1081 dependencies:
1070 "@babel/helper-module-imports": ^7.16.0 1082 "@babel/helper-module-imports": ^7.16.0
1071 "@babel/helper-plugin-utils": ^7.14.5 1083 "@babel/helper-plugin-utils": ^7.16.5
1072 babel-plugin-polyfill-corejs2: ^0.3.0 1084 babel-plugin-polyfill-corejs2: ^0.3.0
1073 babel-plugin-polyfill-corejs3: ^0.4.0 1085 babel-plugin-polyfill-corejs3: ^0.4.0
1074 babel-plugin-polyfill-regenerator: ^0.3.0 1086 babel-plugin-polyfill-regenerator: ^0.3.0
1075 semver: ^6.3.0 1087 semver: ^6.3.0
1076 peerDependencies: 1088 peerDependencies:
1077 "@babel/core": ^7.0.0-0 1089 "@babel/core": ^7.0.0-0
1078 checksum: 3586fb1035a8233162c0dfb28f3466c3129b430bd351d7271894dc7dc29956cc2e6e348f5e21ae91f8b59ceddce02b32140e4bb629fdbbacad2ab04f6cec2ff5 1090 checksum: f46443fd79d29120e97a3494633eb857990c7222c6bde91c4940f835f5e2a19df3cae3660884bbc4138719b66fbd203b26f68b761062cefabfd68700734164cc
1079 languageName: node 1091 languageName: node
1080 linkType: hard 1092 linkType: hard
1081 1093
1082"@babel/plugin-transform-shorthand-properties@npm:^7.16.0": 1094"@babel/plugin-transform-shorthand-properties@npm:^7.16.5":
1083 version: 7.16.0 1095 version: 7.16.5
1084 resolution: "@babel/plugin-transform-shorthand-properties@npm:7.16.0" 1096 resolution: "@babel/plugin-transform-shorthand-properties@npm:7.16.5"
1085 dependencies: 1097 dependencies:
1086 "@babel/helper-plugin-utils": ^7.14.5 1098 "@babel/helper-plugin-utils": ^7.16.5
1087 peerDependencies: 1099 peerDependencies:
1088 "@babel/core": ^7.0.0-0 1100 "@babel/core": ^7.0.0-0
1089 checksum: 7ae0f218aaccd2f7e8b0027c558fbbc291f7df7c83749826075776de780d1ac421f9056c760c5eb2e486b7b1983a41cd8dc00589504904b833c810fdb80b3868 1101 checksum: 5af07bf0ed697506da25846177a732e1b44c98308a4420e21a5f6532019160ddce073fa38daeba9ebb73d6fc34c0f43c7b5202e8dd70d2cba4b37e349c4cce58
1090 languageName: node 1102 languageName: node
1091 linkType: hard 1103 linkType: hard
1092 1104
1093"@babel/plugin-transform-spread@npm:^7.16.0": 1105"@babel/plugin-transform-spread@npm:^7.16.5":
1094 version: 7.16.0 1106 version: 7.16.5
1095 resolution: "@babel/plugin-transform-spread@npm:7.16.0" 1107 resolution: "@babel/plugin-transform-spread@npm:7.16.5"
1096 dependencies: 1108 dependencies:
1097 "@babel/helper-plugin-utils": ^7.14.5 1109 "@babel/helper-plugin-utils": ^7.16.5
1098 "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0 1110 "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0
1099 peerDependencies: 1111 peerDependencies:
1100 "@babel/core": ^7.0.0-0 1112 "@babel/core": ^7.0.0-0
1101 checksum: c295ef5e329fc31bd78e0aac3d6d848475a26e40cffff207dfd450416a25478bedb03402a0cc569bc5b7d3e92c22bff8a7cf76f1a9d896070e3cdeae1aee0316 1113 checksum: 06b22ca770a841299789c46e6f580303d875efa4c0ffcea8d0c2b6c3ddb4e65490d9a7696aac2276cc5b4a9a6a77077ec6fbeec3b75335fa8f99b8536a7bb1f1
1102 languageName: node 1114 languageName: node
1103 linkType: hard 1115 linkType: hard
1104 1116
1105"@babel/plugin-transform-sticky-regex@npm:^7.16.0": 1117"@babel/plugin-transform-sticky-regex@npm:^7.16.5":
1106 version: 7.16.0 1118 version: 7.16.5
1107 resolution: "@babel/plugin-transform-sticky-regex@npm:7.16.0" 1119 resolution: "@babel/plugin-transform-sticky-regex@npm:7.16.5"
1108 dependencies: 1120 dependencies:
1109 "@babel/helper-plugin-utils": ^7.14.5 1121 "@babel/helper-plugin-utils": ^7.16.5
1110 peerDependencies: 1122 peerDependencies:
1111 "@babel/core": ^7.0.0-0 1123 "@babel/core": ^7.0.0-0
1112 checksum: 80c7ccb797e4d31f112ace4614e8259ad0707eab3ed1c5a900ac0799dc23fded8bad57142ceb29222d6f0645f7b0d6a74fa133c945b8611d5db137b13ee68882 1124 checksum: 184b6c08234644fe1b201943aa9141bbf9646d43963eaaa91129c0dfa0cea8659855b2218c0a20ee8a1cff691341a3169bcdeaa9a7868adf26247384fede6abf
1113 languageName: node 1125 languageName: node
1114 linkType: hard 1126 linkType: hard
1115 1127
1116"@babel/plugin-transform-template-literals@npm:^7.16.0": 1128"@babel/plugin-transform-template-literals@npm:^7.16.5":
1117 version: 7.16.0 1129 version: 7.16.5
1118 resolution: "@babel/plugin-transform-template-literals@npm:7.16.0" 1130 resolution: "@babel/plugin-transform-template-literals@npm:7.16.5"
1119 dependencies: 1131 dependencies:
1120 "@babel/helper-plugin-utils": ^7.14.5 1132 "@babel/helper-plugin-utils": ^7.16.5
1121 peerDependencies: 1133 peerDependencies:
1122 "@babel/core": ^7.0.0-0 1134 "@babel/core": ^7.0.0-0
1123 checksum: 230638ee56bbe8c4237d2c3366d700eca1f66f93c37935f6d775f699c5d2593e3f176e81010cfb2d46f89e340c6c042649263c3b913ce269182fadfb4db01369 1135 checksum: 4297a7615ba634a39b0573301f2f36ca67f126c27516b29bc2640d1b407444989a55e1b4478c9f77accc396c9062d089a5a13ebc9ce52921749adce54d887e8c
1124 languageName: node 1136 languageName: node
1125 linkType: hard 1137 linkType: hard
1126 1138
1127"@babel/plugin-transform-typeof-symbol@npm:^7.16.0": 1139"@babel/plugin-transform-typeof-symbol@npm:^7.16.5":
1128 version: 7.16.0 1140 version: 7.16.5
1129 resolution: "@babel/plugin-transform-typeof-symbol@npm:7.16.0" 1141 resolution: "@babel/plugin-transform-typeof-symbol@npm:7.16.5"
1130 dependencies: 1142 dependencies:
1131 "@babel/helper-plugin-utils": ^7.14.5 1143 "@babel/helper-plugin-utils": ^7.16.5
1132 peerDependencies: 1144 peerDependencies:
1133 "@babel/core": ^7.0.0-0 1145 "@babel/core": ^7.0.0-0
1134 checksum: 60e91d57b3e5a5ca02cebbf9f6dacd06e8a3b7c92c54fd60616f01ac1c79b3ec5fd2e8c5fa5c86ffcd9da6fa811e6de8dc7602cf1e05da17def0ea06f1e8548e 1146 checksum: f5cee6f93eb79aaf00a963de19a454ef2315424258d6b34769074101acb98e7e005b3c330386b0394d482f3bb666f79824c8217fee2defbb19d0132506a4cdf0
1135 languageName: node 1147 languageName: node
1136 linkType: hard 1148 linkType: hard
1137 1149
1138"@babel/plugin-transform-typescript@npm:^7.16.0": 1150"@babel/plugin-transform-typescript@npm:^7.16.1":
1139 version: 7.16.1 1151 version: 7.16.1
1140 resolution: "@babel/plugin-transform-typescript@npm:7.16.1" 1152 resolution: "@babel/plugin-transform-typescript@npm:7.16.1"
1141 dependencies: 1153 dependencies:
@@ -1148,54 +1160,54 @@ __metadata:
1148 languageName: node 1160 languageName: node
1149 linkType: hard 1161 linkType: hard
1150 1162
1151"@babel/plugin-transform-unicode-escapes@npm:^7.16.0": 1163"@babel/plugin-transform-unicode-escapes@npm:^7.16.5":
1152 version: 7.16.0 1164 version: 7.16.5
1153 resolution: "@babel/plugin-transform-unicode-escapes@npm:7.16.0" 1165 resolution: "@babel/plugin-transform-unicode-escapes@npm:7.16.5"
1154 dependencies: 1166 dependencies:
1155 "@babel/helper-plugin-utils": ^7.14.5 1167 "@babel/helper-plugin-utils": ^7.16.5
1156 peerDependencies: 1168 peerDependencies:
1157 "@babel/core": ^7.0.0-0 1169 "@babel/core": ^7.0.0-0
1158 checksum: 63ac80d6b7592a7a038cde0b7b8fd7fc8f478de107543fb20c0ee47e00c5cd4c12be936501f55e2fd9370056603d9c4e4c57cdf335674837475865f80b4ae734 1170 checksum: 7c42417fb8addc5964687af9d7414046b9962da07b3cb4d4b0455408fa5462dad7efb10a42244a99180f4367a8c02feeaea45b998bc644d34f5af634290e1b7c
1159 languageName: node 1171 languageName: node
1160 linkType: hard 1172 linkType: hard
1161 1173
1162"@babel/plugin-transform-unicode-regex@npm:^7.16.0": 1174"@babel/plugin-transform-unicode-regex@npm:^7.16.5":
1163 version: 7.16.0 1175 version: 7.16.5
1164 resolution: "@babel/plugin-transform-unicode-regex@npm:7.16.0" 1176 resolution: "@babel/plugin-transform-unicode-regex@npm:7.16.5"
1165 dependencies: 1177 dependencies:
1166 "@babel/helper-create-regexp-features-plugin": ^7.16.0 1178 "@babel/helper-create-regexp-features-plugin": ^7.16.0
1167 "@babel/helper-plugin-utils": ^7.14.5 1179 "@babel/helper-plugin-utils": ^7.16.5
1168 peerDependencies: 1180 peerDependencies:
1169 "@babel/core": ^7.0.0-0 1181 "@babel/core": ^7.0.0-0
1170 checksum: 61e498425fb44951067e1d17cd66e97777a340118c06943cee9d1032a8bfec661f262738a9b2a00a498b0ad5ba56551ea81e76f0d6afe46c0301abc3a86bee22 1182 checksum: 61ce38563348060d5f092af717b4b7a266865cc08af62433c58031cdf73156d853ead8c57b1dcca11e5c86b732a42bc5f35a3996635c940c90838133fc995506
1171 languageName: node 1183 languageName: node
1172 linkType: hard 1184 linkType: hard
1173 1185
1174"@babel/preset-env@npm:^7.16.4": 1186"@babel/preset-env@npm:^7.16.5":
1175 version: 7.16.4 1187 version: 7.16.5
1176 resolution: "@babel/preset-env@npm:7.16.4" 1188 resolution: "@babel/preset-env@npm:7.16.5"
1177 dependencies: 1189 dependencies:
1178 "@babel/compat-data": ^7.16.4 1190 "@babel/compat-data": ^7.16.4
1179 "@babel/helper-compilation-targets": ^7.16.3 1191 "@babel/helper-compilation-targets": ^7.16.3
1180 "@babel/helper-plugin-utils": ^7.14.5 1192 "@babel/helper-plugin-utils": ^7.16.5
1181 "@babel/helper-validator-option": ^7.14.5 1193 "@babel/helper-validator-option": ^7.14.5
1182 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.16.2 1194 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.16.2
1183 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.16.0 1195 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.16.0
1184 "@babel/plugin-proposal-async-generator-functions": ^7.16.4 1196 "@babel/plugin-proposal-async-generator-functions": ^7.16.5
1185 "@babel/plugin-proposal-class-properties": ^7.16.0 1197 "@babel/plugin-proposal-class-properties": ^7.16.5
1186 "@babel/plugin-proposal-class-static-block": ^7.16.0 1198 "@babel/plugin-proposal-class-static-block": ^7.16.5
1187 "@babel/plugin-proposal-dynamic-import": ^7.16.0 1199 "@babel/plugin-proposal-dynamic-import": ^7.16.5
1188 "@babel/plugin-proposal-export-namespace-from": ^7.16.0 1200 "@babel/plugin-proposal-export-namespace-from": ^7.16.5
1189 "@babel/plugin-proposal-json-strings": ^7.16.0 1201 "@babel/plugin-proposal-json-strings": ^7.16.5
1190 "@babel/plugin-proposal-logical-assignment-operators": ^7.16.0 1202 "@babel/plugin-proposal-logical-assignment-operators": ^7.16.5
1191 "@babel/plugin-proposal-nullish-coalescing-operator": ^7.16.0 1203 "@babel/plugin-proposal-nullish-coalescing-operator": ^7.16.5
1192 "@babel/plugin-proposal-numeric-separator": ^7.16.0 1204 "@babel/plugin-proposal-numeric-separator": ^7.16.5
1193 "@babel/plugin-proposal-object-rest-spread": ^7.16.0 1205 "@babel/plugin-proposal-object-rest-spread": ^7.16.5
1194 "@babel/plugin-proposal-optional-catch-binding": ^7.16.0 1206 "@babel/plugin-proposal-optional-catch-binding": ^7.16.5
1195 "@babel/plugin-proposal-optional-chaining": ^7.16.0 1207 "@babel/plugin-proposal-optional-chaining": ^7.16.5
1196 "@babel/plugin-proposal-private-methods": ^7.16.0 1208 "@babel/plugin-proposal-private-methods": ^7.16.5
1197 "@babel/plugin-proposal-private-property-in-object": ^7.16.0 1209 "@babel/plugin-proposal-private-property-in-object": ^7.16.5
1198 "@babel/plugin-proposal-unicode-property-regex": ^7.16.0 1210 "@babel/plugin-proposal-unicode-property-regex": ^7.16.5
1199 "@babel/plugin-syntax-async-generators": ^7.8.4 1211 "@babel/plugin-syntax-async-generators": ^7.8.4
1200 "@babel/plugin-syntax-class-properties": ^7.12.13 1212 "@babel/plugin-syntax-class-properties": ^7.12.13
1201 "@babel/plugin-syntax-class-static-block": ^7.14.5 1213 "@babel/plugin-syntax-class-static-block": ^7.14.5
@@ -1210,38 +1222,38 @@ __metadata:
1210 "@babel/plugin-syntax-optional-chaining": ^7.8.3 1222 "@babel/plugin-syntax-optional-chaining": ^7.8.3
1211 "@babel/plugin-syntax-private-property-in-object": ^7.14.5 1223 "@babel/plugin-syntax-private-property-in-object": ^7.14.5
1212 "@babel/plugin-syntax-top-level-await": ^7.14.5 1224 "@babel/plugin-syntax-top-level-await": ^7.14.5
1213 "@babel/plugin-transform-arrow-functions": ^7.16.0 1225 "@babel/plugin-transform-arrow-functions": ^7.16.5
1214 "@babel/plugin-transform-async-to-generator": ^7.16.0 1226 "@babel/plugin-transform-async-to-generator": ^7.16.5
1215 "@babel/plugin-transform-block-scoped-functions": ^7.16.0 1227 "@babel/plugin-transform-block-scoped-functions": ^7.16.5
1216 "@babel/plugin-transform-block-scoping": ^7.16.0 1228 "@babel/plugin-transform-block-scoping": ^7.16.5
1217 "@babel/plugin-transform-classes": ^7.16.0 1229 "@babel/plugin-transform-classes": ^7.16.5
1218 "@babel/plugin-transform-computed-properties": ^7.16.0 1230 "@babel/plugin-transform-computed-properties": ^7.16.5
1219 "@babel/plugin-transform-destructuring": ^7.16.0 1231 "@babel/plugin-transform-destructuring": ^7.16.5
1220 "@babel/plugin-transform-dotall-regex": ^7.16.0 1232 "@babel/plugin-transform-dotall-regex": ^7.16.5
1221 "@babel/plugin-transform-duplicate-keys": ^7.16.0 1233 "@babel/plugin-transform-duplicate-keys": ^7.16.5
1222 "@babel/plugin-transform-exponentiation-operator": ^7.16.0 1234 "@babel/plugin-transform-exponentiation-operator": ^7.16.5
1223 "@babel/plugin-transform-for-of": ^7.16.0 1235 "@babel/plugin-transform-for-of": ^7.16.5
1224 "@babel/plugin-transform-function-name": ^7.16.0 1236 "@babel/plugin-transform-function-name": ^7.16.5
1225 "@babel/plugin-transform-literals": ^7.16.0 1237 "@babel/plugin-transform-literals": ^7.16.5
1226 "@babel/plugin-transform-member-expression-literals": ^7.16.0 1238 "@babel/plugin-transform-member-expression-literals": ^7.16.5
1227 "@babel/plugin-transform-modules-amd": ^7.16.0 1239 "@babel/plugin-transform-modules-amd": ^7.16.5
1228 "@babel/plugin-transform-modules-commonjs": ^7.16.0 1240 "@babel/plugin-transform-modules-commonjs": ^7.16.5
1229 "@babel/plugin-transform-modules-systemjs": ^7.16.0 1241 "@babel/plugin-transform-modules-systemjs": ^7.16.5
1230 "@babel/plugin-transform-modules-umd": ^7.16.0 1242 "@babel/plugin-transform-modules-umd": ^7.16.5
1231 "@babel/plugin-transform-named-capturing-groups-regex": ^7.16.0 1243 "@babel/plugin-transform-named-capturing-groups-regex": ^7.16.5
1232 "@babel/plugin-transform-new-target": ^7.16.0 1244 "@babel/plugin-transform-new-target": ^7.16.5
1233 "@babel/plugin-transform-object-super": ^7.16.0 1245 "@babel/plugin-transform-object-super": ^7.16.5
1234 "@babel/plugin-transform-parameters": ^7.16.3 1246 "@babel/plugin-transform-parameters": ^7.16.5
1235 "@babel/plugin-transform-property-literals": ^7.16.0 1247 "@babel/plugin-transform-property-literals": ^7.16.5
1236 "@babel/plugin-transform-regenerator": ^7.16.0 1248 "@babel/plugin-transform-regenerator": ^7.16.5
1237 "@babel/plugin-transform-reserved-words": ^7.16.0 1249 "@babel/plugin-transform-reserved-words": ^7.16.5
1238 "@babel/plugin-transform-shorthand-properties": ^7.16.0 1250 "@babel/plugin-transform-shorthand-properties": ^7.16.5
1239 "@babel/plugin-transform-spread": ^7.16.0 1251 "@babel/plugin-transform-spread": ^7.16.5
1240 "@babel/plugin-transform-sticky-regex": ^7.16.0 1252 "@babel/plugin-transform-sticky-regex": ^7.16.5
1241 "@babel/plugin-transform-template-literals": ^7.16.0 1253 "@babel/plugin-transform-template-literals": ^7.16.5
1242 "@babel/plugin-transform-typeof-symbol": ^7.16.0 1254 "@babel/plugin-transform-typeof-symbol": ^7.16.5
1243 "@babel/plugin-transform-unicode-escapes": ^7.16.0 1255 "@babel/plugin-transform-unicode-escapes": ^7.16.5
1244 "@babel/plugin-transform-unicode-regex": ^7.16.0 1256 "@babel/plugin-transform-unicode-regex": ^7.16.5
1245 "@babel/preset-modules": ^0.1.5 1257 "@babel/preset-modules": ^0.1.5
1246 "@babel/types": ^7.16.0 1258 "@babel/types": ^7.16.0
1247 babel-plugin-polyfill-corejs2: ^0.3.0 1259 babel-plugin-polyfill-corejs2: ^0.3.0
@@ -1251,7 +1263,7 @@ __metadata:
1251 semver: ^6.3.0 1263 semver: ^6.3.0
1252 peerDependencies: 1264 peerDependencies:
1253 "@babel/core": ^7.0.0-0 1265 "@babel/core": ^7.0.0-0
1254 checksum: 72a5d7e460fbaa2a90d6e341d8c33dcc2d742421fb983b61695ce46637e479808d09bec58a123a5e11732734a477cea8cb957aeefb101bb5723fca460566f034 1266 checksum: b3887f816743e09d7d144ee11804123f6a31ef38cd6734d3e6165e99fb85644579b1ba28ef27d8afd6a6288081c9a9b12a6887d98dfd37f8b8add90511648929
1255 languageName: node 1267 languageName: node
1256 linkType: hard 1268 linkType: hard
1257 1269
@@ -1270,32 +1282,32 @@ __metadata:
1270 languageName: node 1282 languageName: node
1271 linkType: hard 1283 linkType: hard
1272 1284
1273"@babel/preset-react@npm:^7.16.0": 1285"@babel/preset-react@npm:^7.16.5":
1274 version: 7.16.0 1286 version: 7.16.5
1275 resolution: "@babel/preset-react@npm:7.16.0" 1287 resolution: "@babel/preset-react@npm:7.16.5"
1276 dependencies: 1288 dependencies:
1277 "@babel/helper-plugin-utils": ^7.14.5 1289 "@babel/helper-plugin-utils": ^7.16.5
1278 "@babel/helper-validator-option": ^7.14.5 1290 "@babel/helper-validator-option": ^7.14.5
1279 "@babel/plugin-transform-react-display-name": ^7.16.0 1291 "@babel/plugin-transform-react-display-name": ^7.16.5
1280 "@babel/plugin-transform-react-jsx": ^7.16.0 1292 "@babel/plugin-transform-react-jsx": ^7.16.5
1281 "@babel/plugin-transform-react-jsx-development": ^7.16.0 1293 "@babel/plugin-transform-react-jsx-development": ^7.16.5
1282 "@babel/plugin-transform-react-pure-annotations": ^7.16.0 1294 "@babel/plugin-transform-react-pure-annotations": ^7.16.5
1283 peerDependencies: 1295 peerDependencies:
1284 "@babel/core": ^7.0.0-0 1296 "@babel/core": ^7.0.0-0
1285 checksum: 88b0aab22129a57a30edcfec7f308bf09091d6129c4a9a280fe96557ebec442d8dded893a03fecd236a41832fc755a0ca1b2c89776377822050b0cd1d2551355 1297 checksum: e2295bb31a818eacf4c1e2a532970a5f6f3ba2aac7ea7fefb6593e38e8cb9f42f449f46eeec297dfde210151f23972cf31969c597e744f1251bf27c550089771
1286 languageName: node 1298 languageName: node
1287 linkType: hard 1299 linkType: hard
1288 1300
1289"@babel/preset-typescript@npm:^7.16.0": 1301"@babel/preset-typescript@npm:^7.16.5":
1290 version: 7.16.0 1302 version: 7.16.5
1291 resolution: "@babel/preset-typescript@npm:7.16.0" 1303 resolution: "@babel/preset-typescript@npm:7.16.5"
1292 dependencies: 1304 dependencies:
1293 "@babel/helper-plugin-utils": ^7.14.5 1305 "@babel/helper-plugin-utils": ^7.16.5
1294 "@babel/helper-validator-option": ^7.14.5 1306 "@babel/helper-validator-option": ^7.14.5
1295 "@babel/plugin-transform-typescript": ^7.16.0 1307 "@babel/plugin-transform-typescript": ^7.16.1
1296 peerDependencies: 1308 peerDependencies:
1297 "@babel/core": ^7.0.0-0 1309 "@babel/core": ^7.0.0-0
1298 checksum: 9b22316e96a34836c113f60c49d58023c8ba4219bcb0843a7685c04511486cf7c610e0d30551a1417809e2fd039884c847f6ede46abe2b8d520140e15fb36aaf 1310 checksum: 56274462ea7c43245f88e412b60c676f472f70d851bb896bed8f4ef14eb8defc3e7d01097db8461a18c4aa8ce2b7004b61cdf021f7bd0eb23e4e832a893550ca
1299 languageName: node 1311 languageName: node
1300 linkType: hard 1312 linkType: hard
1301 1313
@@ -1309,12 +1321,12 @@ __metadata:
1309 languageName: node 1321 languageName: node
1310 linkType: hard 1322 linkType: hard
1311 1323
1312"@babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7": 1324"@babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.16.5, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
1313 version: 7.16.3 1325 version: 7.16.5
1314 resolution: "@babel/runtime@npm:7.16.3" 1326 resolution: "@babel/runtime@npm:7.16.5"
1315 dependencies: 1327 dependencies:
1316 regenerator-runtime: ^0.13.4 1328 regenerator-runtime: ^0.13.4
1317 checksum: ab8ac887096d76185ddbf291d28fb976cd32473696dc497ad4905b784acbd5aa462533ad83a5c5104e10ead28c2e0e119840ee28ed8eff90dcdde9d57f916eda 1329 checksum: b96e67280efe581c6147b4fe984dfe08a8fbea048934a092f3cbf4dcf61725f6b221cb0c879b6e6e98671f83a104c9e8cfbd24c683e5ebcc886a731aa8984ad0
1318 languageName: node 1330 languageName: node
1319 linkType: hard 1331 linkType: hard
1320 1332
@@ -1329,20 +1341,21 @@ __metadata:
1329 languageName: node 1341 languageName: node
1330 linkType: hard 1342 linkType: hard
1331 1343
1332"@babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.16.0, @babel/traverse@npm:^7.16.3": 1344"@babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.16.5":
1333 version: 7.16.3 1345 version: 7.16.5
1334 resolution: "@babel/traverse@npm:7.16.3" 1346 resolution: "@babel/traverse@npm:7.16.5"
1335 dependencies: 1347 dependencies:
1336 "@babel/code-frame": ^7.16.0 1348 "@babel/code-frame": ^7.16.0
1337 "@babel/generator": ^7.16.0 1349 "@babel/generator": ^7.16.5
1350 "@babel/helper-environment-visitor": ^7.16.5
1338 "@babel/helper-function-name": ^7.16.0 1351 "@babel/helper-function-name": ^7.16.0
1339 "@babel/helper-hoist-variables": ^7.16.0 1352 "@babel/helper-hoist-variables": ^7.16.0
1340 "@babel/helper-split-export-declaration": ^7.16.0 1353 "@babel/helper-split-export-declaration": ^7.16.0
1341 "@babel/parser": ^7.16.3 1354 "@babel/parser": ^7.16.5
1342 "@babel/types": ^7.16.0 1355 "@babel/types": ^7.16.0
1343 debug: ^4.1.0 1356 debug: ^4.1.0
1344 globals: ^11.1.0 1357 globals: ^11.1.0
1345 checksum: abb14857b1104c73124612954865e28f95a86eb6741f35851369b4f9eabc17e394c9aa6f21fba6ce23813592353090d409772be828717cbe5154a5e981a753c1 1358 checksum: 6bc31311b641ac0a1c6c854cad3faa172f54d987f9a28d7d75ed64ecbcc74983f60acd51bdd792f77e451fd5385c10ce9955f9d1d60162bd32748cc42dc7eef9
1346 languageName: node 1359 languageName: node
1347 linkType: hard 1360 linkType: hard
1348 1361
@@ -1566,16 +1579,16 @@ __metadata:
1566 languageName: node 1579 languageName: node
1567 linkType: hard 1580 linkType: hard
1568 1581
1569"@codemirror/view@npm:^0.19.0, @codemirror/view@npm:^0.19.22, @codemirror/view@npm:^0.19.23, @codemirror/view@npm:^0.19.29": 1582"@codemirror/view@npm:^0.19.0, @codemirror/view@npm:^0.19.22, @codemirror/view@npm:^0.19.23, @codemirror/view@npm:^0.19.31":
1570 version: 0.19.29 1583 version: 0.19.31
1571 resolution: "@codemirror/view@npm:0.19.29" 1584 resolution: "@codemirror/view@npm:0.19.31"
1572 dependencies: 1585 dependencies:
1573 "@codemirror/rangeset": ^0.19.0 1586 "@codemirror/rangeset": ^0.19.0
1574 "@codemirror/state": ^0.19.3 1587 "@codemirror/state": ^0.19.3
1575 "@codemirror/text": ^0.19.0 1588 "@codemirror/text": ^0.19.0
1576 style-mod: ^4.0.0 1589 style-mod: ^4.0.0
1577 w3c-keyname: ^2.2.4 1590 w3c-keyname: ^2.2.4
1578 checksum: dcbdc2cfd709ff98899c5993a790f63b1b40c059ed47ce38dccd54cfc1324f83f00ada33ab2b5ad96d8043a39a0c02c2653253cc70ceb4796420f0eea01b4b0a 1591 checksum: 60ca29d7fae283900a612af9b11e6279d703ca7fb1967ec1486ddb64f402387fde8bfa04e660a8faa836813ae425c0d23f763af56dae445d341f413b92923e30
1579 languageName: node 1592 languageName: node
1580 linkType: hard 1593 linkType: hard
1581 1594
@@ -2045,12 +2058,12 @@ __metadata:
2045 version: 0.0.0-use.local 2058 version: 0.0.0-use.local
2046 resolution: "@refinery/frontend@workspace:subprojects/frontend" 2059 resolution: "@refinery/frontend@workspace:subprojects/frontend"
2047 dependencies: 2060 dependencies:
2048 "@babel/core": ^7.16.0 2061 "@babel/core": ^7.16.5
2049 "@babel/plugin-transform-runtime": ^7.16.4 2062 "@babel/plugin-transform-runtime": ^7.16.5
2050 "@babel/preset-env": ^7.16.4 2063 "@babel/preset-env": ^7.16.5
2051 "@babel/preset-react": ^7.16.0 2064 "@babel/preset-react": ^7.16.5
2052 "@babel/preset-typescript": ^7.16.0 2065 "@babel/preset-typescript": ^7.16.5
2053 "@babel/runtime": ^7.16.3 2066 "@babel/runtime": ^7.16.5
2054 "@codemirror/autocomplete": ^0.19.9 2067 "@codemirror/autocomplete": ^0.19.9
2055 "@codemirror/closebrackets": ^0.19.0 2068 "@codemirror/closebrackets": ^0.19.0
2056 "@codemirror/commands": ^0.19.6 2069 "@codemirror/commands": ^0.19.6
@@ -2066,7 +2079,7 @@ __metadata:
2066 "@codemirror/rectangular-selection": ^0.19.1 2079 "@codemirror/rectangular-selection": ^0.19.1
2067 "@codemirror/search": ^0.19.4 2080 "@codemirror/search": ^0.19.4
2068 "@codemirror/state": ^0.19.6 2081 "@codemirror/state": ^0.19.6
2069 "@codemirror/view": ^0.19.29 2082 "@codemirror/view": ^0.19.31
2070 "@emotion/react": ^11.7.1 2083 "@emotion/react": ^11.7.1
2071 "@emotion/styled": ^11.6.0 2084 "@emotion/styled": ^11.6.0
2072 "@fontsource/jetbrains-mono": ^4.5.0 2085 "@fontsource/jetbrains-mono": ^4.5.0
@@ -2079,8 +2092,8 @@ __metadata:
2079 "@principalstudio/html-webpack-inject-preload": ^1.2.7 2092 "@principalstudio/html-webpack-inject-preload": ^1.2.7
2080 "@types/react": ^17.0.37 2093 "@types/react": ^17.0.37
2081 "@types/react-dom": ^17.0.11 2094 "@types/react-dom": ^17.0.11
2082 "@typescript-eslint/eslint-plugin": ^5.6.0 2095 "@typescript-eslint/eslint-plugin": ^5.7.0
2083 "@typescript-eslint/parser": ^5.6.0 2096 "@typescript-eslint/parser": ^5.7.0
2084 ansi-styles: ^6.1.0 2097 ansi-styles: ^6.1.0
2085 babel-loader: ^8.2.3 2098 babel-loader: ^8.2.3
2086 css-loader: ^6.5.1 2099 css-loader: ^6.5.1
@@ -2111,7 +2124,7 @@ __metadata:
2111 stylelint: ^14.1.0 2124 stylelint: ^14.1.0
2112 stylelint-config-recommended-scss: ^5.0.2 2125 stylelint-config-recommended-scss: ^5.0.2
2113 stylelint-scss: ^4.0.1 2126 stylelint-scss: ^4.0.1
2114 typescript: ~4.5.3 2127 typescript: ~4.5.4
2115 webpack: ^5.65.0 2128 webpack: ^5.65.0
2116 webpack-cli: ^4.9.1 2129 webpack-cli: ^4.9.1
2117 webpack-dev-server: ^4.6.0 2130 webpack-dev-server: ^4.6.0
@@ -2126,7 +2139,7 @@ __metadata:
2126 dependencies: 2139 dependencies:
2127 eslint: ^8.4.1 2140 eslint: ^8.4.1
2128 stylelint: ^14.1.0 2141 stylelint: ^14.1.0
2129 typescript: ~4.5.3 2142 typescript: ~4.5.4
2130 languageName: unknown 2143 languageName: unknown
2131 linkType: soft 2144 linkType: soft
2132 2145
@@ -2330,12 +2343,12 @@ __metadata:
2330 languageName: node 2343 languageName: node
2331 linkType: hard 2344 linkType: hard
2332 2345
2333"@typescript-eslint/eslint-plugin@npm:^5.6.0": 2346"@typescript-eslint/eslint-plugin@npm:^5.7.0":
2334 version: 5.6.0 2347 version: 5.7.0
2335 resolution: "@typescript-eslint/eslint-plugin@npm:5.6.0" 2348 resolution: "@typescript-eslint/eslint-plugin@npm:5.7.0"
2336 dependencies: 2349 dependencies:
2337 "@typescript-eslint/experimental-utils": 5.6.0 2350 "@typescript-eslint/experimental-utils": 5.7.0
2338 "@typescript-eslint/scope-manager": 5.6.0 2351 "@typescript-eslint/scope-manager": 5.7.0
2339 debug: ^4.3.2 2352 debug: ^4.3.2
2340 functional-red-black-tree: ^1.0.1 2353 functional-red-black-tree: ^1.0.1
2341 ignore: ^5.1.8 2354 ignore: ^5.1.8
@@ -2348,66 +2361,66 @@ __metadata:
2348 peerDependenciesMeta: 2361 peerDependenciesMeta:
2349 typescript: 2362 typescript:
2350 optional: true 2363 optional: true
2351 checksum: aeae8c2de535cad6032c0b27fbb86baccd07788319efd5a97d828bc03a85eae5e635aff794a1d7a2b3ee2a84d6d6d7e68c42438fee62af42fead89f381df7bca 2364 checksum: e3674ee680e5dffecdb5d243d6c958ea8003021919d1b2068a3bebfde8e5303b3cecbc28cd144e1bacececb638b3d90fd3e16cd9e1f2e397c0eac8f148b9d3ac
2352 languageName: node 2365 languageName: node
2353 linkType: hard 2366 linkType: hard
2354 2367
2355"@typescript-eslint/experimental-utils@npm:5.6.0": 2368"@typescript-eslint/experimental-utils@npm:5.7.0":
2356 version: 5.6.0 2369 version: 5.7.0
2357 resolution: "@typescript-eslint/experimental-utils@npm:5.6.0" 2370 resolution: "@typescript-eslint/experimental-utils@npm:5.7.0"
2358 dependencies: 2371 dependencies:
2359 "@types/json-schema": ^7.0.9 2372 "@types/json-schema": ^7.0.9
2360 "@typescript-eslint/scope-manager": 5.6.0 2373 "@typescript-eslint/scope-manager": 5.7.0
2361 "@typescript-eslint/types": 5.6.0 2374 "@typescript-eslint/types": 5.7.0
2362 "@typescript-eslint/typescript-estree": 5.6.0 2375 "@typescript-eslint/typescript-estree": 5.7.0
2363 eslint-scope: ^5.1.1 2376 eslint-scope: ^5.1.1
2364 eslint-utils: ^3.0.0 2377 eslint-utils: ^3.0.0
2365 peerDependencies: 2378 peerDependencies:
2366 eslint: "*" 2379 eslint: "*"
2367 checksum: f708f38be41a3cb4c8c2c8573a660ce7de88f50becf53bea6679fcc8a56ba73c59f2e1a94f5a7773c8cccaf0c2e4dda679564c67764c989f8137594d6589aa4c 2380 checksum: 5e9ca434d834059632bf6f227c9d7f13f143f5a42d8518df6e54db242e971bae09038d9abcc5ff3debab8ecf17c742544ff66778f6bcbc90e94d92ee358d8315
2368 languageName: node 2381 languageName: node
2369 linkType: hard 2382 linkType: hard
2370 2383
2371"@typescript-eslint/parser@npm:^5.6.0": 2384"@typescript-eslint/parser@npm:^5.7.0":
2372 version: 5.6.0 2385 version: 5.7.0
2373 resolution: "@typescript-eslint/parser@npm:5.6.0" 2386 resolution: "@typescript-eslint/parser@npm:5.7.0"
2374 dependencies: 2387 dependencies:
2375 "@typescript-eslint/scope-manager": 5.6.0 2388 "@typescript-eslint/scope-manager": 5.7.0
2376 "@typescript-eslint/types": 5.6.0 2389 "@typescript-eslint/types": 5.7.0
2377 "@typescript-eslint/typescript-estree": 5.6.0 2390 "@typescript-eslint/typescript-estree": 5.7.0
2378 debug: ^4.3.2 2391 debug: ^4.3.2
2379 peerDependencies: 2392 peerDependencies:
2380 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2393 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2381 peerDependenciesMeta: 2394 peerDependenciesMeta:
2382 typescript: 2395 typescript:
2383 optional: true 2396 optional: true
2384 checksum: 7d703cfe6b0a33b35139f509bcc16065f234a11603244cee4f55e193112d93ed9cd4a6db4bcf57c6b766e8a4d602b4f2400cb8d52ea02b3fc2cdfb64e5b88a3e 2397 checksum: c57f9ab2001d3fd61776eb8ae7f05d0f5beed9d78fdc1bedaf24bf5f17049b909cbcea79ad58d0059000e29716b04d536ff1522c29441d1865229a3490a95bb2
2385 languageName: node 2398 languageName: node
2386 linkType: hard 2399 linkType: hard
2387 2400
2388"@typescript-eslint/scope-manager@npm:5.6.0": 2401"@typescript-eslint/scope-manager@npm:5.7.0":
2389 version: 5.6.0 2402 version: 5.7.0
2390 resolution: "@typescript-eslint/scope-manager@npm:5.6.0" 2403 resolution: "@typescript-eslint/scope-manager@npm:5.7.0"
2391 dependencies: 2404 dependencies:
2392 "@typescript-eslint/types": 5.6.0 2405 "@typescript-eslint/types": 5.7.0
2393 "@typescript-eslint/visitor-keys": 5.6.0 2406 "@typescript-eslint/visitor-keys": 5.7.0
2394 checksum: 6fea574f6e911eb25258e75fc738a36099678ba96cd447d18da28209bfa5326ba4e97aa7f254ccd0415aec15ea70d0b6fb860dd985d4f9042df57d4a227ae9d1 2407 checksum: 8323e9787cb21c2e6c3de6bef2eb56e7e37c04f9c19413ad54964545dacc27a59ce6c19d660f4a20c0c6a368eee264d231436e9e8f221ed551abdcaf78596e12
2395 languageName: node 2408 languageName: node
2396 linkType: hard 2409 linkType: hard
2397 2410
2398"@typescript-eslint/types@npm:5.6.0": 2411"@typescript-eslint/types@npm:5.7.0":
2399 version: 5.6.0 2412 version: 5.7.0
2400 resolution: "@typescript-eslint/types@npm:5.6.0" 2413 resolution: "@typescript-eslint/types@npm:5.7.0"
2401 checksum: 63abd287a265cb1bed06067117c11bf1c69c5db1a14ea59e13564dcd9d513ae2dac67969541f21381500139d40bbea67b269c32607d3204ab24ea8900c449293 2414 checksum: 4573250e59ea9e0b163c3e05e44ffb4b1ba4cdcfd6081c1f0b532e4c4bbbc5eb34ff4286c81c815115a1a1690cc8b1ad7b3ed79f3798773bf494b6ed82d0396b
2402 languageName: node 2415 languageName: node
2403 linkType: hard 2416 linkType: hard
2404 2417
2405"@typescript-eslint/typescript-estree@npm:5.6.0": 2418"@typescript-eslint/typescript-estree@npm:5.7.0":
2406 version: 5.6.0 2419 version: 5.7.0
2407 resolution: "@typescript-eslint/typescript-estree@npm:5.6.0" 2420 resolution: "@typescript-eslint/typescript-estree@npm:5.7.0"
2408 dependencies: 2421 dependencies:
2409 "@typescript-eslint/types": 5.6.0 2422 "@typescript-eslint/types": 5.7.0
2410 "@typescript-eslint/visitor-keys": 5.6.0 2423 "@typescript-eslint/visitor-keys": 5.7.0
2411 debug: ^4.3.2 2424 debug: ^4.3.2
2412 globby: ^11.0.4 2425 globby: ^11.0.4
2413 is-glob: ^4.0.3 2426 is-glob: ^4.0.3
@@ -2416,17 +2429,17 @@ __metadata:
2416 peerDependenciesMeta: 2429 peerDependenciesMeta:
2417 typescript: 2430 typescript:
2418 optional: true 2431 optional: true
2419 checksum: eb5cc53ddad6fe7772677798bcb682e859ac82674cf0adcdd7105814ddecdbb9d58a4a27f87caa68eb9f40dcc5ce1b0ce87db3cf50deffa5f7fa6c354c8bee68 2432 checksum: 0a63186e7b89dc3a1607d2b838ee7b44b4471654f3e77d62687242e5cb9d2a2385312f438dcfdcb70dadcb3638a141e1660483f7bb5d2cf3563cc9a43b0b2d94
2420 languageName: node 2433 languageName: node
2421 linkType: hard 2434 linkType: hard
2422 2435
2423"@typescript-eslint/visitor-keys@npm:5.6.0": 2436"@typescript-eslint/visitor-keys@npm:5.7.0":
2424 version: 5.6.0 2437 version: 5.7.0
2425 resolution: "@typescript-eslint/visitor-keys@npm:5.6.0" 2438 resolution: "@typescript-eslint/visitor-keys@npm:5.7.0"
2426 dependencies: 2439 dependencies:
2427 "@typescript-eslint/types": 5.6.0 2440 "@typescript-eslint/types": 5.7.0
2428 eslint-visitor-keys: ^3.0.0 2441 eslint-visitor-keys: ^3.0.0
2429 checksum: c1d9e2596ff4f03b52857a77ff373ca82e66c1883ea818f28c3a18e5c4877c4ac6367874f4681223e9134bcebd6560f95b9a3d12c411060d567a17d10113e9e5 2442 checksum: 59f7468c37cfcb92eb0de15b7ece47dd64a56c4d03d13167140c980399a4f12f20c1df52534f486cefc46bab65e717689b81decb327d2677063c47c0a26ae875
2430 languageName: node 2443 languageName: node
2431 linkType: hard 2444 linkType: hard
2432 2445
@@ -10125,23 +10138,23 @@ __metadata:
10125 languageName: node 10138 languageName: node
10126 linkType: hard 10139 linkType: hard
10127 10140
10128"typescript@npm:~4.5.3": 10141"typescript@npm:~4.5.4":
10129 version: 4.5.3 10142 version: 4.5.4
10130 resolution: "typescript@npm:4.5.3" 10143 resolution: "typescript@npm:4.5.4"
10131 bin: 10144 bin:
10132 tsc: bin/tsc 10145 tsc: bin/tsc
10133 tsserver: bin/tsserver 10146 tsserver: bin/tsserver
10134 checksum: 2ac278c20418882816789ad94a5d9e7f11969db7a2a23fa09e61f2fedf3814265cbd4f89d7f5b6e1f0e7be2b5f169becf5dab913d0da255b073ea3c8c324e6d4 10147 checksum: 59f3243f9cd6fe3161e6150ff6bf795fc843b4234a655dbd938a310515e0d61afd1ac942799e7415e4334255e41c2c49b7dd5d9fd38a17acd25a6779ca7e0961
10135 languageName: node 10148 languageName: node
10136 linkType: hard 10149 linkType: hard
10137 10150
10138"typescript@patch:typescript@~4.5.3#~builtin<compat/typescript>": 10151"typescript@patch:typescript@~4.5.4#~builtin<compat/typescript>":
10139 version: 4.5.3 10152 version: 4.5.4
10140 resolution: "typescript@patch:typescript@npm%3A4.5.3#~builtin<compat/typescript>::version=4.5.3&hash=493e53" 10153 resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=493e53"
10141 bin: 10154 bin:
10142 tsc: bin/tsc 10155 tsc: bin/tsc
10143 tsserver: bin/tsserver 10156 tsserver: bin/tsserver
10144 checksum: 3c3a664dfb66e7c45d3823cc1a4038dc506415041f39249ed3af1799a64b3065448549d9e9ba509c94335d1e2dfbe311a4b9e36574e87d248f9381d541cb8626 10157 checksum: 2e488dde7d2c4a2fa2e79cf2470600f8ce81bc0563c276b72df8ff412d74456ae532ba824650ae936ce207440c79720ddcfaa25e3cb4477572b8534fa4e34d49
10145 languageName: node 10158 languageName: node
10146 linkType: hard 10159 linkType: hard
10147 10160