mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
update dependency tedious to v11.8.0 (#7547)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user