update: update tests (#899)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e44d2831ae
commit
d3278bedd3
|
@ -42,7 +42,7 @@
|
|||
"@rollup/plugin-commonjs": "20.0.0",
|
||||
"@rollup/plugin-node-resolve": "13.0.4",
|
||||
"@types/bunyan": "1.8.7",
|
||||
"@types/chai": "4.2.21",
|
||||
"@types/chai": "4.2.22",
|
||||
"@types/chai-as-promised": "7.1.4",
|
||||
"@types/deep-diff": "1.0.1",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"@types/minimatch": "3.0.5",
|
||||
"@types/mocha": "9.0.0",
|
||||
"@types/node": "16.3.2",
|
||||
"@types/sinon": "10.0.2",
|
||||
"@types/sinon": "10.0.3",
|
||||
"@types/sinon-chai": "3.2.5",
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/yargs": "17.0.2",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -424,10 +424,10 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/chai/-/chai-4.2.4.tgz#8936cffad3c96ec470a2dc26a38c3ba8b9b6f619"
|
||||
integrity sha512-7qvf9F9tMTzo0akeswHPGqgUx/gIaJqrOEET/FCD8CFRkSUHlygQiM5yB6OvjrtdxBVLSyw7COJubsFYs0683g==
|
||||
|
||||
"@types/chai@4.2.21":
|
||||
version "4.2.21"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/chai/-/chai-4.2.21.tgz#9f35a5643129df132cf3b5c1ec64046ea1af0650"
|
||||
integrity sha512-yd+9qKmJxm496BOV9CMNaey8TWsikaZOwMRwPHQIjcOJM9oV+fi9ZMNw3JsVnbEEbo2gRTDnGEBv8pjyn67hNg==
|
||||
"@types/chai@4.2.22":
|
||||
version "4.2.22"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/chai/-/chai-4.2.22.tgz#47020d7e4cf19194d43b5202f35f75bd2ad35ce7"
|
||||
integrity sha512-tFfcE+DSTzWAgifkjik9AySNqIyNoYwmR+uecPwwD/XRNfvOjmC/FjCxpiUGDkDVDphPfCUecSQVFw+lN3M3kQ==
|
||||
|
||||
"@types/color-name@^1.1.1":
|
||||
version "1.1.1"
|
||||
|
@ -524,10 +524,10 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6"
|
||||
integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw==
|
||||
|
||||
"@types/sinon@10.0.2":
|
||||
version "10.0.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4"
|
||||
integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==
|
||||
"@types/sinon@10.0.3":
|
||||
version "10.0.3"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-10.0.3.tgz#2d17cf53f42981e8ebd3e2339dade748b0da742a"
|
||||
integrity sha512-XUaFuUOQ3A/r6gS1qCU/USMleascaqGeQpGR1AZ5JdRtBPlzijRzKsik1TuGzvdtPA0mdq42JqaJmJ+Afg1LJg==
|
||||
dependencies:
|
||||
"@sinonjs/fake-timers" "^7.1.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue