|
22 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
|
23 | 23 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
|
24 | 24 |
|
| 25 | +"@babel/compat-data@^7.20.5": |
| 26 | + version "7.20.10" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" |
| 28 | + integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg== |
| 29 | + |
25 | 30 | "@babel/core@7.12.9":
|
26 | 31 | version "7.12.9"
|
27 | 32 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
|
|
65 | 70 | json5 "^2.2.1"
|
66 | 71 | semver "^6.3.0"
|
67 | 72 |
|
| 73 | +"@babel/core@^7.4.4": |
| 74 | + version "7.20.12" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
| 76 | + integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
| 77 | + dependencies: |
| 78 | + "@ampproject/remapping" "^2.1.0" |
| 79 | + "@babel/code-frame" "^7.18.6" |
| 80 | + "@babel/generator" "^7.20.7" |
| 81 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 82 | + "@babel/helper-module-transforms" "^7.20.11" |
| 83 | + "@babel/helpers" "^7.20.7" |
| 84 | + "@babel/parser" "^7.20.7" |
| 85 | + "@babel/template" "^7.20.7" |
| 86 | + "@babel/traverse" "^7.20.12" |
| 87 | + "@babel/types" "^7.20.7" |
| 88 | + convert-source-map "^1.7.0" |
| 89 | + debug "^4.1.0" |
| 90 | + gensync "^1.0.0-beta.2" |
| 91 | + json5 "^2.2.2" |
| 92 | + semver "^6.3.0" |
| 93 | + |
68 | 94 | "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
|
69 | 95 | version "7.20.4"
|
70 | 96 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
|
|
74 | 100 | "@jridgewell/gen-mapping" "^0.3.2"
|
75 | 101 | jsesc "^2.5.1"
|
76 | 102 |
|
| 103 | +"@babel/generator@^7.20.7": |
| 104 | + version "7.20.7" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 106 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 107 | + dependencies: |
| 108 | + "@babel/types" "^7.20.7" |
| 109 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 110 | + jsesc "^2.5.1" |
| 111 | + |
77 | 112 | "@babel/helper-annotate-as-pure@^7.18.6":
|
78 | 113 | version "7.18.6"
|
79 | 114 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
99 | 134 | browserslist "^4.21.3"
|
100 | 135 | semver "^6.3.0"
|
101 | 136 |
|
| 137 | +"@babel/helper-compilation-targets@^7.20.7": |
| 138 | + version "7.20.7" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 140 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 141 | + dependencies: |
| 142 | + "@babel/compat-data" "^7.20.5" |
| 143 | + "@babel/helper-validator-option" "^7.18.6" |
| 144 | + browserslist "^4.21.3" |
| 145 | + lru-cache "^5.1.1" |
| 146 | + semver "^6.3.0" |
| 147 | + |
102 | 148 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2":
|
103 | 149 | version "7.20.2"
|
104 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz#3c08a5b5417c7f07b5cf3dfb6dc79cbec682e8c2"
|
|
201 | 247 | "@babel/traverse" "^7.20.1"
|
202 | 248 | "@babel/types" "^7.20.2"
|
203 | 249 |
|
| 250 | +"@babel/helper-module-transforms@^7.20.11": |
| 251 | + version "7.20.11" |
| 252 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 253 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
| 254 | + dependencies: |
| 255 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 256 | + "@babel/helper-module-imports" "^7.18.6" |
| 257 | + "@babel/helper-simple-access" "^7.20.2" |
| 258 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 259 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 260 | + "@babel/template" "^7.20.7" |
| 261 | + "@babel/traverse" "^7.20.10" |
| 262 | + "@babel/types" "^7.20.7" |
| 263 | + |
204 | 264 | "@babel/helper-optimise-call-expression@^7.18.6":
|
205 | 265 | version "7.18.6"
|
206 | 266 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
294 | 354 | "@babel/traverse" "^7.20.1"
|
295 | 355 | "@babel/types" "^7.20.0"
|
296 | 356 |
|
| 357 | +"@babel/helpers@^7.20.7": |
| 358 | + version "7.20.7" |
| 359 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 360 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
| 361 | + dependencies: |
| 362 | + "@babel/template" "^7.20.7" |
| 363 | + "@babel/traverse" "^7.20.7" |
| 364 | + "@babel/types" "^7.20.7" |
| 365 | + |
297 | 366 | "@babel/highlight@^7.18.6":
|
298 | 367 | version "7.18.6"
|
299 | 368 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
|
|
308 | 377 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
|
309 | 378 | integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
|
310 | 379 |
|
| 380 | +"@babel/parser@^7.20.7": |
| 381 | + version "7.20.7" |
| 382 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 383 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
| 384 | + |
311 | 385 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
312 | 386 | version "7.18.6"
|
313 | 387 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
779 | 853 | "@babel/helper-plugin-utils" "^7.19.0"
|
780 | 854 | "@babel/helper-simple-access" "^7.19.4"
|
781 | 855 |
|
| 856 | +"@babel/plugin-transform-modules-commonjs@^7.4.4": |
| 857 | + version "7.20.11" |
| 858 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz#8cb23010869bf7669fd4b3098598b6b2be6dc607" |
| 859 | + integrity sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw== |
| 860 | + dependencies: |
| 861 | + "@babel/helper-module-transforms" "^7.20.11" |
| 862 | + "@babel/helper-plugin-utils" "^7.20.2" |
| 863 | + "@babel/helper-simple-access" "^7.20.2" |
| 864 | + |
782 | 865 | "@babel/plugin-transform-modules-systemjs@^7.19.6":
|
783 | 866 | version "7.19.6"
|
784 | 867 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d"
|
|
1113 | 1196 | "@babel/parser" "^7.18.10"
|
1114 | 1197 | "@babel/types" "^7.18.10"
|
1115 | 1198 |
|
| 1199 | +"@babel/template@^7.20.7": |
| 1200 | + version "7.20.7" |
| 1201 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 1202 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 1203 | + dependencies: |
| 1204 | + "@babel/code-frame" "^7.18.6" |
| 1205 | + "@babel/parser" "^7.20.7" |
| 1206 | + "@babel/types" "^7.20.7" |
| 1207 | + |
1116 | 1208 | "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
|
1117 | 1209 | version "7.20.1"
|
1118 | 1210 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
|
|
1129 | 1221 | debug "^4.1.0"
|
1130 | 1222 | globals "^11.1.0"
|
1131 | 1223 |
|
| 1224 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7": |
| 1225 | + version "7.20.12" |
| 1226 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
| 1227 | + integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 1228 | + dependencies: |
| 1229 | + "@babel/code-frame" "^7.18.6" |
| 1230 | + "@babel/generator" "^7.20.7" |
| 1231 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1232 | + "@babel/helper-function-name" "^7.19.0" |
| 1233 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1234 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1235 | + "@babel/parser" "^7.20.7" |
| 1236 | + "@babel/types" "^7.20.7" |
| 1237 | + debug "^4.1.0" |
| 1238 | + globals "^11.1.0" |
| 1239 | + |
1132 | 1240 | "@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1133 | 1241 | version "7.20.2"
|
1134 | 1242 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
|
|
1138 | 1246 | "@babel/helper-validator-identifier" "^7.19.1"
|
1139 | 1247 | to-fast-properties "^2.0.0"
|
1140 | 1248 |
|
| 1249 | +"@babel/types@^7.20.7": |
| 1250 | + version "7.20.7" |
| 1251 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 1252 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
| 1253 | + dependencies: |
| 1254 | + "@babel/helper-string-parser" "^7.19.4" |
| 1255 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1256 | + to-fast-properties "^2.0.0" |
| 1257 | + |
1141 | 1258 | "@base2/pretty-print-object@1.0.1":
|
1142 | 1259 | version "1.0.1"
|
1143 | 1260 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
|
@@ -5041,10 +5158,10 @@ chart.js@3.9.1:
|
5041 | 5158 | resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.9.1.tgz#3abf2c775169c4c71217a107163ac708515924b8"
|
5042 | 5159 | integrity sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==
|
5043 | 5160 |
|
5044 |
| -chartjs-adapter-date-fns@2.0.0: |
5045 |
| - version "2.0.0" |
5046 |
| - resolved "https://registry.yarnpkg.com/chartjs-adapter-date-fns/-/chartjs-adapter-date-fns-2.0.0.tgz#5e53b2f660b993698f936f509c86dddf9ed44c6b" |
5047 |
| - integrity sha512-rmZINGLe+9IiiEB0kb57vH3UugAtYw33anRiw5kS2Tu87agpetDDoouquycWc9pRsKtQo5j+vLsYHyr8etAvFw== |
| 5161 | +chartjs-adapter-date-fns@3.0.0: |
| 5162 | + version "3.0.0" |
| 5163 | + resolved "https://registry.yarnpkg.com/chartjs-adapter-date-fns/-/chartjs-adapter-date-fns-3.0.0.tgz#c25f63c7f317c1f96f9a7c44bd45eeedb8a478e5" |
| 5164 | + integrity sha512-Rs3iEB3Q5pJ973J93OBTpnP7qoGwvq3nUnoMdtxO+9aoJof7UFcRbWcIDteXuYd1fgAvct/32T9qaLyLuZVwCg== |
5048 | 5165 |
|
5049 | 5166 | chokidar@^2.1.8:
|
5050 | 5167 | version "2.1.8"
|
@@ -8749,6 +8866,14 @@ jest-environment-node@^27.5.1:
|
8749 | 8866 | jest-mock "^27.5.1"
|
8750 | 8867 | jest-util "^27.5.1"
|
8751 | 8868 |
|
| 8869 | +jest-esm-transformer@^1.0.0: |
| 8870 | + version "1.0.0" |
| 8871 | + resolved "https://registry.yarnpkg.com/jest-esm-transformer/-/jest-esm-transformer-1.0.0.tgz#b6c58f496aa48194f96361a52f5c578fd2209726" |
| 8872 | + integrity sha512-FoPgeMMwy1/CEsc8tBI41i83CEO3x85RJuZi5iAMmWoARXhfgk6Jd7y+4d+z+HCkTKNVDvSWKGRhwjzU9PUbrw== |
| 8873 | + dependencies: |
| 8874 | + "@babel/core" "^7.4.4" |
| 8875 | + "@babel/plugin-transform-modules-commonjs" "^7.4.4" |
| 8876 | + |
8752 | 8877 | jest-get-type@^27.5.1:
|
8753 | 8878 | version "27.5.1"
|
8754 | 8879 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
|
@@ -9262,6 +9387,11 @@ json5@^1.0.1:
|
9262 | 9387 | dependencies:
|
9263 | 9388 | minimist "^1.2.0"
|
9264 | 9389 |
|
| 9390 | +json5@^2.2.2: |
| 9391 | + version "2.2.3" |
| 9392 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 9393 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 9394 | + |
9265 | 9395 | jsonfile@^6.0.1:
|
9266 | 9396 | version "6.1.0"
|
9267 | 9397 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
|
|
0 commit comments