You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2024/01/12 14:32:39 UTC

(camel-website) 08/10: chore: update @babel/traverse to 7.23.7

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 06cad8e2d8bda0b3916e1ed8d56d2eaa87387900
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Wed Jan 10 16:28:27 2024 +0100

    chore: update @babel/traverse to 7.23.7
---
 .pnp.cjs                                           | 214 ++++++++++++---------
 ...generator-npm-7.12.11-76629b27f8-10f468dfb6.zip | Bin 34068 -> 0 bytes
 ...-generator-npm-7.23.6-817ef5e591-864090d512.zip | Bin 0 -> 122542 bytes
 ...t-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip | Bin 0 -> 4411 bytes
 ...tion-name-npm-7.12.11-53931a5dc0-e0866a9dc9.zip | Bin 4070 -> 0 bytes
 ...ction-name-npm-7.23.0-ce38271242-7b2ae024cd.zip | Bin 0 -> 8980 bytes
 ...ion-arity-npm-7.12.10-cb02cbb9f3-c11c0d722b.zip | Bin 2975 -> 0 bytes
 ...-variables-npm-7.10.4-ba6140a324-efb6adceec.zip | Bin 3236 -> 0 bytes
 ...-variables-npm-7.22.5-6db3192347-394ca191b4.zip | Bin 0 -> 4610 bytes
 ...claration-npm-7.12.11-c2789c09f5-08670ae15b.zip | Bin 3463 -> 0 bytes
 ...eclaration-npm-7.22.6-e723505aef-e141cace58.zip | Bin 0 -> 5379 bytes
 ...ing-parser-npm-7.23.4-b1f0d030c3-c352082474.zip | Bin 0 -> 10061 bytes
 ...bel-parser-npm-7.16.2-2df15780e2-68c4cca202.zip | Bin 385225 -> 0 bytes
 ...bel-parser-npm-7.23.6-2fad283d6e-6be3a63d3c.zip | Bin 0 -> 415803 bytes
 ...l-template-npm-7.12.7-ea87424ec4-a830e6448a.zip | Bin 10980 -> 0 bytes
 ...-template-npm-7.22.15-0b464facb4-21e768e4ee.zip | Bin 0 -> 26736 bytes
 ...-traverse-npm-7.12.12-624e94788e-7744dddff5.zip | Bin 49551 -> 0 bytes
 ...l-traverse-npm-7.23.7-6251d782ea-3215e59429.zip | Bin 0 -> 180281 bytes
 ...bel-types-npm-7.12.12-091a83fdd2-5a6016297d.zip | Bin 163633 -> 0 bytes
 ...abel-types-npm-7.23.6-4e68ac9e9b-07e70bb94d.zip | Bin 0 -> 331944 bytes
 ...gen-mapping-npm-0.3.3-1815eba94c-072ace159c.zip | Bin 0 -> 22925 bytes
 ...l-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip | Bin 0 -> 8860 bytes
 yarn.lock                                          | 154 ++++++++-------
 23 files changed, 211 insertions(+), 157 deletions(-)

