From a0cabda301bf2dbb84e13213fa695bfdeabdda39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 18:40:10 +0000 Subject: [PATCH] fix: upgrade @types/bluebird from 3.5.38 to 3.5.42 Snyk has created this PR to upgrade @types/bluebird from 3.5.38 to 3.5.42. See this package in yarn: @types/bluebird See this project in Snyk: https://app.snyk.io/org/tpsaint1966/project/20bfd3b9-4621-4ad2-bd24-8eea415b7952?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8692d4c..fe75ac5 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "vscode-test": "^1.6.1" }, "dependencies": { - "@types/bluebird": "^3.5.38", + "@types/bluebird": "^3.5.42", "@types/sinon-chai": "^3.2.9", "bluebird": "^3.7.2", "openai": "^3.2.1" diff --git a/yarn.lock b/yarn.lock index 2700d5f..e40a93d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -224,10 +224,10 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== -"@types/bluebird@^3.5.38": - version "3.5.38" - resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.38.tgz#7a671e66750ccd21c9fc9d264d0e1e5330bc9908" - integrity sha512-yR/Kxc0dd4FfwtEoLZMoqJbM/VE/W7hXn/MIjb+axcwag0iFmSPK7OBUZq1YWLynJUoWQkfUrI7T0HDqGApNSg== +"@types/bluebird@^3.5.42": + version "3.5.42" + resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.42.tgz#7ec05f1ce9986d920313c1377a5662b1b563d366" + integrity sha512-Jhy+MWRlro6UjVi578V/4ZGNfeCOcNCp0YaFNIUGFKlImowqwb1O/22wDVk3FDGMLqxdpOV3qQHD5fPEH4hK6A== "@types/chai@*": version "4.3.4"