update dependency tedious to v11.2.0 (#6788)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-07-14 10:00:56 -04:00
committed by GitHub
parent ea19390f11
commit 39c06c665e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"stylelint-order": "4.1.0",
"stylelint-scss": "3.19.0",
"supertest": "6.1.3",
"tedious": "11.0.9",
"tedious": "11.2.0",
"ts-jest": "27.0.3",
"ts-node": "10.1.0"
},
@@ -47943,9 +47943,9 @@
}
},
"node_modules/tedious": {
"version": "11.0.9",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.0.9.tgz",
"integrity": "sha512-VEIDlPYQNp9Mct0LDFV5O4cihyq/7D+UU0WH6973+NnQZessYe3CFggHeyfKRw2Dx8AQtWB6tOg4misKiG2mpg==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.2.0.tgz",
"integrity": "sha512-H/42V8pxhcPE/PLEtxZpvgovW2gSKmAMBll/O/NW2gcHdFpyE5oVeAsyeYC/7cwCyDnV+hbeje+qgJXxraJfhg==",
"devOptional": true,
"dependencies": {
"@azure/identity": "^1.3.0",
@@ -99481,9 +99481,9 @@
"integrity": "sha512-6usSlV9KyHsspvwu2duKH+FMUhqJnAh6J5J/4MITl8s94iSUQTLkJggdiewKv4RyARQccnigV48Z+khiuVZDJw=="
},
"tedious": {
"version": "11.0.9",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.0.9.tgz",
"integrity": "sha512-VEIDlPYQNp9Mct0LDFV5O4cihyq/7D+UU0WH6973+NnQZessYe3CFggHeyfKRw2Dx8AQtWB6tOg4misKiG2mpg==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.2.0.tgz",
"integrity": "sha512-H/42V8pxhcPE/PLEtxZpvgovW2gSKmAMBll/O/NW2gcHdFpyE5oVeAsyeYC/7cwCyDnV+hbeje+qgJXxraJfhg==",
"devOptional": true,
"requires": {
"@azure/identity": "^1.3.0",

View File

@@ -61,7 +61,7 @@
"stylelint-order": "4.1.0",
"stylelint-scss": "3.19.0",
"supertest": "6.1.3",
"tedious": "11.0.9",
"tedious": "11.2.0",
"ts-jest": "27.0.3",
"ts-node": "10.1.0"
},