|
|
@@ -15,13 +15,13 @@
|
|
|
"@jridgewell/gen-mapping" "^0.1.0"
|
|
|
"@jridgewell/trace-mapping" "^0.3.9"
|
|
|
|
|
|
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.23.5":
|
|
|
- version "7.23.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
|
|
|
- integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
|
|
|
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1":
|
|
|
+ version "7.24.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
|
|
|
+ integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
|
|
|
dependencies:
|
|
|
- "@babel/highlight" "^7.23.4"
|
|
|
- chalk "^2.4.2"
|
|
|
+ "@babel/highlight" "^7.24.2"
|
|
|
+ picocolors "^1.0.0"
|
|
|
|
|
|
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5":
|
|
|
version "7.23.5"
|
|
|
@@ -29,19 +29,19 @@
|
|
|
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
|
|
|
|
|
"@babel/core@^7.23.9":
|
|
|
- version "7.24.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
|
|
|
- integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
|
|
|
+ version "7.24.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.1.tgz#b802f931b6498dcb8fed5a4710881a45abbc2784"
|
|
|
+ integrity sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==
|
|
|
dependencies:
|
|
|
"@ampproject/remapping" "^2.2.0"
|
|
|
- "@babel/code-frame" "^7.23.5"
|
|
|
- "@babel/generator" "^7.23.6"
|
|
|
+ "@babel/code-frame" "^7.24.1"
|
|
|
+ "@babel/generator" "^7.24.1"
|
|
|
"@babel/helper-compilation-targets" "^7.23.6"
|
|
|
"@babel/helper-module-transforms" "^7.23.3"
|
|
|
- "@babel/helpers" "^7.24.0"
|
|
|
- "@babel/parser" "^7.24.0"
|
|
|
+ "@babel/helpers" "^7.24.1"
|
|
|
+ "@babel/parser" "^7.24.1"
|
|
|
"@babel/template" "^7.24.0"
|
|
|
- "@babel/traverse" "^7.24.0"
|
|
|
+ "@babel/traverse" "^7.24.1"
|
|
|
"@babel/types" "^7.24.0"
|
|
|
convert-source-map "^2.0.0"
|
|
|
debug "^4.1.0"
|
|
|
@@ -49,14 +49,14 @@
|
|
|
json5 "^2.2.3"
|
|
|
semver "^6.3.1"
|
|
|
|
|
|
-"@babel/generator@^7.23.6":
|
|
|
- version "7.23.6"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel%2fgenerator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
|
|
|
- integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
|
|
|
+"@babel/generator@^7.24.1":
|
|
|
+ version "7.24.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
|
|
|
+ integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
|
|
|
dependencies:
|
|
|
- "@babel/types" "^7.23.6"
|
|
|
- "@jridgewell/gen-mapping" "^0.3.2"
|
|
|
- "@jridgewell/trace-mapping" "^0.3.17"
|
|
|
+ "@babel/types" "^7.24.0"
|
|
|
+ "@jridgewell/gen-mapping" "^0.3.5"
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.25"
|
|
|
jsesc "^2.5.1"
|
|
|
|
|
|
"@babel/helper-annotate-as-pure@^7.18.6":
|
|
|
@@ -292,28 +292,29 @@
|
|
|
"@babel/template" "^7.22.15"
|
|
|
"@babel/types" "^7.22.19"
|
|
|
|
|
|
-"@babel/helpers@^7.24.0":
|
|
|
- version "7.24.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
|
|
|
- integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
|
|
|
+"@babel/helpers@^7.24.1":
|
|
|
+ version "7.24.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
|
|
|
+ integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
|
|
|
dependencies:
|
|
|
"@babel/template" "^7.24.0"
|
|
|
- "@babel/traverse" "^7.24.0"
|
|
|
+ "@babel/traverse" "^7.24.1"
|
|
|
"@babel/types" "^7.24.0"
|
|
|
|
|
|
-"@babel/highlight@^7.23.4":
|
|
|
- version "7.23.4"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
|
|
|
- integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
|
|
|
+"@babel/highlight@^7.24.2":
|
|
|
+ version "7.24.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
|
|
|
+ integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
|
|
|
dependencies:
|
|
|
"@babel/helper-validator-identifier" "^7.22.20"
|
|
|
chalk "^2.4.2"
|
|
|
js-tokens "^4.0.0"
|
|
|
+ picocolors "^1.0.0"
|
|
|
|
|
|
-"@babel/parser@^7.23.9", "@babel/parser@^7.24.0", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
|
|
|
- version "7.24.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
|
|
|
- integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
|
|
|
+"@babel/parser@^7.23.9", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
|
|
|
+ version "7.24.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
|
|
|
+ integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
|
|
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
|
|
version "7.23.3"
|
|
|
@@ -975,23 +976,23 @@
|
|
|
"@babel/parser" "^7.24.0"
|
|
|
"@babel/types" "^7.24.0"
|
|
|
|
|
|
-"@babel/traverse@^7.24.0":
|
|
|
- version "7.24.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
|
|
|
- integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
|
|
|
+"@babel/traverse@^7.24.1":
|
|
|
+ version "7.24.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
|
|
|
+ integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
|
|
|
dependencies:
|
|
|
- "@babel/code-frame" "^7.23.5"
|
|
|
- "@babel/generator" "^7.23.6"
|
|
|
+ "@babel/code-frame" "^7.24.1"
|
|
|
+ "@babel/generator" "^7.24.1"
|
|
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
|
"@babel/helper-function-name" "^7.23.0"
|
|
|
"@babel/helper-hoist-variables" "^7.22.5"
|
|
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
|
- "@babel/parser" "^7.24.0"
|
|
|
+ "@babel/parser" "^7.24.1"
|
|
|
"@babel/types" "^7.24.0"
|
|
|
debug "^4.3.1"
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
-"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
|
|
|
+"@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
|
|
|
version "7.24.0"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
|
|
|
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
|
|
|
@@ -1499,7 +1500,7 @@
|
|
|
"@jridgewell/set-array" "^1.0.0"
|
|
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
|
|
|
|
-"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
|
|
|
+"@jridgewell/gen-mapping@^0.3.0":
|
|
|
version "0.3.2"
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
|
|
|
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
|
|
|
@@ -1508,11 +1509,25 @@
|
|
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
|
"@jridgewell/trace-mapping" "^0.3.9"
|
|
|
|
|
|
-"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3":
|
|
|
+"@jridgewell/gen-mapping@^0.3.5":
|
|
|
+ version "0.3.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
|
|
+ integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
|
|
|
+ dependencies:
|
|
|
+ "@jridgewell/set-array" "^1.2.1"
|
|
|
+ "@jridgewell/sourcemap-codec" "^1.4.10"
|
|
|
+ "@jridgewell/trace-mapping" "^0.3.24"
|
|
|
+
|
|
|
+"@jridgewell/resolve-uri@^3.0.3":
|
|
|
version "3.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
|
|
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
|
|
|
|
|
+"@jridgewell/resolve-uri@^3.1.0":
|
|
|
+ version "3.1.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
|
|
|
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
|
|
+
|
|
|
"@jridgewell/set-array@^1.0.0":
|
|
|
version "1.1.1"
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell%2fset-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
|
|
|
@@ -1523,6 +1538,11 @@
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
|
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
|
|
|
|
|
+"@jridgewell/set-array@^1.2.1":
|
|
|
+ version "1.2.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
|
|
|
+ integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
|
|
|
+
|
|
|
"@jridgewell/source-map@^0.3.2":
|
|
|
version "0.3.2"
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
|
|
|
@@ -1531,23 +1551,23 @@
|
|
|
"@jridgewell/gen-mapping" "^0.3.0"
|
|
|
"@jridgewell/trace-mapping" "^0.3.9"
|
|
|
|
|
|
-"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
|
|
|
+"@jridgewell/sourcemap-codec@^1.4.10":
|
|
|
version "1.4.14"
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
|
|
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
|
|
|
|
|
-"@jridgewell/sourcemap-codec@^1.4.15":
|
|
|
+"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15":
|
|
|
version "1.4.15"
|
|
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
|
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
|
|
|
|
-"@jridgewell/trace-mapping@^0.3.17":
|
|
|
- version "0.3.17"
|
|
|
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
|
- integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
|
|
|
+"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
|
+ version "0.3.25"
|
|
|
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
|
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
|
dependencies:
|
|
|
- "@jridgewell/resolve-uri" "3.1.0"
|
|
|
- "@jridgewell/sourcemap-codec" "1.4.14"
|
|
|
+ "@jridgewell/resolve-uri" "^3.1.0"
|
|
|
+ "@jridgewell/sourcemap-codec" "^1.4.14"
|
|
|
|
|
|
"@jridgewell/trace-mapping@^0.3.9":
|
|
|
version "0.3.15"
|