chore(deps): update dependency mocha to v9.1.0
This commit is contained in:
committed by
renovate[bot]
parent
ec9034751e
commit
0f1fbb4213
12
curriculum/package-lock.json
generated
12
curriculum/package-lock.json
generated
@ -5603,9 +5603,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "4.1.1",
|
"version": "4.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||||
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ansi-styles": "^4.1.0",
|
"ansi-styles": "^4.1.0",
|
||||||
@ -5822,9 +5822,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mocha": {
|
"mocha": {
|
||||||
"version": "9.0.3",
|
"version": "9.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz",
|
||||||
"integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==",
|
"integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ungap/promise-all-settled": "1.1.2",
|
"@ungap/promise-all-settled": "1.1.2",
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"jsdom": "16.7.0",
|
"jsdom": "16.7.0",
|
||||||
"live-server": "1.2.1",
|
"live-server": "1.2.1",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"mocha": "9.0.3",
|
"mocha": "9.1.0",
|
||||||
"mock-require": "3.0.3",
|
"mock-require": "3.0.3",
|
||||||
"puppeteer": "10.2.0",
|
"puppeteer": "10.2.0",
|
||||||
"readdirp": "3.6.0",
|
"readdirp": "3.6.0",
|
||||||
|
Reference in New Issue
Block a user