From ab0c64c8c9b0928f106652d8a904bd62941538da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:10:13 +0000 Subject: [PATCH] Bump mssql from 9.2.0 to 10.0.0 Bumps [mssql](https://github.com/tediousjs/node-mssql) from 9.2.0 to 10.0.0. - [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/v9.2.0...v10.0.0) --- updated-dependencies: - dependency-name: mssql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b022a9f..dcde6ef 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/roncli/node-database.git" }, "dependencies": { - "mssql": "9.2.0" + "mssql": "10.0.0" }, "devDependencies": { "@babel/core": "7.22.17",