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