update dependency tedious to v11.8.0 (#7547)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-23 09:56:22 -04:00
committed by GitHub
parent cfa94b4bd4
commit 27a98151f7
2 changed files with 8 additions and 10 deletions

16
package-lock.json generated
View File

@@ -46,7 +46,7 @@
"stylelint-order": "4.1.0",
"stylelint-scss": "3.20.1",
"supertest": "6.1.6",
"tedious": "11.4.0",
"tedious": "11.8.0",
"ts-jest": "27.0.4",
"ts-node": "10.2.1"
},
@@ -44923,9 +44923,9 @@
}
},
"node_modules/tedious": {
"version": "11.4.0",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.4.0.tgz",
"integrity": "sha512-A7DYRH0EJL5b4vj8X8KVRyWVk7OZCXkHltMlkmMgOJEfPPMv41X+iNIeOCZ7zJ4/fvaJHkvfsKYuOzL+Eda+TQ==",
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.8.0.tgz",
"integrity": "sha512-GtFrO694x/7CRiUBt0AI4jrMtrkXV+ywifiOrDy4K0ufJLeKB4rgmPjy5Ws366fCaBaKlqQ9RnJ+sCJ1Jbd1lw==",
"devOptional": true,
"dependencies": {
"@azure/identity": "^1.3.0",
@@ -44940,7 +44940,6 @@
"native-duplexpair": "^1.0.0",
"node-abort-controller": "^2.0.0",
"punycode": "^2.1.0",
"readable-stream": "^3.6.0",
"sprintf-js": "^1.1.2"
},
"engines": {
@@ -93516,9 +93515,9 @@
"integrity": "sha512-6usSlV9KyHsspvwu2duKH+FMUhqJnAh6J5J/4MITl8s94iSUQTLkJggdiewKv4RyARQccnigV48Z+khiuVZDJw=="
},
"tedious": {
"version": "11.4.0",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.4.0.tgz",
"integrity": "sha512-A7DYRH0EJL5b4vj8X8KVRyWVk7OZCXkHltMlkmMgOJEfPPMv41X+iNIeOCZ7zJ4/fvaJHkvfsKYuOzL+Eda+TQ==",
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/tedious/-/tedious-11.8.0.tgz",
"integrity": "sha512-GtFrO694x/7CRiUBt0AI4jrMtrkXV+ywifiOrDy4K0ufJLeKB4rgmPjy5Ws366fCaBaKlqQ9RnJ+sCJ1Jbd1lw==",
"devOptional": true,
"requires": {
"@azure/identity": "^1.3.0",
@@ -93533,7 +93532,6 @@
"native-duplexpair": "^1.0.0",
"node-abort-controller": "^2.0.0",
"punycode": "^2.1.0",
"readable-stream": "^3.6.0",
"sprintf-js": "^1.1.2"
},
"dependencies": {

View File

@@ -61,7 +61,7 @@
"stylelint-order": "4.1.0",
"stylelint-scss": "3.20.1",
"supertest": "6.1.6",
"tedious": "11.4.0",
"tedious": "11.8.0",
"ts-jest": "27.0.4",
"ts-node": "10.2.1"
},