|
608 | 608 | "@rollup/plugin-virtual" "^2.0.3"
|
609 | 609 | matched "^5.0.0"
|
610 | 610 |
|
611 |
| -"@rollup/plugin-typescript@8.5.0": |
612 |
| - version "8.5.0" |
613 |
| - resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.5.0.tgz#7ea11599a15b0a30fa7ea69ce3b791d41b862515" |
614 |
| - integrity sha512-wMv1/scv0m/rXx21wD2IsBbJFba8wGF3ErJIr6IKRfRj49S85Lszbxb4DCo8iILpluTjk2GAAu9CoZt4G3ppgQ== |
| 611 | +"@rollup/plugin-typescript@12.1.1": |
| 612 | + version "12.1.1" |
| 613 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.1.tgz#008d16b8283a422650c463f99ae0c610cf6c9727" |
| 614 | + integrity sha512-t7O653DpfB5MbFrqPe/VcKFFkvRuFNp9qId3xq4Eth5xlyymzxNpye2z8Hrl0RIMuXTSr5GGcFpkdlMeacUiFQ== |
615 | 615 | dependencies:
|
616 |
| - "@rollup/pluginutils" "^3.1.0" |
617 |
| - resolve "^1.17.0" |
| 616 | + "@rollup/pluginutils" "^5.1.0" |
| 617 | + resolve "^1.22.1" |
618 | 618 |
|
619 | 619 | "@rollup/plugin-virtual@^2.0.3":
|
620 | 620 | version "2.0.3"
|
621 | 621 | resolved "https://registry.yarnpkg.com/@rollup/plugin-virtual/-/plugin-virtual-2.0.3.tgz#0afc88d75c1e1378ab290b8e9898d4edb5be0d74"
|
622 | 622 | integrity sha512-pw6ziJcyjZtntQ//bkad9qXaBx665SgEL8C8KI5wO8G5iU5MPxvdWrQyVaAvjojGm9tJoS8M9Z/EEepbqieYmw==
|
623 | 623 |
|
624 |
| -"@rollup/pluginutils@^3.1.0": |
625 |
| - version "3.1.0" |
626 |
| - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
627 |
| - integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 624 | +"@rollup/pluginutils@^5.1.0": |
| 625 | + version "5.1.2" |
| 626 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.2.tgz#d3bc9f0fea4fd4086aaac6aa102f3fa587ce8bd9" |
| 627 | + integrity sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw== |
628 | 628 | dependencies:
|
629 |
| - "@types/estree" "0.0.39" |
630 |
| - estree-walker "^1.0.1" |
631 |
| - picomatch "^2.2.2" |
| 629 | + "@types/estree" "^1.0.0" |
| 630 | + estree-walker "^2.0.2" |
| 631 | + picomatch "^2.3.1" |
632 | 632 |
|
633 | 633 | "@sindresorhus/is@^0.14.0":
|
634 | 634 | version "0.14.0"
|
|
692 | 692 | dependencies:
|
693 | 693 | dotenv "*"
|
694 | 694 |
|
695 |
| -"@types/estree@0.0.39": |
696 |
| - version "0.0.39" |
697 |
| - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
698 |
| - integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
| 695 | +"@types/estree@^1.0.0": |
| 696 | + version "1.0.6" |
| 697 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" |
| 698 | + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== |
699 | 699 |
|
700 | 700 | "@types/http-cache-semantics@*":
|
701 | 701 | version "4.0.1"
|
@@ -3290,10 +3290,10 @@ estraverse@^5.1.0, estraverse@^5.2.0:
|
3290 | 3290 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
|
3291 | 3291 | integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
|
3292 | 3292 |
|
3293 |
| -estree-walker@^1.0.1: |
3294 |
| - version "1.0.1" |
3295 |
| - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
3296 |
| - integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 3293 | +estree-walker@^2.0.2: |
| 3294 | + version "2.0.2" |
| 3295 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" |
| 3296 | + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
3297 | 3297 |
|
3298 | 3298 | esutils@^2.0.2, esutils@^2.0.3:
|
3299 | 3299 | version "2.0.3"
|
@@ -4150,6 +4150,11 @@ function-bind@^1.1.1:
|
4150 | 4150 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
4151 | 4151 | integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
4152 | 4152 |
|
| 4153 | +function-bind@^1.1.2: |
| 4154 | + version "1.1.2" |
| 4155 | + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" |
| 4156 | + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== |
| 4157 | + |
4153 | 4158 | function.prototype.name@^1.1.5:
|
4154 | 4159 | version "1.1.5"
|
4155 | 4160 | resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
|
@@ -4542,6 +4547,13 @@ [email protected], hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.7:
|
4542 | 4547 | inherits "^2.0.3"
|
4543 | 4548 | minimalistic-assert "^1.0.1"
|
4544 | 4549 |
|
| 4550 | +hasown@^2.0.2: |
| 4551 | + version "2.0.2" |
| 4552 | + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" |
| 4553 | + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== |
| 4554 | + dependencies: |
| 4555 | + function-bind "^1.1.2" |
| 4556 | + |
4545 | 4557 |
|
4546 | 4558 | version "0.2.6"
|
4547 | 4559 | resolved "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz#087e1f10b046932fc8594dd9e6d378afc9d1e5ac"
|
@@ -4813,6 +4825,13 @@ is-ci@^2.0.0:
|
4813 | 4825 | dependencies:
|
4814 | 4826 | ci-info "^2.0.0"
|
4815 | 4827 |
|
| 4828 | +is-core-module@^2.13.0: |
| 4829 | + version "2.15.1" |
| 4830 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" |
| 4831 | + integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== |
| 4832 | + dependencies: |
| 4833 | + hasown "^2.0.2" |
| 4834 | + |
4816 | 4835 | is-core-module@^2.2.0:
|
4817 | 4836 | version "2.2.0"
|
4818 | 4837 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
|
@@ -6528,7 +6547,7 @@ picocolors@^1.0.0:
|
6528 | 6547 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
6529 | 6548 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
6530 | 6549 |
|
6531 |
| -picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2: |
| 6550 | +picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: |
6532 | 6551 | version "2.2.2"
|
6533 | 6552 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
|
6534 | 6553 | integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
|
@@ -7050,14 +7069,23 @@ resolve-url@^0.2.1:
|
7050 | 7069 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
7051 | 7070 | integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==
|
7052 | 7071 |
|
7053 |
| -resolve@^1.10.0, resolve@^1.17.0: |
| 7072 | +resolve@^1.10.0: |
7054 | 7073 | version "1.20.0"
|
7055 | 7074 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
7056 | 7075 | integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
7057 | 7076 | dependencies:
|
7058 | 7077 | is-core-module "^2.2.0"
|
7059 | 7078 | path-parse "^1.0.6"
|
7060 | 7079 |
|
| 7080 | +resolve@^1.22.1: |
| 7081 | + version "1.22.8" |
| 7082 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" |
| 7083 | + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== |
| 7084 | + dependencies: |
| 7085 | + is-core-module "^2.13.0" |
| 7086 | + path-parse "^1.0.7" |
| 7087 | + supports-preserve-symlinks-flag "^1.0.0" |
| 7088 | + |
7061 | 7089 | resolve@^1.8.1, resolve@~1.22.1:
|
7062 | 7090 | version "1.22.1"
|
7063 | 7091 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
|
|
0 commit comments