-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
104 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1393,9 +1393,9 @@ | |
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== | ||
|
||
"@types/node@*": | ||
version "22.10.2" | ||
resolved "https://registry.npmmirror.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" | ||
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== | ||
version "22.10.5" | ||
resolved "https://registry.npmmirror.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b" | ||
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ== | ||
dependencies: | ||
undici-types "~6.20.0" | ||
|
||
|
@@ -3029,9 +3029,9 @@ [email protected]: | |
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | ||
|
||
electron-to-chromium@^1.5.73: | ||
version "1.5.75" | ||
resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.75.tgz#bba96eabf0e8ca36324679caa38b982800acc87d" | ||
integrity sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q== | ||
version "1.5.76" | ||
resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz#db20295c5061b68f07c8ea4dfcbd701485d94a3d" | ||
integrity sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ== | ||
|
||
element-closest@^2.0.2: | ||
version "2.0.2" | ||
|
@@ -3106,10 +3106,10 @@ error-ex@^1.3.1: | |
dependencies: | ||
is-arrayish "^0.2.1" | ||
|
||
es-abstract@^1.17.2, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.6: | ||
version "1.23.7" | ||
resolved "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.23.7.tgz#36e3da46fdb0d2ae3b9df4235e3a3167c1605b36" | ||
integrity sha512-OygGC8kIcDhXX+6yAZRGLqwi2CmEXCbLQixeGUgYeR+Qwlppqmo7DIDr8XibtEBZp+fJcoYpoatp5qwLMEdcqQ== | ||
es-abstract@^1.17.2, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9: | ||
version "1.23.9" | ||
resolved "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.23.9.tgz#5b45994b7de78dada5c1bebf1379646b32b9d606" | ||
integrity sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.2" | ||
arraybuffer.prototype.slice "^1.0.4" | ||
|
@@ -3122,10 +3122,11 @@ es-abstract@^1.17.2, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23 | |
es-define-property "^1.0.1" | ||
es-errors "^1.3.0" | ||
es-object-atoms "^1.0.0" | ||
es-set-tostringtag "^2.0.3" | ||
es-set-tostringtag "^2.1.0" | ||
es-to-primitive "^1.3.0" | ||
function.prototype.name "^1.1.8" | ||
get-intrinsic "^1.2.6" | ||
get-intrinsic "^1.2.7" | ||
get-proto "^1.0.0" | ||
get-symbol-description "^1.1.0" | ||
globalthis "^1.0.4" | ||
gopd "^1.2.0" | ||
|
@@ -3146,9 +3147,12 @@ es-abstract@^1.17.2, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23 | |
object-inspect "^1.13.3" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.7" | ||
own-keys "^1.0.1" | ||
regexp.prototype.flags "^1.5.3" | ||
safe-array-concat "^1.1.3" | ||
safe-push-apply "^1.0.0" | ||
safe-regex-test "^1.1.0" | ||
set-proto "^1.0.0" | ||
string.prototype.trim "^1.2.10" | ||
string.prototype.trimend "^1.0.9" | ||
string.prototype.trimstart "^1.0.8" | ||
|
@@ -3181,14 +3185,15 @@ es-object-atoms@^1.0.0: | |
dependencies: | ||
es-errors "^1.3.0" | ||
|
||
es-set-tostringtag@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777" | ||
integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ== | ||
es-set-tostringtag@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" | ||
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== | ||
dependencies: | ||
get-intrinsic "^1.2.4" | ||
es-errors "^1.3.0" | ||
get-intrinsic "^1.2.6" | ||
has-tostringtag "^1.0.2" | ||
hasown "^2.0.1" | ||
hasown "^2.0.2" | ||
|
||
es-to-primitive@^1.3.0: | ||
version "1.3.0" | ||
|
@@ -3603,21 +3608,29 @@ get-caller-file@^2.0.1: | |
resolved "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" | ||
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== | ||
|
||
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6: | ||
version "1.2.6" | ||
resolved "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.6.tgz#43dd3dd0e7b49b82b2dfcad10dc824bf7fc265d5" | ||
integrity sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA== | ||
get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7: | ||
version "1.2.7" | ||
resolved "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz#dcfcb33d3272e15f445d15124bc0a216189b9044" | ||
integrity sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA== | ||
dependencies: | ||
call-bind-apply-helpers "^1.0.1" | ||
dunder-proto "^1.0.0" | ||
es-define-property "^1.0.1" | ||
es-errors "^1.3.0" | ||
es-object-atoms "^1.0.0" | ||
function-bind "^1.1.2" | ||
get-proto "^1.0.0" | ||
gopd "^1.2.0" | ||
has-symbols "^1.1.0" | ||
hasown "^2.0.2" | ||
math-intrinsics "^1.0.0" | ||
math-intrinsics "^1.1.0" | ||
|
||
get-proto@^1.0.0, get-proto@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1" | ||
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== | ||
dependencies: | ||
dunder-proto "^1.0.1" | ||
es-object-atoms "^1.0.0" | ||
|
||
get-stream@^4.0.0: | ||
version "4.1.0" | ||
|
@@ -3768,7 +3781,7 @@ has-symbols@^1.0.1, has-symbols@^1.0.3, has-symbols@^1.1.0: | |
resolved "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338" | ||
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== | ||
|
||
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2: | ||
has-tostringtag@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" | ||
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== | ||
|
@@ -3836,7 +3849,7 @@ hash.js@^1.0.0, hash.js@^1.0.3: | |
inherits "^2.0.3" | ||
minimalistic-assert "^1.0.1" | ||
|
||
hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: | ||
hasown@^2.0.0, hasown@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" | ||
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== | ||
|
@@ -4131,11 +4144,14 @@ is-arrayish@^0.3.1: | |
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== | ||
|
||
is-async-function@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646" | ||
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA== | ||
version "2.1.0" | ||
resolved "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.1.0.tgz#1d1080612c493608e93168fc4458c245074c06a6" | ||
integrity sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ== | ||
dependencies: | ||
has-tostringtag "^1.0.0" | ||
call-bound "^1.0.3" | ||
get-proto "^1.0.1" | ||
has-tostringtag "^1.0.2" | ||
safe-regex-test "^1.1.0" | ||
|
||
is-bigint@^1.1.0: | ||
version "1.1.0" | ||
|
@@ -4182,9 +4198,9 @@ is-color-stop@^1.0.0: | |
rgba-regex "^1.0.0" | ||
|
||
is-core-module@^2.16.0: | ||
version "2.16.0" | ||
resolved "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.0.tgz#6c01ffdd5e33c49c1d2abfa93334a85cb56bd81c" | ||
integrity sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g== | ||
version "2.16.1" | ||
resolved "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" | ||
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== | ||
dependencies: | ||
hasown "^2.0.2" | ||
|
||
|
@@ -4263,11 +4279,14 @@ is-fullwidth-code-point@^2.0.0: | |
integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== | ||
|
||
is-generator-function@^1.0.10: | ||
version "1.0.10" | ||
resolved "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" | ||
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== | ||
version "1.1.0" | ||
resolved "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.0.tgz#bf3eeda931201394f57b5dba2800f91a238309ca" | ||
integrity sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ== | ||
dependencies: | ||
has-tostringtag "^1.0.0" | ||
call-bound "^1.0.3" | ||
get-proto "^1.0.0" | ||
has-tostringtag "^1.0.2" | ||
safe-regex-test "^1.1.0" | ||
|
||
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: | ||
version "4.0.3" | ||
|
@@ -4675,7 +4694,7 @@ map-visit@^1.0.0: | |
dependencies: | ||
object-visit "^1.0.0" | ||
|
||
math-intrinsics@^1.0.0, math-intrinsics@^1.1.0: | ||
math-intrinsics@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" | ||
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== | ||
|
@@ -5191,6 +5210,15 @@ os-browserify@^0.3.0: | |
resolved "https://registry.npmmirror.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" | ||
integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A== | ||
|
||
own-keys@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358" | ||
integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg== | ||
dependencies: | ||
get-intrinsic "^1.2.6" | ||
object-keys "^1.1.1" | ||
safe-push-apply "^1.0.0" | ||
|
||
p-finally@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" | ||
|
@@ -6276,17 +6304,17 @@ readdirp@~3.6.0: | |
picomatch "^2.2.1" | ||
|
||
reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9: | ||
version "1.0.9" | ||
resolved "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.9.tgz#c905f3386008de95a62315f3ea8630404be19e2f" | ||
integrity sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q== | ||
version "1.0.10" | ||
resolved "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz#c629219e78a3316d8b604c765ef68996964e7bf9" | ||
integrity sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw== | ||
dependencies: | ||
call-bind "^1.0.8" | ||
define-properties "^1.2.1" | ||
dunder-proto "^1.0.1" | ||
es-abstract "^1.23.6" | ||
es-abstract "^1.23.9" | ||
es-errors "^1.3.0" | ||
get-intrinsic "^1.2.6" | ||
gopd "^1.2.0" | ||
es-object-atoms "^1.0.0" | ||
get-intrinsic "^1.2.7" | ||
get-proto "^1.0.1" | ||
which-builtin-type "^1.2.1" | ||
|
||
regenerate-unicode-properties@^10.2.0: | ||
|
@@ -6327,13 +6355,15 @@ regex-not@^1.0.0, regex-not@^1.0.2: | |
safe-regex "^1.1.0" | ||
|
||
regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.3: | ||
version "1.5.3" | ||
resolved "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz#b3ae40b1d2499b8350ab2c3fe6ef3845d3a96f42" | ||
integrity sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ== | ||
version "1.5.4" | ||
resolved "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19" | ||
integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA== | ||
dependencies: | ||
call-bind "^1.0.7" | ||
call-bind "^1.0.8" | ||
define-properties "^1.2.1" | ||
es-errors "^1.3.0" | ||
get-proto "^1.0.1" | ||
gopd "^1.2.0" | ||
set-function-name "^2.0.2" | ||
|
||
regexpu-core@^6.2.0: | ||
|
@@ -6494,6 +6524,14 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: | |
resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" | ||
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== | ||
|
||
safe-push-apply@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmmirror.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz#01850e981c1602d398c85081f360e4e6d03d27f5" | ||
integrity sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA== | ||
dependencies: | ||
es-errors "^1.3.0" | ||
isarray "^2.0.5" | ||
|
||
safe-regex-test@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz#7f87dfb67a3150782eaaf18583ff5d1711ac10c1" | ||
|
@@ -6669,6 +6707,15 @@ set-function-name@^2.0.2: | |
functions-have-names "^1.2.3" | ||
has-property-descriptors "^1.0.2" | ||
|
||
set-proto@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmmirror.com/set-proto/-/set-proto-1.0.0.tgz#0760dbcff30b2d7e801fd6e19983e56da337565e" | ||
integrity sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw== | ||
dependencies: | ||
dunder-proto "^1.0.1" | ||
es-errors "^1.3.0" | ||
es-object-atoms "^1.0.0" | ||
|
||
set-value@^2.0.0, set-value@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.npmmirror.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" | ||
|