|
91 | 91 | dependencies:
|
92 | 92 | "@babel/types" "^7.22.5"
|
93 | 93 |
|
94 |
| -"@babel/helper-module-imports@^7.0.0": |
95 |
| - version "7.18.6" |
96 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
97 |
| - integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== |
98 |
| - dependencies: |
99 |
| - "@babel/types" "^7.18.6" |
100 |
| - |
101 | 94 | "@babel/helper-module-imports@^7.22.5":
|
102 | 95 | version "7.22.5"
|
103 | 96 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
|
104 | 97 | integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
|
105 | 98 | dependencies:
|
106 | 99 | "@babel/types" "^7.22.5"
|
107 | 100 |
|
| 101 | +"@babel/helper-module-imports@^7.7.4": |
| 102 | + version "7.22.15" |
| 103 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" |
| 104 | + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== |
| 105 | + dependencies: |
| 106 | + "@babel/types" "^7.22.15" |
| 107 | + |
108 | 108 | "@babel/helper-module-transforms@^7.22.5":
|
109 | 109 | version "7.22.5"
|
110 | 110 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
|
|
133 | 133 | dependencies:
|
134 | 134 | "@babel/types" "^7.22.5"
|
135 | 135 |
|
136 |
| -"@babel/helper-string-parser@^7.19.4": |
137 |
| - version "7.19.4" |
138 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
139 |
| - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
140 |
| - |
141 | 136 | "@babel/helper-string-parser@^7.22.5":
|
142 | 137 | version "7.22.5"
|
143 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
144 | 139 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
145 | 140 |
|
146 |
| -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
| 141 | +"@babel/helper-string-parser@^7.23.4": |
| 142 | + version "7.23.4" |
| 143 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 144 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 145 | + |
| 146 | +"@babel/helper-validator-identifier@^7.18.6": |
147 | 147 | version "7.19.1"
|
148 | 148 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
149 | 149 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
150 | 150 |
|
| 151 | +"@babel/helper-validator-identifier@^7.22.20": |
| 152 | + version "7.22.20" |
| 153 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 154 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 155 | + |
151 | 156 | "@babel/helper-validator-identifier@^7.22.5":
|
152 | 157 | version "7.22.5"
|
153 | 158 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
235 | 240 | debug "^4.1.0"
|
236 | 241 | globals "^11.1.0"
|
237 | 242 |
|
238 |
| -"@babel/types@^7.18.6": |
239 |
| - version "7.20.5" |
240 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
241 |
| - integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
| 243 | +"@babel/types@^7.22.15": |
| 244 | + version "7.23.6" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" |
| 246 | + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== |
242 | 247 | dependencies:
|
243 |
| - "@babel/helper-string-parser" "^7.19.4" |
244 |
| - "@babel/helper-validator-identifier" "^7.19.1" |
| 248 | + "@babel/helper-string-parser" "^7.23.4" |
| 249 | + "@babel/helper-validator-identifier" "^7.22.20" |
245 | 250 | to-fast-properties "^2.0.0"
|
246 | 251 |
|
247 | 252 | "@babel/types@^7.22.5":
|
|
572 | 577 | "@nodelib/fs.scandir" "2.1.5"
|
573 | 578 | fastq "^1.6.0"
|
574 | 579 |
|
| 580 | + |
| 581 | + version "5.0.0" |
| 582 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9" |
| 583 | + integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA== |
| 584 | + dependencies: |
| 585 | + "@babel/helper-module-imports" "^7.7.4" |
| 586 | + "@rollup/pluginutils" "^3.0.8" |
| 587 | + |
575 | 588 |
|
576 | 589 | version "1.0.2"
|
577 | 590 | resolved "https://registry.yarnpkg.com/@rollup/plugin-buble/-/plugin-buble-1.0.2.tgz#30af390341b0888490f781fcf17e469198d118a2"
|
|
621 | 634 | "@rollup/pluginutils" "^3.1.0"
|
622 | 635 | resolve "^1.17.0"
|
623 | 636 |
|
624 |
| -"@rollup/pluginutils@^3.1.0": |
| 637 | +"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0": |
625 | 638 | version "3.1.0"
|
626 | 639 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
|
627 | 640 | integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
|
@@ -4441,14 +4454,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
4441 | 4454 | dependencies:
|
4442 | 4455 | glob "^7.1.3"
|
4443 | 4456 |
|
4444 |
| - |
4445 |
| - version "4.4.0" |
4446 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb" |
4447 |
| - integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== |
4448 |
| - dependencies: |
4449 |
| - "@babel/helper-module-imports" "^7.0.0" |
4450 |
| - rollup-pluginutils "^2.8.1" |
4451 |
| - |
4452 | 4457 | rollup-plugin-license@^3.0.1:
|
4453 | 4458 | version "3.0.1"
|
4454 | 4459 | resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.0.1.tgz#e54d9464971dc2c5282b74c00cee09091b329054"
|
|
4473 | 4478 | hash-sum "^2.0.0"
|
4474 | 4479 | rollup-pluginutils "^2.8.2"
|
4475 | 4480 |
|
4476 |
| -rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2: |
| 4481 | +rollup-pluginutils@^2.8.2: |
4477 | 4482 | version "2.8.2"
|
4478 | 4483 | resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
|
4479 | 4484 | integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
|
|
0 commit comments