From 993410d6c5d151640eb774e302cc3827999bbf10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:22:41 +0100 Subject: [PATCH] fix(deps): update dependency mssql to v10 (#463) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mssql](https://togithub.com/tediousjs/node-mssql) | [`^9.2.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/mssql/9.2.0/10.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mssql/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mssql/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mssql/9.2.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mssql/9.2.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tediousjs/node-mssql (mssql) ### [`v10.0.0`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v1000-2023-09-06) [Compare Source](https://togithub.com/tediousjs/node-mssql/compare/v9.3.2...v10.0.0) \[change] Upgrade tedious to v16 ([#​1547](https://togithub.com/tediousjs/node-mssql/pull/1547)) \[removed] Removed NodeJS 14 support ([#​1547](https://togithub.com/tediousjs/node-mssql/pull/1547)) ### [`v9.3.2`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v932-2023-09-06) [Compare Source](https://togithub.com/tediousjs/node-mssql/compare/v9.3.1...v9.3.2) \[fix] Fix bug with msnodesqlv8 connection strings (([#​1525](https://togithub.com/tediousjs/node-mssql/issues/1525))\[https://github.com/tediousjs/node-mssql/pull/1525](https://togithub.com/tediousjs/node-mssql/pull/1525)5]) ### [`v9.3.1`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v931-2023-09-05) [Compare Source](https://togithub.com/tediousjs/node-mssql/compare/v9.3.0...v9.3.1) Revoked - contained breaking changes ### [`v9.3.0`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v930-2023-09-04) [Compare Source](https://togithub.com/tediousjs/node-mssql/compare/v9.2.1...v9.3.0) \[new] Add AAD connection support to connection strings (([#​1461](https://togithub.com/tediousjs/node-mssql/issues/1461))\[https://github.com/tediousjs/node-mssql/pull/1461](https://togithub.com/tediousjs/node-mssql/pull/1461)1]) ### [`v9.2.1`](https://togithub.com/tediousjs/node-mssql/blob/HEAD/CHANGELOG.txt#v921-2023-09-05) [Compare Source](https://togithub.com/tediousjs/node-mssql/compare/v9.2.0...v9.2.1) \[fix] Fix bug with msnodesqlv8 connection strings (([#​1525](https://togithub.com/tediousjs/node-mssql/issues/1525))\[https://github.com/tediousjs/node-mssql/pull/1525](https://togithub.com/tediousjs/node-mssql/pull/1525)5])
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/UK-Export-Finance/mdm-api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70a07fd4..1830fc8a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dotenv": "^16.3.1", "express-basic-auth": "^1.2.1", "lodash": "^4.17.21", - "mssql": "^9.2.0", + "mssql": "^10.0.0", "nestjs-pino": "^3.4.0", "passport": "^0.6.0", "passport-headerapikey": "^1.2.2",