Skip to content

Commit b0691dd

Browse files
chore: update packages (#46)
* chore: update pkgs * chore: update pkgs * chore(deps): update dependency rollup to v4.9.3 (#27) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency rollup to v4.9.4 (#28) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.10.7 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.10.8 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.11.0 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency rollup to v4.9.5 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency prettier to v3.2.0 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency prettier to v3.2.1 (#34) * chore(deps): update dependency prettier to v3.2.2 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.11.1 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.11.2 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.11.3 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.11.4 (#39) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update all non-major dependencies (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update * chore(deps): update dependency rollup to v4.9.6 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update all non-major dependencies (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.11.6 (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update styfle/cancel-workflow-action action to v0.12.1 (#44) * chore(deps): update dependency @types/node to v20.11.7 (#45) * chore: update * chore: update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ecfbef commit b0691dd

File tree

5 files changed

+112
-104
lines changed

5 files changed

+112
-104
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
33-
- uses: styfle/cancel-workflow-action@0.12.0
33+
- uses: styfle/cancel-workflow-action@0.12.1
3434
with:
3535
workflow_id: ci.yml
3636
access_token: ${{ github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
28-
- uses: styfle/cancel-workflow-action@0.12.0
28+
- uses: styfle/cancel-workflow-action@0.12.1
2929
with:
3030
workflow_id: release.yml
3131
access_token: ${{ github.token }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v1.2.11
44
- Update license from MIT to BSL-1.1
5+
- Update dependencies
56

67
## v1.2.10
78
- Update dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
},
4343
"dependencies": {
4444
"bson": "^6.2.0",
45-
"libphonenumber-js": "^1.10.53"
45+
"libphonenumber-js": "^1.10.54"
4646
},
4747
"devDependencies": {
4848
"@types/bson": "^4.2.0",
4949
"@types/jest": "^29.5.11",
50-
"@types/node": "^20.10.6",
50+
"@types/node": "^20.11.7",
5151
"@types/shelljs": "^0.8.15",
5252
"jest": "^29.7.0",
53-
"prettier": "^3.1.1",
53+
"prettier": "^3.2.4",
5454
"rimraf": "^5.0.5",
55-
"rollup": "^4.9.2",
55+
"rollup": "^4.9.6",
5656
"rollup-plugin-typescript2": "^0.36.0",
5757
"shelljs": "^0.8.5",
58-
"ts-jest": "^29.1.1",
58+
"ts-jest": "^29.1.2",
5959
"tslib": "^2.6.2",
6060
"typescript": "^5.3.3"
6161
}

yarn.lock

Lines changed: 104 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -562,70 +562,70 @@
562562
estree-walker "^2.0.1"
563563
picomatch "^2.2.2"
564564

565-
"@rollup/rollup-android-arm-eabi@4.9.2":
566-
version "4.9.2"
567-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.2.tgz#ccb02257556bacbc1e756ab9b0b973cea2c7a664"
568-
integrity sha512-RKzxFxBHq9ysZ83fn8Iduv3A283K7zPPYuhL/z9CQuyFrjwpErJx0h4aeb/bnJ+q29GRLgJpY66ceQ/Wcsn3wA==
569-
570-
"@rollup/rollup-android-arm64@4.9.2":
571-
version "4.9.2"
572-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.2.tgz#21bd0fbafdf442c6a17645b840f6a94556b0e9bb"
573-
integrity sha512-yZ+MUbnwf3SHNWQKJyWh88ii2HbuHCFQnAYTeeO1Nb8SyEiWASEi5dQUygt3ClHWtA9My9RQAYkjvrsZ0WK8Xg==
574-
575-
"@rollup/rollup-darwin-arm64@4.9.2":
576-
version "4.9.2"
577-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.2.tgz#9f2e5d5637677f9839dbe1622130d0592179136a"
578-
integrity sha512-vqJ/pAUh95FLc/G/3+xPqlSBgilPnauVf2EXOQCZzhZJCXDXt/5A8mH/OzU6iWhb3CNk5hPJrh8pqJUPldN5zw==
579-
580-
"@rollup/rollup-darwin-x64@4.9.2":
581-
version "4.9.2"
582-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.2.tgz#1b06291ff1c41af94d2786cd167188c5bf7caec9"
583-
integrity sha512-otPHsN5LlvedOprd3SdfrRNhOahhVBwJpepVKUN58L0RnC29vOAej1vMEaVU6DadnpjivVsNTM5eNt0CcwTahw==
584-
585-
"@rollup/rollup-linux-arm-gnueabihf@4.9.2":
586-
version "4.9.2"
587-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.2.tgz#147069948bba00f435122f411210624e72638ebf"
588-
integrity sha512-ewG5yJSp+zYKBYQLbd1CUA7b1lSfIdo9zJShNTyc2ZP1rcPrqyZcNlsHgs7v1zhgfdS+kW0p5frc0aVqhZCiYQ==
589-
590-
"@rollup/rollup-linux-arm64-gnu@4.9.2":
591-
version "4.9.2"
592-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.2.tgz#3a50f0e7ae6e444d11c61fce12783196454a4efb"
593-
integrity sha512-pL6QtV26W52aCWTG1IuFV3FMPL1m4wbsRG+qijIvgFO/VBsiXJjDPE/uiMdHBAO6YcpV4KvpKtd0v3WFbaxBtg==
594-
595-
"@rollup/rollup-linux-arm64-musl@4.9.2":
596-
version "4.9.2"
597-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.2.tgz#82b5e75484d91c25d4e649d018d9523e72d6dac2"
598-
integrity sha512-On+cc5EpOaTwPSNetHXBuqylDW+765G/oqB9xGmWU3npEhCh8xu0xqHGUA+4xwZLqBbIZNcBlKSIYfkBm6ko7g==
599-
600-
"@rollup/rollup-linux-riscv64-gnu@4.9.2":
601-
version "4.9.2"
602-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.2.tgz#ca96f2d43a553d73aec736e991c07010561bc7a9"
603-
integrity sha512-Wnx/IVMSZ31D/cO9HSsU46FjrPWHqtdF8+0eyZ1zIB5a6hXaZXghUKpRrC4D5DcRTZOjml2oBhXoqfGYyXKipw==
604-
605-
"@rollup/rollup-linux-x64-gnu@4.9.2":
606-
version "4.9.2"
607-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.2.tgz#db1cece244ea46706c0e1a522ec19ca0173abc55"
608-
integrity sha512-ym5x1cj4mUAMBummxxRkI4pG5Vht1QMsJexwGP8547TZ0sox9fCLDHw9KCH9c1FO5d9GopvkaJsBIOkTKxksdw==
609-
610-
"@rollup/rollup-linux-x64-musl@4.9.2":
611-
version "4.9.2"
612-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.2.tgz#c15b26b86827f75977bf59ebd41ce5d788713936"
613-
integrity sha512-m0hYELHGXdYx64D6IDDg/1vOJEaiV8f1G/iO+tejvRCJNSwK4jJ15e38JQy5Q6dGkn1M/9KcyEOwqmlZ2kqaZg==
614-
615-
"@rollup/rollup-win32-arm64-msvc@4.9.2":
616-
version "4.9.2"
617-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.2.tgz#60152948f9fb08e8c50c1555e334ca9f9f1f53aa"
618-
integrity sha512-x1CWburlbN5JjG+juenuNa4KdedBdXLjZMp56nHFSHTOsb/MI2DYiGzLtRGHNMyydPGffGId+VgjOMrcltOksA==
619-
620-
"@rollup/rollup-win32-ia32-msvc@4.9.2":
621-
version "4.9.2"
622-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.2.tgz#657288cff10311f997d8dbd648590441760ae6d9"
623-
integrity sha512-VVzCB5yXR1QlfsH1Xw1zdzQ4Pxuzv+CPr5qpElpKhVxlxD3CRdfubAG9mJROl6/dmj5gVYDDWk8sC+j9BI9/kQ==
624-
625-
"@rollup/rollup-win32-x64-msvc@4.9.2":
626-
version "4.9.2"
627-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.2.tgz#830f3a3fba67f6216a5884368431918029045afe"
628-
integrity sha512-SYRedJi+mweatroB+6TTnJYLts0L0bosg531xnQWtklOI6dezEagx4Q0qDyvRdK+qgdA3YZpjjGuPFtxBmddBA==
565+
"@rollup/rollup-android-arm-eabi@4.9.6":
566+
version "4.9.6"
567+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz#66b8d9cb2b3a474d115500f9ebaf43e2126fe496"
568+
integrity sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==
569+
570+
"@rollup/rollup-android-arm64@4.9.6":
571+
version "4.9.6"
572+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz#46327d5b86420d2307946bec1535fdf00356e47d"
573+
integrity sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==
574+
575+
"@rollup/rollup-darwin-arm64@4.9.6":
576+
version "4.9.6"
577+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.6.tgz#166987224d2f8b1e2fd28ee90c447d52271d5e90"
578+
integrity sha512-CqNNAyhRkTbo8VVZ5R85X73H3R5NX9ONnKbXuHisGWC0qRbTTxnF1U4V9NafzJbgGM0sHZpdO83pLPzq8uOZFw==
579+
580+
"@rollup/rollup-darwin-x64@4.9.6":
581+
version "4.9.6"
582+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz#a2e6e096f74ccea6e2f174454c26aef6bcdd1274"
583+
integrity sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==
584+
585+
"@rollup/rollup-linux-arm-gnueabihf@4.9.6":
586+
version "4.9.6"
587+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz#09fcd4c55a2d6160c5865fec708a8e5287f30515"
588+
integrity sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==
589+
590+
"@rollup/rollup-linux-arm64-gnu@4.9.6":
591+
version "4.9.6"
592+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz#19a3c0b6315c747ca9acf86e9b710cc2440f83c9"
593+
integrity sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==
594+
595+
"@rollup/rollup-linux-arm64-musl@4.9.6":
596+
version "4.9.6"
597+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz#94aaf95fdaf2ad9335983a4552759f98e6b2e850"
598+
integrity sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==
599+
600+
"@rollup/rollup-linux-riscv64-gnu@4.9.6":
601+
version "4.9.6"
602+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz#160510e63f4b12618af4013bddf1761cf9fc9880"
603+
integrity sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==
604+
605+
"@rollup/rollup-linux-x64-gnu@4.9.6":
606+
version "4.9.6"
607+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.6.tgz#5ac5d068ce0726bd0a96ca260d5bd93721c0cb98"
608+
integrity sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw==
609+
610+
"@rollup/rollup-linux-x64-musl@4.9.6":
611+
version "4.9.6"
612+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz#bafa759ab43e8eab9edf242a8259ffb4f2a57a5d"
613+
integrity sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==
614+
615+
"@rollup/rollup-win32-arm64-msvc@4.9.6":
616+
version "4.9.6"
617+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz#1cc3416682e5a20d8f088f26657e6e47f8db468e"
618+
integrity sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==
619+
620+
"@rollup/rollup-win32-ia32-msvc@4.9.6":
621+
version "4.9.6"
622+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz#7d2251e1aa5e8a1e47c86891fe4547a939503461"
623+
integrity sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==
624+
625+
"@rollup/rollup-win32-x64-msvc@4.9.6":
626+
version "4.9.6"
627+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz#2c1fb69e02a3f1506f52698cfdc3a8b6386df9a6"
628+
integrity sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==
629629

630630
"@sinclair/typebox@^0.27.8":
631631
version "0.27.8"
@@ -686,6 +686,11 @@
686686
dependencies:
687687
bson "*"
688688

689+
"@types/estree@1.0.5":
690+
version "1.0.5"
691+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
692+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
693+
689694
"@types/glob@~7.2.0":
690695
version "7.2.0"
691696
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
@@ -733,10 +738,10 @@
733738
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
734739
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
735740

736-
"@types/node@*", "@types/node@^20.10.6":
737-
version "20.10.6"
738-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
739-
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
741+
"@types/node@*", "@types/node@^20.11.7":
742+
version "20.11.7"
743+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.7.tgz#cb49aedd758c978c30806d0c38b520ed2a3df6e0"
744+
integrity sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==
740745
dependencies:
741746
undici-types "~5.26.4"
742747

@@ -1872,10 +1877,10 @@ leven@^3.1.0:
18721877
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
18731878
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
18741879

1875-
libphonenumber-js@^1.10.53:
1876-
version "1.10.53"
1877-
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.53.tgz#8dbfe1355ef1a3d8e13b8d92849f7db7ebddc98f"
1878-
integrity sha512-sDTnnqlWK4vH4AlDQuswz3n4Hx7bIQWTpIcScJX+Sp7St3LXHmfiax/ZFfyYxHmkdCvydOLSuvtAO/XpXiSySw==
1880+
libphonenumber-js@^1.10.54:
1881+
version "1.10.54"
1882+
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.54.tgz#8dfba112f49d1b9c2a160e55f9697f22e50f0841"
1883+
integrity sha512-P+38dUgJsmh0gzoRDoM4F5jLbyfztkU6PY6eSK6S5HwTi/LPvnwXqVCQZlAy1FxZ5c48q25QhxGQ0pq+WQcSlQ==
18791884

18801885
lines-and-columns@^1.1.6:
18811886
version "1.2.4"
@@ -2108,10 +2113,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
21082113
dependencies:
21092114
find-up "^4.0.0"
21102115

2111-
prettier@^3.1.1:
2112-
version "3.1.1"
2113-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
2114-
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
2116+
prettier@^3.2.4:
2117+
version "3.2.4"
2118+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
2119+
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==
21152120

21162121
pretty-format@^29.0.0, pretty-format@^29.7.0:
21172122
version "29.7.0"
@@ -2196,24 +2201,26 @@ rollup-plugin-typescript2@^0.36.0:
21962201
semver "^7.5.4"
21972202
tslib "^2.6.2"
21982203

2199-
rollup@^4.9.2:
2200-
version "4.9.2"
2201-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.9.2.tgz#19d730219b7ec5f51372c6cf15cfb841990489fe"
2202-
integrity sha512-66RB8OtFKUTozmVEh3qyNfH+b+z2RXBVloqO2KCC/pjFaGaHtxP9fVfOQKPSGXg2mElmjmxjW/fZ7iKrEpMH5Q==
2204+
rollup@^4.9.6:
2205+
version "4.9.6"
2206+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.9.6.tgz#4515facb0318ecca254a2ee1315e22e09efc50a0"
2207+
integrity sha512-05lzkCS2uASX0CiLFybYfVkwNbKZG5NFQ6Go0VWyogFTXXbR039UVsegViTntkk4OglHBdF54ccApXRRuXRbsg==
2208+
dependencies:
2209+
"@types/estree" "1.0.5"
22032210
optionalDependencies:
2204-
"@rollup/rollup-android-arm-eabi" "4.9.2"
2205-
"@rollup/rollup-android-arm64" "4.9.2"
2206-
"@rollup/rollup-darwin-arm64" "4.9.2"
2207-
"@rollup/rollup-darwin-x64" "4.9.2"
2208-
"@rollup/rollup-linux-arm-gnueabihf" "4.9.2"
2209-
"@rollup/rollup-linux-arm64-gnu" "4.9.2"
2210-
"@rollup/rollup-linux-arm64-musl" "4.9.2"
2211-
"@rollup/rollup-linux-riscv64-gnu" "4.9.2"
2212-
"@rollup/rollup-linux-x64-gnu" "4.9.2"
2213-
"@rollup/rollup-linux-x64-musl" "4.9.2"
2214-
"@rollup/rollup-win32-arm64-msvc" "4.9.2"
2215-
"@rollup/rollup-win32-ia32-msvc" "4.9.2"
2216-
"@rollup/rollup-win32-x64-msvc" "4.9.2"
2211+
"@rollup/rollup-android-arm-eabi" "4.9.6"
2212+
"@rollup/rollup-android-arm64" "4.9.6"
2213+
"@rollup/rollup-darwin-arm64" "4.9.6"
2214+
"@rollup/rollup-darwin-x64" "4.9.6"
2215+
"@rollup/rollup-linux-arm-gnueabihf" "4.9.6"
2216+
"@rollup/rollup-linux-arm64-gnu" "4.9.6"
2217+
"@rollup/rollup-linux-arm64-musl" "4.9.6"
2218+
"@rollup/rollup-linux-riscv64-gnu" "4.9.6"
2219+
"@rollup/rollup-linux-x64-gnu" "4.9.6"
2220+
"@rollup/rollup-linux-x64-musl" "4.9.6"
2221+
"@rollup/rollup-win32-arm64-msvc" "4.9.6"
2222+
"@rollup/rollup-win32-ia32-msvc" "4.9.6"
2223+
"@rollup/rollup-win32-x64-msvc" "4.9.6"
22172224
fsevents "~2.3.2"
22182225

22192226
semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
@@ -2401,10 +2408,10 @@ to-regex-range@^5.0.1:
24012408
dependencies:
24022409
is-number "^7.0.0"
24032410

2404-
ts-jest@^29.1.1:
2405-
version "29.1.1"
2406-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
2407-
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
2411+
ts-jest@^29.1.2:
2412+
version "29.1.2"
2413+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
2414+
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
24082415
dependencies:
24092416
bs-logger "0.x"
24102417
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)