Bump mssql from 9.1.3 to 9.2.0 in /npm (#1544)

Bumps [mssql](https://github.com/tediousjs/node-mssql) from 9.1.3 to 9.2.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.1.3...v9.2.0)

---
updated-dependencies:
- dependency-name: mssql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-01 09:21:42 +01:00 committed by GitHub
parent 176e4e627b
commit cb9f2fe2f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
npm/package-lock.json generated
View File

@ -22,7 +22,7 @@
"lodash": "4.17.21",
"mixpanel": "0.17.0",
"mongodb": "6.0.0",
"mssql": "9.1.3",
"mssql": "9.2.0",
"mysql2": "3.6.0",
"node-forge": "1.3.1",
"openid-client": "5.4.3",
@ -2324,9 +2324,9 @@
"integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw=="
},
"node_modules/@tediousjs/connection-string": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-0.4.2.tgz",
"integrity": "sha512-1R9UC7Qc5wief2oJL+c1+d7v1/oPBayL85u8L/jV2DzIKput1TZ8ZUjj2nxQaSfzu210zp0oFWUrYUiUs8NhBQ=="
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@tediousjs/connection-string/-/connection-string-0.5.0.tgz",
"integrity": "sha512-7qSgZbincDDDFyRweCIEvZULFAw5iz/DeunhvuxpL31nfntX3P4Yd4HkHBRg9H8CdqY1e5WFN1PZIz/REL9MVQ=="
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
@ -4918,11 +4918,11 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/mssql": {
"version": "9.1.3",
"resolved": "https://registry.npmjs.org/mssql/-/mssql-9.1.3.tgz",
"integrity": "sha512-oXs2lJ1vKUe2s0twCdcdKnqATTVaIswzpSiGnUjMIhV6Sip9vEDuYt3dCoVWXXNuPJ5iFIqLxvagw4Hrz6xR4A==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/mssql/-/mssql-9.2.0.tgz",
"integrity": "sha512-FxX/CTGLH+X5UHH0d4lUJzVGlIZlLoY/ZdFCVect4VwbfKtDtNZWG8vq9SEjVfduhtydVrE4K2y69JnDAYgXlw==",
"dependencies": {
"@tediousjs/connection-string": "^0.4.1",
"@tediousjs/connection-string": "^0.5.0",
"commander": "^11.0.0",
"debug": "^4.3.3",
"rfdc": "^1.3.0",

View File

@ -53,7 +53,7 @@
"lodash": "4.17.21",
"mixpanel": "0.17.0",
"mongodb": "6.0.0",
"mssql": "9.1.3",
"mssql": "9.2.0",
"mysql2": "3.6.0",
"node-forge": "1.3.1",
"openid-client": "5.4.3",