From 23a9dfb6f6b9e26c45ae069dcce4f81b716ab5e2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 2 Nov 2024 00:17:54 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/11638154599 ------ *Automatically created by projen via the "upgrade-maintenance-v5.4" workflow* Signed-off-by: github-actions --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index bd9479a1..9c1af70b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-unicorn": "^46.0.1", - "fast-check": "^3.22.0", + "fast-check": "^3.23.0", "glob": "^10.4.5", "jest": "^29.7.0", "jsii-1.x": "npm:jsii@1", diff --git a/yarn.lock b/yarn.lock index 7e731974..580f1ec5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2773,10 +2773,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fast-check@^3.22.0: - version "3.22.0" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.22.0.tgz#1a8153e9d6fbdcc60b818f447cbb9cac1fdd8fb6" - integrity sha512-8HKz3qXqnHYp/VCNn2qfjHdAdcI8zcSqOyX64GOMukp7SL2bfzfeDKjSd+UyECtejccaZv3LcvZTm9YDD22iCQ== +fast-check@^3.23.0: + version "3.23.0" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.23.0.tgz#0f4a41ca9aaffcb92bad95575fb2d967f1e3d504" + integrity sha512-TmpgSeJ2jUV+FNWnSy9iIE9bOV9nCNQ4it+K9BpCNT9JsQOfZYznWGSbMw+Wa4uusEss0IcL/trFVoRxS6IuAA== dependencies: pure-rand "^6.1.0" @@ -6407,9 +6407,9 @@ typedarray-to-buffer@^3.1.5: is-typedarray "^1.0.0" typescript@next: - version "5.7.0-dev.20241031" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.0-dev.20241031.tgz#776d0511626abd9bff539ae6cecb64851e506a98" - integrity sha512-CR0uSMNCzLCXjptJ38ESiEpTMEYJiplIe9jmZLQuTp5nrxwOE2ljMg5z1XyPI+Uss1saZOdpwkPxXU3mDIASEg== + version "5.7.0-dev.20241101" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.0-dev.20241101.tgz#00b4d39e93424a30f44a4cb09cc8356dd9e5c140" + integrity sha512-nwq/uxhhQwhRqmjC7n4OOEf97fp8cXLinCtywgOm4YFzF2ZKchSWxfl8RpkXOFQdE9Bw1yHfySy2wJOm9H8ekw== typescript@~3.9.10: version "3.9.10"