diff --git a/.pnp.cjs b/.pnp.cjs
index 34684cc8..d66db6d2 100755
--- a/.pnp.cjs
+++ b/.pnp.cjs
@@ -510,13 +510,13 @@ const RAW_RUNTIME_STATE =
         "packageDependencies": [\
           ["@babel/core", "npm:7.12.10"],\
           ["@babel/code-frame", "npm:7.23.5"],\
-          ["@babel/generator", "npm:7.12.11"],\
+          ["@babel/generator", "npm:7.23.6"],\
           ["@babel/helper-module-transforms", "npm:7.12.1"],\
           ["@babel/helpers", "npm:7.12.5"],\
-          ["@babel/parser", "npm:7.16.2"],\
-          ["@babel/template", "npm:7.12.7"],\
-          ["@babel/traverse", "npm:7.12.12"],\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/parser", "npm:7.23.6"],\
+          ["@babel/template", "npm:7.22.15"],\
+          ["@babel/traverse", "npm:7.23.7"],\
+          ["@babel/types", "npm:7.23.6"],\
           ["convert-source-map", "npm:1.7.0"],\
           ["debug", "virtual:d27045f313cae7cbc212b229738d5843f6d2265eba3ea36069f78075a79d301bc17e702a21a7b811ca9aa59de4cb7943fb27cda91a0e7d8a8ad547668124b185#npm:4.3.4"],\
           ["gensync", "npm:1.0.0-beta.2"],\
@@ -529,13 +529,14 @@ const RAW_RUNTIME_STATE =
       }]\
     ]],\
     ["@babel/generator", [\
-      ["npm:7.12.11", {\
-        "packageLocation": "./.yarn/cache/@babel-generator-npm-7.12.11-76629b27f8-10f468dfb6.zip/node_modules/@babel/generator/",\
+      ["npm:7.23.6", {\
+        "packageLocation": "./.yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-864090d512.zip/node_modules/@babel/generator/",\
         "packageDependencies": [\
-          ["@babel/generator", "npm:7.12.11"],\
-          ["@babel/types", "npm:7.12.12"],\
-          ["jsesc", "npm:2.5.2"],\
-          ["source-map", "npm:0.5.7"]\
+          ["@babel/generator", "npm:7.23.6"],\
+          ["@babel/types", "npm:7.23.6"],\
+          ["@jridgewell/gen-mapping", "npm:0.3.3"],\
+          ["@jridgewell/trace-mapping", "npm:0.3.20"],\
+          ["jsesc", "npm:2.5.2"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -545,7 +546,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-annotate-as-pure-npm-7.12.10-d08a7ae127-e6cd551b21.zip/node_modules/@babel/helper-annotate-as-pure/",\
         "packageDependencies": [\
           ["@babel/helper-annotate-as-pure", "npm:7.12.10"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -556,7 +557,7 @@ const RAW_RUNTIME_STATE =
         "packageDependencies": [\
           ["@babel/helper-builder-binary-assignment-operator-visitor", "npm:7.10.4"],\
           ["@babel/helper-explode-assignable-expression", "npm:7.12.1"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -600,11 +601,11 @@ const RAW_RUNTIME_STATE =
         "packageDependencies": [\
           ["@babel/helper-create-class-features-plugin", "virtual:0befc95e460d940e07a17877c73ee81325e6b1b1bd8cab4059765f2225a01f0ea11a16e00849230ee0cc245227424590b44e353ebb565d0005026f634893376f#npm:7.12.1"],\
           ["@babel/core", "npm:7.12.10"],\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
           ["@babel/helper-member-expression-to-functions", "npm:7.12.1"],\
           ["@babel/helper-optimise-call-expression", "npm:7.10.4"],\
           ["@babel/helper-replace-supers", "npm:7.12.1"],\
-          ["@babel/helper-split-export-declaration", "npm:7.12.11"],\
+          ["@babel/helper-split-export-declaration", "npm:7.22.6"],\
           ["@types/babel__core", null]\
         ],\
         "packagePeers": [\
@@ -643,51 +644,49 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-define-map-npm-7.10.5-a39821074e-e46959f60a.zip/node_modules/@babel/helper-define-map/",\
         "packageDependencies": [\
           ["@babel/helper-define-map", "npm:7.10.5"],\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
+          ["@babel/types", "npm:7.23.6"],\
           ["lodash", "npm:4.17.21"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
-    ["@babel/helper-explode-assignable-expression", [\
-      ["npm:7.12.1", {\
-        "packageLocation": "./.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.12.1-be0a404ab2-e456f2dc01.zip/node_modules/@babel/helper-explode-assignable-expression/",\
+    ["@babel/helper-environment-visitor", [\
+      ["npm:7.22.20", {\
+        "packageLocation": "./.yarn/cache/@babel-helper-environment-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip/node_modules/@babel/helper-environment-visitor/",\
         "packageDependencies": [\
-          ["@babel/helper-explode-assignable-expression", "npm:7.12.1"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/helper-environment-visitor", "npm:7.22.20"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
-    ["@babel/helper-function-name", [\
-      ["npm:7.12.11", {\
-        "packageLocation": "./.yarn/cache/@babel-helper-function-name-npm-7.12.11-53931a5dc0-e0866a9dc9.zip/node_modules/@babel/helper-function-name/",\
+    ["@babel/helper-explode-assignable-expression", [\
+      ["npm:7.12.1", {\
+        "packageLocation": "./.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.12.1-be0a404ab2-e456f2dc01.zip/node_modules/@babel/helper-explode-assignable-expression/",\
         "packageDependencies": [\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
-          ["@babel/helper-get-function-arity", "npm:7.12.10"],\
-          ["@babel/template", "npm:7.12.7"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/helper-explode-assignable-expression", "npm:7.12.1"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
-    ["@babel/helper-get-function-arity", [\
-      ["npm:7.12.10", {\
-        "packageLocation": "./.yarn/cache/@babel-helper-get-function-arity-npm-7.12.10-cb02cbb9f3-c11c0d722b.zip/node_modules/@babel/helper-get-function-arity/",\
+    ["@babel/helper-function-name", [\
+      ["npm:7.23.0", {\
+        "packageLocation": "./.yarn/cache/@babel-helper-function-name-npm-7.23.0-ce38271242-7b2ae024cd.zip/node_modules/@babel/helper-function-name/",\
         "packageDependencies": [\
-          ["@babel/helper-get-function-arity", "npm:7.12.10"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
+          ["@babel/template", "npm:7.22.15"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
     ["@babel/helper-hoist-variables", [\
-      ["npm:7.10.4", {\
-        "packageLocation": "./.yarn/cache/@babel-helper-hoist-variables-npm-7.10.4-ba6140a324-efb6adceec.zip/node_modules/@babel/helper-hoist-variables/",\
+      ["npm:7.22.5", {\
+        "packageLocation": "./.yarn/cache/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-394ca191b4.zip/node_modules/@babel/helper-hoist-variables/",\
         "packageDependencies": [\
-          ["@babel/helper-hoist-variables", "npm:7.10.4"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/helper-hoist-variables", "npm:7.22.5"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -697,7 +696,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.12.1-cae2fe0eb8-7a662e442f.zip/node_modules/@babel/helper-member-expression-to-functions/",\
         "packageDependencies": [\
           ["@babel/helper-member-expression-to-functions", "npm:7.12.1"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -707,7 +706,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-module-imports-npm-7.12.5-76d7bcabe9-6c3cde2119.zip/node_modules/@babel/helper-module-imports/",\
         "packageDependencies": [\
           ["@babel/helper-module-imports", "npm:7.12.5"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -720,11 +719,11 @@ const RAW_RUNTIME_STATE =
           ["@babel/helper-module-imports", "npm:7.12.5"],\
           ["@babel/helper-replace-supers", "npm:7.12.1"],\
           ["@babel/helper-simple-access", "npm:7.12.1"],\
-          ["@babel/helper-split-export-declaration", "npm:7.12.11"],\
+          ["@babel/helper-split-export-declaration", "npm:7.22.6"],\
           ["@babel/helper-validator-identifier", "npm:7.22.20"],\
-          ["@babel/template", "npm:7.12.7"],\
-          ["@babel/traverse", "npm:7.12.12"],\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/template", "npm:7.22.15"],\
+          ["@babel/traverse", "npm:7.23.7"],\
+          ["@babel/types", "npm:7.23.6"],\
           ["lodash", "npm:4.17.21"]\
         ],\
         "linkType": "HARD"\
@@ -735,7 +734,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-optimise-call-expression-npm-7.10.4-135301e242-358b904a50.zip/node_modules/@babel/helper-optimise-call-expression/",\
         "packageDependencies": [\
           ["@babel/helper-optimise-call-expression", "npm:7.10.4"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -756,7 +755,7 @@ const RAW_RUNTIME_STATE =
           ["@babel/helper-remap-async-to-generator", "npm:7.12.1"],\
           ["@babel/helper-annotate-as-pure", "npm:7.12.10"],\
           ["@babel/helper-wrap-function", "npm:7.12.3"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -768,8 +767,8 @@ const RAW_RUNTIME_STATE =
           ["@babel/helper-replace-supers", "npm:7.12.1"],\
           ["@babel/helper-member-expression-to-functions", "npm:7.12.1"],\
           ["@babel/helper-optimise-call-expression", "npm:7.10.4"],\
-          ["@babel/traverse", "npm:7.12.12"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/traverse", "npm:7.23.7"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -779,7 +778,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-simple-access-npm-7.12.1-18caff947e-2c387b57d9.zip/node_modules/@babel/helper-simple-access/",\
         "packageDependencies": [\
           ["@babel/helper-simple-access", "npm:7.12.1"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -789,17 +788,26 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.12.1-115c18dee8-8f38c769fd.zip/node_modules/@babel/helper-skip-transparent-expression-wrappers/",\
         "packageDependencies": [\
           ["@babel/helper-skip-transparent-expression-wrappers", "npm:7.12.1"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
     ["@babel/helper-split-export-declaration", [\
-      ["npm:7.12.11", {\
-        "packageLocation": "./.yarn/cache/@babel-helper-split-export-declaration-npm-7.12.11-c2789c09f5-08670ae15b.zip/node_modules/@babel/helper-split-export-declaration/",\
+      ["npm:7.22.6", {\
+        "packageLocation": "./.yarn/cache/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-e141cace58.zip/node_modules/@babel/helper-split-export-declaration/",\
+        "packageDependencies": [\
+          ["@babel/helper-split-export-declaration", "npm:7.22.6"],\
+          ["@babel/types", "npm:7.23.6"]\
+        ],\
+        "linkType": "HARD"\
+      }]\
+    ]],\
+    ["@babel/helper-string-parser", [\
+      ["npm:7.23.4", {\
+        "packageLocation": "./.yarn/cache/@babel-helper-string-parser-npm-7.23.4-b1f0d030c3-c352082474.zip/node_modules/@babel/helper-string-parser/",\
         "packageDependencies": [\
-          ["@babel/helper-split-export-declaration", "npm:7.12.11"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/helper-string-parser", "npm:7.23.4"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -827,10 +835,10 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helper-wrap-function-npm-7.12.3-ef6223c955-49c3796d7a.zip/node_modules/@babel/helper-wrap-function/",\
         "packageDependencies": [\
           ["@babel/helper-wrap-function", "npm:7.12.3"],\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
-          ["@babel/template", "npm:7.12.7"],\
-          ["@babel/traverse", "npm:7.12.12"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
+          ["@babel/template", "npm:7.22.15"],\
+          ["@babel/traverse", "npm:7.23.7"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -840,9 +848,9 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@babel-helpers-npm-7.12.5-3a2d6abe18-272aef1df2.zip/node_modules/@babel/helpers/",\
         "packageDependencies": [\
           ["@babel/helpers", "npm:7.12.5"],\
-          ["@babel/template", "npm:7.12.7"],\
-          ["@babel/traverse", "npm:7.12.12"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/template", "npm:7.22.15"],\
+          ["@babel/traverse", "npm:7.23.7"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -860,11 +868,11 @@ const RAW_RUNTIME_STATE =
       }]\
     ]],\
     ["@babel/parser", [\
-      ["npm:7.16.2", {\
-        "packageLocation": "./.yarn/cache/@babel-parser-npm-7.16.2-2df15780e2-68c4cca202.zip/node_modules/@babel/parser/",\
+      ["npm:7.23.6", {\
+        "packageLocation": "./.yarn/cache/@babel-parser-npm-7.23.6-2fad283d6e-6be3a63d3c.zip/node_modules/@babel/parser/",\
         "packageDependencies": [\
-          ["@babel/parser", "npm:7.16.2"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/parser", "npm:7.23.6"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -1569,11 +1577,11 @@ const RAW_RUNTIME_STATE =
           ["@babel/core", "npm:7.12.10"],\
           ["@babel/helper-annotate-as-pure", "npm:7.12.10"],\
           ["@babel/helper-define-map", "npm:7.10.5"],\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
           ["@babel/helper-optimise-call-expression", "npm:7.10.4"],\
           ["@babel/helper-plugin-utils", "npm:7.10.4"],\
           ["@babel/helper-replace-supers", "npm:7.12.1"],\
-          ["@babel/helper-split-export-declaration", "npm:7.12.11"],\
+          ["@babel/helper-split-export-declaration", "npm:7.22.6"],\
           ["@types/babel__core", null],\
           ["globals", "npm:11.12.0"]\
         ],\
@@ -1737,7 +1745,7 @@ const RAW_RUNTIME_STATE =
         "packageDependencies": [\
           ["@babel/plugin-transform-function-name", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:7.12.1"],\
           ["@babel/core", "npm:7.12.10"],\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
           ["@babel/helper-plugin-utils", "npm:7.10.4"],\
           ["@types/babel__core", null]\
         ],\
@@ -1858,7 +1866,7 @@ const RAW_RUNTIME_STATE =
         "packageDependencies": [\
           ["@babel/plugin-transform-modules-systemjs", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:7.12.1"],\
           ["@babel/core", "npm:7.12.10"],\
-          ["@babel/helper-hoist-variables", "npm:7.10.4"],\
+          ["@babel/helper-hoist-variables", "npm:7.22.5"],\
           ["@babel/helper-module-transforms", "npm:7.12.1"],\
           ["@babel/helper-plugin-utils", "npm:7.10.4"],\
           ["@babel/helper-validator-identifier", "npm:7.22.20"],\
@@ -2297,7 +2305,7 @@ const RAW_RUNTIME_STATE =
           ["@babel/plugin-transform-unicode-escapes", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:7.12.1"],\
           ["@babel/plugin-transform-unicode-regex", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:7.12.1"],\
           ["@babel/preset-modules", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:0.1.4"],\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/types", "npm:7.23.6"],\
           ["@types/babel__core", null],\
           ["core-js-compat", "npm:3.8.1"],\
           ["semver", "npm:5.7.1"]\
@@ -2325,7 +2333,7 @@ const RAW_RUNTIME_STATE =
           ["@babel/helper-plugin-utils", "npm:7.10.4"],\
           ["@babel/plugin-proposal-unicode-property-regex", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:7.12.1"],\
           ["@babel/plugin-transform-dotall-regex", "virtual:9ee843ca80d9e33beb4a59e7d09daa0447f71824e2c64bc3a80546c545143fb587d94c131e8cb529d09d1468045fb87cdb0180e7d2beac7d085dac6ef800bc9e#npm:7.12.1"],\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/types", "npm:7.23.6"],\
           ["@types/babel__core", null],\
           ["esutils", "npm:2.0.3"]\
         ],\
@@ -2347,42 +2355,43 @@ const RAW_RUNTIME_STATE =
       }]\
     ]],\
     ["@babel/template", [\
-      ["npm:7.12.7", {\
-        "packageLocation": "./.yarn/cache/@babel-template-npm-7.12.7-ea87424ec4-a830e6448a.zip/node_modules/@babel/template/",\
+      ["npm:7.22.15", {\
+        "packageLocation": "./.yarn/cache/@babel-template-npm-7.22.15-0b464facb4-21e768e4ee.zip/node_modules/@babel/template/",\
         "packageDependencies": [\
-          ["@babel/template", "npm:7.12.7"],\
+          ["@babel/template", "npm:7.22.15"],\
           ["@babel/code-frame", "npm:7.23.5"],\
-          ["@babel/parser", "npm:7.16.2"],\
-          ["@babel/types", "npm:7.12.12"]\
+          ["@babel/parser", "npm:7.23.6"],\
+          ["@babel/types", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
     ["@babel/traverse", [\
-      ["npm:7.12.12", {\
-        "packageLocation": "./.yarn/cache/@babel-traverse-npm-7.12.12-624e94788e-7744dddff5.zip/node_modules/@babel/traverse/",\
+      ["npm:7.23.7", {\
+        "packageLocation": "./.yarn/cache/@babel-traverse-npm-7.23.7-6251d782ea-3215e59429.zip/node_modules/@babel/traverse/",\
         "packageDependencies": [\
-          ["@babel/traverse", "npm:7.12.12"],\
+          ["@babel/traverse", "npm:7.23.7"],\
           ["@babel/code-frame", "npm:7.23.5"],\
-          ["@babel/generator", "npm:7.12.11"],\
-          ["@babel/helper-function-name", "npm:7.12.11"],\
-          ["@babel/helper-split-export-declaration", "npm:7.12.11"],\
-          ["@babel/parser", "npm:7.16.2"],\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/generator", "npm:7.23.6"],\
+          ["@babel/helper-environment-visitor", "npm:7.22.20"],\
+          ["@babel/helper-function-name", "npm:7.23.0"],\
+          ["@babel/helper-hoist-variables", "npm:7.22.5"],\
+          ["@babel/helper-split-export-declaration", "npm:7.22.6"],\
+          ["@babel/parser", "npm:7.23.6"],\
+          ["@babel/types", "npm:7.23.6"],\
           ["debug", "virtual:d27045f313cae7cbc212b229738d5843f6d2265eba3ea36069f78075a79d301bc17e702a21a7b811ca9aa59de4cb7943fb27cda91a0e7d8a8ad547668124b185#npm:4.3.4"],\
-          ["globals", "npm:11.12.0"],\
-          ["lodash", "npm:4.17.21"]\
+          ["globals", "npm:11.12.0"]\
         ],\
         "linkType": "HARD"\
       }]\
     ]],\
     ["@babel/types", [\
-      ["npm:7.12.12", {\
-        "packageLocation": "./.yarn/cache/@babel-types-npm-7.12.12-091a83fdd2-5a6016297d.zip/node_modules/@babel/types/",\
+      ["npm:7.23.6", {\
+        "packageLocation": "./.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-07e70bb94d.zip/node_modules/@babel/types/",\
         "packageDependencies": [\
-          ["@babel/types", "npm:7.12.12"],\
+          ["@babel/types", "npm:7.23.6"],\
+          ["@babel/helper-string-parser", "npm:7.23.4"],\
           ["@babel/helper-validator-identifier", "npm:7.22.20"],\
-          ["lodash", "npm:4.17.21"],\
           ["to-fast-properties", "npm:2.0.0"]\
         ],\
         "linkType": "HARD"\
@@ -2755,6 +2764,18 @@ const RAW_RUNTIME_STATE =
         "linkType": "HARD"\
       }]\
     ]],\
+    ["@jridgewell/gen-mapping", [\
+      ["npm:0.3.3", {\
+        "packageLocation": "./.yarn/cache/@jridgewell-gen-mapping-npm-0.3.3-1815eba94c-072ace159c.zip/node_modules/@jridgewell/gen-mapping/",\
+        "packageDependencies": [\
+          ["@jridgewell/gen-mapping", "npm:0.3.3"],\
+          ["@jridgewell/set-array", "npm:1.1.2"],\
+          ["@jridgewell/sourcemap-codec", "npm:1.4.15"],\
+          ["@jridgewell/trace-mapping", "npm:0.3.20"]\
+        ],\
+        "linkType": "HARD"\
+      }]\
+    ]],\
     ["@jridgewell/resolve-uri", [\
       ["npm:3.1.1", {\
         "packageLocation": "./.yarn/cache/@jridgewell-resolve-uri-npm-3.1.1-aa2de3f210-64d59df8ae.zip/node_modules/@jridgewell/resolve-uri/",\
@@ -2764,6 +2785,15 @@ const RAW_RUNTIME_STATE =
         "linkType": "HARD"\
       }]\
     ]],\
+    ["@jridgewell/set-array", [\
+      ["npm:1.1.2", {\
+        "packageLocation": "./.yarn/cache/@jridgewell-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip/node_modules/@jridgewell/set-array/",\
+        "packageDependencies": [\
+          ["@jridgewell/set-array", "npm:1.1.2"]\
+        ],\
+        "linkType": "HARD"\
+      }]\
+    ]],\
     ["@jridgewell/sourcemap-codec", [\
       ["npm:1.4.15", {\
         "packageLocation": "./.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf-89960ac087.zip/node_modules/@jridgewell/sourcemap-codec/",\
@@ -3222,7 +3252,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/@netlify-zip-it-and-ship-it-npm-4.28.3-016b62d1d8-2638e1c052.zip/node_modules/@netlify/zip-it-and-ship-it/",\
         "packageDependencies": [\
           ["@netlify/zip-it-and-ship-it", "npm:4.28.3"],\
-          ["@babel/parser", "npm:7.16.2"],\
+          ["@babel/parser", "npm:7.23.6"],\
           ["@netlify/esbuild", "npm:0.13.6"],\
           ["@vercel/nft", "npm:0.17.0"],\
           ["archiver", "npm:5.3.0"],\
@@ -16987,7 +17017,7 @@ const RAW_RUNTIME_STATE =
         "packageLocation": "./.yarn/cache/node-source-walk-npm-4.2.0-aa0230f616-41ac65967c.zip/node_modules/node-source-walk/",\
         "packageDependencies": [\
           ["node-source-walk", "npm:4.2.0"],\
-          ["@babel/parser", "npm:7.16.2"]\
+          ["@babel/parser", "npm:7.23.6"]\
         ],\
         "linkType": "HARD"\
       }]\
diff --git a/.yarn/cache/@babel-generator-npm-7.12.11-76629b27f8-10f468dfb6.zip b/.yarn/cache/@babel-generator-npm-7.12.11-76629b27f8-10f468dfb6.zip
deleted file mode 100644
index aac77f57..00000000
Binary files a/.yarn/cache/@babel-generator-npm-7.12.11-76629b27f8-10f468dfb6.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-864090d512.zip b/.yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-864090d512.zip
new file mode 100644
index 00000000..a582f5e9
Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.23.6-817ef5e591-864090d512.zip differ
diff --git a/.yarn/cache/@babel-helper-environment-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip b/.yarn/cache/@babel-helper-environment-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip
new file mode 100644
index 00000000..3d5f7472
Binary files /dev/null and b/.yarn/cache/@babel-helper-environment-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip differ
diff --git a/.yarn/cache/@babel-helper-function-name-npm-7.12.11-53931a5dc0-e0866a9dc9.zip b/.yarn/cache/@babel-helper-function-name-npm-7.12.11-53931a5dc0-e0866a9dc9.zip
deleted file mode 100644
index 51b87b07..00000000
Binary files a/.yarn/cache/@babel-helper-function-name-npm-7.12.11-53931a5dc0-e0866a9dc9.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-helper-function-name-npm-7.23.0-ce38271242-7b2ae024cd.zip b/.yarn/cache/@babel-helper-function-name-npm-7.23.0-ce38271242-7b2ae024cd.zip
new file mode 100644
index 00000000..b6a47044
Binary files /dev/null and b/.yarn/cache/@babel-helper-function-name-npm-7.23.0-ce38271242-7b2ae024cd.zip differ
diff --git a/.yarn/cache/@babel-helper-get-function-arity-npm-7.12.10-cb02cbb9f3-c11c0d722b.zip b/.yarn/cache/@babel-helper-get-function-arity-npm-7.12.10-cb02cbb9f3-c11c0d722b.zip
deleted file mode 100644
index 51450a02..00000000
Binary files a/.yarn/cache/@babel-helper-get-function-arity-npm-7.12.10-cb02cbb9f3-c11c0d722b.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-helper-hoist-variables-npm-7.10.4-ba6140a324-efb6adceec.zip b/.yarn/cache/@babel-helper-hoist-variables-npm-7.10.4-ba6140a324-efb6adceec.zip
deleted file mode 100644
index 18f8a359..00000000
Binary files a/.yarn/cache/@babel-helper-hoist-variables-npm-7.10.4-ba6140a324-efb6adceec.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-394ca191b4.zip b/.yarn/cache/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-394ca191b4.zip
new file mode 100644
index 00000000..cf472663
Binary files /dev/null and b/.yarn/cache/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-394ca191b4.zip differ
diff --git a/.yarn/cache/@babel-helper-split-export-declaration-npm-7.12.11-c2789c09f5-08670ae15b.zip b/.yarn/cache/@babel-helper-split-export-declaration-npm-7.12.11-c2789c09f5-08670ae15b.zip
deleted file mode 100644
index e62fd5d1..00000000
Binary files a/.yarn/cache/@babel-helper-split-export-declaration-npm-7.12.11-c2789c09f5-08670ae15b.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-e141cace58.zip b/.yarn/cache/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-e141cace58.zip
new file mode 100644
index 00000000..c2ebd88f
Binary files /dev/null and b/.yarn/cache/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-e141cace58.zip differ
diff --git a/.yarn/cache/@babel-helper-string-parser-npm-7.23.4-b1f0d030c3-c352082474.zip b/.yarn/cache/@babel-helper-string-parser-npm-7.23.4-b1f0d030c3-c352082474.zip
new file mode 100644
index 00000000..c4ea2b9e
Binary files /dev/null and b/.yarn/cache/@babel-helper-string-parser-npm-7.23.4-b1f0d030c3-c352082474.zip differ
diff --git a/.yarn/cache/@babel-parser-npm-7.16.2-2df15780e2-68c4cca202.zip b/.yarn/cache/@babel-parser-npm-7.16.2-2df15780e2-68c4cca202.zip
deleted file mode 100644
index 3cf06937..00000000
Binary files a/.yarn/cache/@babel-parser-npm-7.16.2-2df15780e2-68c4cca202.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-parser-npm-7.23.6-2fad283d6e-6be3a63d3c.zip b/.yarn/cache/@babel-parser-npm-7.23.6-2fad283d6e-6be3a63d3c.zip
new file mode 100644
index 00000000..ed2b286e
Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.23.6-2fad283d6e-6be3a63d3c.zip differ
diff --git a/.yarn/cache/@babel-template-npm-7.12.7-ea87424ec4-a830e6448a.zip b/.yarn/cache/@babel-template-npm-7.12.7-ea87424ec4-a830e6448a.zip
deleted file mode 100644
index 03147b32..00000000
Binary files a/.yarn/cache/@babel-template-npm-7.12.7-ea87424ec4-a830e6448a.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-template-npm-7.22.15-0b464facb4-21e768e4ee.zip b/.yarn/cache/@babel-template-npm-7.22.15-0b464facb4-21e768e4ee.zip
new file mode 100644
index 00000000..68979e39
Binary files /dev/null and b/.yarn/cache/@babel-template-npm-7.22.15-0b464facb4-21e768e4ee.zip differ
diff --git a/.yarn/cache/@babel-traverse-npm-7.12.12-624e94788e-7744dddff5.zip b/.yarn/cache/@babel-traverse-npm-7.12.12-624e94788e-7744dddff5.zip
deleted file mode 100644
index 366aa0b7..00000000
Binary files a/.yarn/cache/@babel-traverse-npm-7.12.12-624e94788e-7744dddff5.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-traverse-npm-7.23.7-6251d782ea-3215e59429.zip b/.yarn/cache/@babel-traverse-npm-7.23.7-6251d782ea-3215e59429.zip
new file mode 100644
index 00000000..f8274c50
Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.23.7-6251d782ea-3215e59429.zip differ
diff --git a/.yarn/cache/@babel-types-npm-7.12.12-091a83fdd2-5a6016297d.zip b/.yarn/cache/@babel-types-npm-7.12.12-091a83fdd2-5a6016297d.zip
deleted file mode 100644
index b2af77dd..00000000
Binary files a/.yarn/cache/@babel-types-npm-7.12.12-091a83fdd2-5a6016297d.zip and /dev/null differ
diff --git a/.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-07e70bb94d.zip b/.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-07e70bb94d.zip
new file mode 100644
index 00000000..91e50326
Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.23.6-4e68ac9e9b-07e70bb94d.zip differ
diff --git a/.yarn/cache/@jridgewell-gen-mapping-npm-0.3.3-1815eba94c-072ace159c.zip b/.yarn/cache/@jridgewell-gen-mapping-npm-0.3.3-1815eba94c-072ace159c.zip
new file mode 100644
index 00000000..18c70c20
Binary files /dev/null and b/.yarn/cache/@jridgewell-gen-mapping-npm-0.3.3-1815eba94c-072ace159c.zip differ
diff --git a/.yarn/cache/@jridgewell-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip b/.yarn/cache/@jridgewell-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip
new file mode 100644
index 00000000..3b901fc1
Binary files /dev/null and b/.yarn/cache/@jridgewell-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip differ
diff --git a/yarn.lock b/yarn.lock
index b9e6916c..2c3f35dd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -385,7 +385,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.11, @babel/code-frame@npm:^7.16.0":
+"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.16.0, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.23.5":
   version: 7.23.5
   resolution: "@babel/code-frame@npm:7.23.5"
   dependencies:
@@ -425,14 +425,15 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@babel/generator@npm:^7.12.10, @babel/generator@npm:^7.12.11":
-  version: 7.12.11
-  resolution: "@babel/generator@npm:7.12.11"
+"@babel/generator@npm:^7.12.10, @babel/generator@npm:^7.23.6":
+  version: 7.23.6
+  resolution: "@babel/generator@npm:7.23.6"
   dependencies:
-    "@babel/types": "npm:^7.12.11"
+    "@babel/types": "npm:^7.23.6"
+    "@jridgewell/gen-mapping": "npm:^0.3.2"
+    "@jridgewell/trace-mapping": "npm:^0.3.17"
     jsesc: "npm:^2.5.1"
-    source-map: "npm:^0.5.0"
-  checksum: 10f468dfb60def27c1668a569fab705f60dc016c75657492dad84af35819cc86a8516fe5773c094ffb5857700aa1fc1fddbdfa69dddf0137c2feb211116cb8ea
+  checksum: 864090d5122c0aa3074471fd7b79d8a880c1468480cbd28925020a3dcc7eb6e98bedcdb38983df299c12b44b166e30915b8085a7bc126e68fa7e2aadc7bd1ac5
   languageName: node
   linkType: hard
 
@@ -507,6 +508,13 @@ __metadata:
   languageName: node
   linkType: hard
 
+"@babel/helper-environment-visitor@npm:^7.22.20":
+  version: 7.22.20
+  resolution: "@babel/helper-environment-visitor@npm:7.22.20"
+  checksum: d80ee98ff66f41e233f36ca1921774c37e88a803b2f7dca3db7c057a5fea0473804db9fb6729e5dbfd07f4bed722d60f7852035c2c739382e84c335661590b69
+  languageName: node
+  linkType: hard
+
 "@babel/helper-explode-assignable-expression@npm:^7.10.4":
   version: 7.12.1
   resolution: "@babel/helper-explode-assignable-expression@npm:7.12.1"
@@ -516,32 +524,22 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@babel/helper-function-name@npm:^7.10.4, @babel/helper-function-name@npm:^7.12.11":
-  version: 7.12.11
-  resolution: "@babel/helper-function-name@npm:7.12.11"
-  dependencies:
-    "@babel/helper-get-function-arity": "npm:^7.12.10"
-    "@babel/template": "npm:^7.12.7"
-    "@babel/types": "npm:^7.12.11"
-  checksum: e0866a9dc9c0277707b9887b4ff009129f49444c44e7264c1e4a203b6a4f4a95da2ebc23f6e9aac0c9ab81c3db9b720b7e04fbd769eb769755f441dcd963e9f9
-  languageName: node
-  linkType: hard
-
-"@babel/helper-get-function-arity@npm:^7.12.10":
-  version: 7.12.10
-  resolution: "@babel/helper-get-function-arity@npm:7.12.10"
+"@babel/helper-function-name@npm:^7.10.4, @babel/helper-function-name@npm:^7.23.0":
+  version: 7.23.0
+  resolution: "@babel/helper-function-name@npm:7.23.0"
   dependencies:
-    "@babel/types": "npm:^7.12.10"
-  checksum: c11c0d722beda374e7213113d979c4b6b91bf4befd63843670c0ab4525f8f59a63903298b01dd721db83f7538f75454e0e524fe21773fbdb01fb5cb25ac3eb9b
+    "@babel/template": "npm:^7.22.15"
+    "@babel/types": "npm:^7.23.0"
+  checksum: 7b2ae024cd7a09f19817daf99e0153b3bf2bc4ab344e197e8d13623d5e36117ed0b110914bc248faa64e8ccd3e97971ec7b41cc6fd6163a2b980220c58dcdf6d
   languageName: node
   linkType: hard
 
-"@babel/helper-hoist-variables@npm:^7.10.4":
-  version: 7.10.4
-  resolution: "@babel/helper-hoist-variables@npm:7.10.4"
+"@babel/helper-hoist-variables@npm:^7.10.4, @babel/helper-hoist-variables@npm:^7.22.5":
+  version: 7.22.5
+  resolution: "@babel/helper-hoist-variables@npm:7.22.5"
   dependencies:
-    "@babel/types": "npm:^7.10.4"
-  checksum: efb6adceec6fa202f911e9f3efe849ebc6dcbba89b110f957bfe0ca93e29e5593490ce34b9e67f170deb3532564947a5350d2fdb8f1f95407dcf7c9af5b8a855
+    "@babel/types": "npm:^7.22.5"
+  checksum: 394ca191b4ac908a76e7c50ab52102669efe3a1c277033e49467913c7ed6f7c64d7eacbeabf3bed39ea1f41731e22993f763b1edce0f74ff8563fd1f380d92cc
   languageName: node
   linkType: hard
 
@@ -637,16 +635,23 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@babel/helper-split-export-declaration@npm:^7.10.4, @babel/helper-split-export-declaration@npm:^7.11.0, @babel/helper-split-export-declaration@npm:^7.12.11":
-  version: 7.12.11
-  resolution: "@babel/helper-split-export-declaration@npm:7.12.11"
+"@babel/helper-split-export-declaration@npm:^7.10.4, @babel/helper-split-export-declaration@npm:^7.11.0, @babel/helper-split-export-declaration@npm:^7.22.6":
+  version: 7.22.6
+  resolution: "@babel/helper-split-export-declaration@npm:7.22.6"
   dependencies:
-    "@babel/types": "npm:^7.12.11"
-  checksum: 08670ae15be381742cbdc400d9dd1e0b2115c10e119da386e60b658a7033aaf5a133c4b3b4fc497dc50706f791947d790ee296811412b411cd24985df318245b
+    "@babel/types": "npm:^7.22.5"
+  checksum: e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921
   languageName: node
   linkType: hard
 
-"@babel/helper-validator-identifier@npm:^7.10.4, @babel/helper-validator-identifier@npm:^7.12.11, @babel/helper-validator-identifier@npm:^7.22.20":
+"@babel/helper-string-parser@npm:^7.23.4":
+  version: 7.23.4
+  resolution: "@babel/helper-string-parser@npm:7.23.4"
+  checksum: c352082474a2ee1d2b812bd116a56b2e8b38065df9678a32a535f151ec6f58e54633cc778778374f10544b930703cca6ddf998803888a636afa27e2658068a9c
+  languageName: node
+  linkType: hard
+
+"@babel/helper-validator-identifier@npm:^7.10.4, @babel/helper-validator-identifier@npm:^7.22.20":
   version: 7.22.20
   resolution: "@babel/helper-validator-identifier@npm:7.22.20"
   checksum: df882d2675101df2d507b95b195ca2f86a3ef28cb711c84f37e79ca23178e13b9f0d8b522774211f51e40168bf5142be4c1c9776a150cddb61a0d5bf3e95750b
@@ -694,12 +699,12 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.12.10, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.15.7":
-  version: 7.16.2
-  resolution: "@babel/parser@npm:7.16.2"
+"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.12.10, @babel/parser@npm:^7.15.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.6":
+  version: 7.23.6
+  resolution: "@babel/parser@npm:7.23.6"
   bin:
     parser: ./bin/babel-parser.js
-  checksum: 68c4cca2021e6184eea404f2ba11adb4a4449a1c7a1aa37d29325c41eaeb9ff189bad79bb15891d9fe91ae1207df50348475555b3cb3bfc33a3cb814e7463f72
+  checksum: 6be3a63d3c9d07b035b5a79c022327cb7e16cbd530140ecb731f19a650c794c315a72c699a22413ebeafaff14aa8f53435111898d59e01a393d741b85629fa7d
   languageName: node
   linkType: hard
 
@@ -1471,42 +1476,43 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@babel/template@npm:^7.10.4, @babel/template@npm:^7.12.7":
-  version: 7.12.7
-  resolution: "@babel/template@npm:7.12.7"
+"@babel/template@npm:^7.10.4, @babel/template@npm:^7.12.7, @babel/template@npm:^7.22.15":
+  version: 7.22.15
+  resolution: "@babel/template@npm:7.22.15"
   dependencies:
-    "@babel/code-frame": "npm:^7.10.4"
-    "@babel/parser": "npm:^7.12.7"
-    "@babel/types": "npm:^7.12.7"
-  checksum: a830e6448a43e848a0d4180686e4c7bba2a122bcd4fc1021c21f279985461dfa58b87d5b8137789cb50c1db23c6d29f9e30b7d110d762877ce428d5b8dca9958
+    "@babel/code-frame": "npm:^7.22.13"
+    "@babel/parser": "npm:^7.22.15"
+    "@babel/types": "npm:^7.22.15"
+  checksum: 21e768e4eed4d1da2ce5d30aa51db0f4d6d8700bc1821fec6292587df7bba2fe1a96451230de8c64b989740731888ebf1141138bfffb14cacccf4d05c66ad93f
   languageName: node
   linkType: hard
 
 "@babel/traverse@npm:^7.10.4, @babel/traverse@npm:^7.12.1, @babel/traverse@npm:^7.12.10, @babel/traverse@npm:^7.12.5":
-  version: 7.12.12
-  resolution: "@babel/traverse@npm:7.12.12"
-  dependencies:
-    "@babel/code-frame": "npm:^7.12.11"
-    "@babel/generator": "npm:^7.12.11"
-    "@babel/helper-function-name": "npm:^7.12.11"
-    "@babel/helper-split-export-declaration": "npm:^7.12.11"
-    "@babel/parser": "npm:^7.12.11"
-    "@babel/types": "npm:^7.12.12"
-    debug: "npm:^4.1.0"
+  version: 7.23.7
+  resolution: "@babel/traverse@npm:7.23.7"
+  dependencies:
+    "@babel/code-frame": "npm:^7.23.5"
+    "@babel/generator": "npm:^7.23.6"
+    "@babel/helper-environment-visitor": "npm:^7.22.20"
+    "@babel/helper-function-name": "npm:^7.23.0"
+    "@babel/helper-hoist-variables": "npm:^7.22.5"
+    "@babel/helper-split-export-declaration": "npm:^7.22.6"
+    "@babel/parser": "npm:^7.23.6"
+    "@babel/types": "npm:^7.23.6"
+    debug: "npm:^4.3.1"
     globals: "npm:^11.1.0"
-    lodash: "npm:^4.17.19"
-  checksum: 7744dddff5266520cbd6890d49e69a8105e331686d4837b65a1e022c143e2413c188bcc808e938626ca141c5ba3a9c4ba72f02bb1ab23168922ec4a44bf7b346
+  checksum: 3215e59429963c8dac85c26933372cdd322952aa9930e4bc5ef2d0e4bd7a1510d1ecf8f8fd860ace5d4d9fe496d23805a1ea019a86410aee4111de5f63ee84f9
   languageName: node
   linkType: hard
 
-"@babel/types@npm:^7.10.4, @babel/types@npm:^7.10.5, @babel/types@npm:^7.12.1, @babel/types@npm:^7.12.10, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.12, @babel/types@npm:^7.12.5, @babel/types@npm:^7.12.7, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
-  version: 7.12.12
-  resolution: "@babel/types@npm:7.12.12"
+"@babel/types@npm:^7.10.4, @babel/types@npm:^7.10.5, @babel/types@npm:^7.12.1, @babel/types@npm:^7.12.10, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.5, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
+  version: 7.23.6
+  resolution: "@babel/types@npm:7.23.6"
   dependencies:
-    "@babel/helper-validator-identifier": "npm:^7.12.11"
-    lodash: "npm:^4.17.19"
+    "@babel/helper-string-parser": "npm:^7.23.4"
+    "@babel/helper-validator-identifier": "npm:^7.22.20"
     to-fast-properties: "npm:^2.0.0"
-  checksum: 5a6016297d988c9dbe285cf13bfd6afbda6fb5bc49364c6f1221d7e3ba3547ede3988b64a3b122063cedb12a97fb01961b8d0c54b1f84634d0d53b48763c0770
+  checksum: 07e70bb94d30b0231396b5e9a7726e6d9227a0a62e0a6830c0bd3232f33b024092e3d5a7d1b096a65bbf2bb43a9ab4c721bf618e115bfbb87b454fa060f88cbf
   languageName: node
   linkType: hard
 
@@ -1797,6 +1803,17 @@ __metadata:
   languageName: node
   linkType: hard
 
+"@jridgewell/gen-mapping@npm:^0.3.2":
+  version: 0.3.3
+  resolution: "@jridgewell/gen-mapping@npm:0.3.3"
+  dependencies:
+    "@jridgewell/set-array": "npm:^1.0.1"
+    "@jridgewell/sourcemap-codec": "npm:^1.4.10"
+    "@jridgewell/trace-mapping": "npm:^0.3.9"
+  checksum: 072ace159c39ab85944bdabe017c3de15c5e046a4a4a772045b00ff05e2ebdcfa3840b88ae27e897d473eb4d4845b37be3c78e28910c779f5aeeeae2fb7f0cc2
+  languageName: node
+  linkType: hard
+
 "@jridgewell/resolve-uri@npm:^3.1.0":
   version: 3.1.1
   resolution: "@jridgewell/resolve-uri@npm:3.1.1"
@@ -1804,14 +1821,21 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@jridgewell/sourcemap-codec@npm:^1.4.14":
+"@jridgewell/set-array@npm:^1.0.1":
+  version: 1.1.2
+  resolution: "@jridgewell/set-array@npm:1.1.2"
+  checksum: 69a84d5980385f396ff60a175f7177af0b8da4ddb81824cb7016a9ef914eee9806c72b6b65942003c63f7983d4f39a5c6c27185bbca88eb4690b62075602e28e
+  languageName: node
+  linkType: hard
+
+"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14":
   version: 1.4.15
   resolution: "@jridgewell/sourcemap-codec@npm:1.4.15"
   checksum: 89960ac087781b961ad918978975bcdf2051cd1741880469783c42de64239703eab9db5230d776d8e6a09d73bb5e4cb964e07d93ee6e2e7aea5a7d726e865c09
   languageName: node
   linkType: hard
 
-"@jridgewell/trace-mapping@npm:^0.3.17":
+"@jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.9":
   version: 0.3.20
   resolution: "@jridgewell/trace-mapping@npm:0.3.20"
   dependencies: