From 74c8606ce6bed7424a325ab3c2c45b89448a64a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:36:58 +0000 Subject: [PATCH] fix(deps): bump mssql from 10.0.1 to 10.0.2 Bumps [mssql](https://github.com/tediousjs/node-mssql) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/tediousjs/node-mssql/releases) - [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt) - [Commits](https://github.com/tediousjs/node-mssql/compare/v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: mssql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d895ef..bd832df 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/pg": "^8.10.9", "inquirer": "^9.2.12", "json-2-csv": "^5.0.1", - "mssql": "^10.0.1", + "mssql": "^10.0.2", "pg": "^8.11.3", "prisma": "^5.7.0", "sqlite": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index fd5a703..722a77a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4723,10 +4723,10 @@ ms@^2.1.2: resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -mssql@^10.0.1: - version "10.0.1" - resolved "https://registry.npmjs.org/mssql/-/mssql-10.0.1.tgz" - integrity sha512-k0Xkav/3OppZs8Kj+FIo7k7ejbcsVNxp5/ePayxfXzuBZhxD/Y/RhIhrtfHyH6FmlJnBQPj7eDI2IN7B0BiSxQ== +mssql@^10.0.2: + version "10.0.2" + resolved "https://registry.yarnpkg.com/mssql/-/mssql-10.0.2.tgz#99f9113a05b8ee32c84704fddc3780554cd89a60" + integrity sha512-GrQ6gzv2xA7ndOvONyZ++4RZsNkr8qDiIpvuFn2pR3TPiSk/cKdmvOrDU3jWgon7EPj7CPgmDiMh7Hgtft2xLg== dependencies: "@tediousjs/connection-string" "^0.5.0" commander "^11.0.0"