Bump mocha from 8.3.0 to 8.3.1 in /curriculum
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.0 to 8.3.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.3.0...v8.3.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
18
curriculum/package-lock.json
generated
18
curriculum/package-lock.json
generated
@ -34,7 +34,7 @@
|
||||
"jsdom": "^12.2.0",
|
||||
"live-server": "^1.2.1",
|
||||
"lodash": "^4.17.20",
|
||||
"mocha": "8.3.0",
|
||||
"mocha": "8.3.1",
|
||||
"puppeteer": "^8.0.0",
|
||||
"readdirp": "^3.5.0",
|
||||
"rehype": "^11.0.0",
|
||||
@ -6339,9 +6339,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/mocha": {
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.0.tgz",
|
||||
"integrity": "sha512-TQqyC89V1J/Vxx0DhJIXlq9gbbL9XFNdeLQ1+JsnZsVaSOV1z3tWfw0qZmQJGQRIfkvZcs7snQnZnOCKoldq1Q==",
|
||||
"version": "8.3.1",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.1.tgz",
|
||||
"integrity": "sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@ungap/promise-all-settled": "1.1.2",
|
||||
@ -6376,6 +6376,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.12.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mochajs"
|
||||
}
|
||||
},
|
||||
"node_modules/mocha/node_modules/ansi-colors": {
|
||||
@ -15276,9 +15280,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"mocha": {
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.0.tgz",
|
||||
"integrity": "sha512-TQqyC89V1J/Vxx0DhJIXlq9gbbL9XFNdeLQ1+JsnZsVaSOV1z3tWfw0qZmQJGQRIfkvZcs7snQnZnOCKoldq1Q==",
|
||||
"version": "8.3.1",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.1.tgz",
|
||||
"integrity": "sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@ungap/promise-all-settled": "1.1.2",
|
||||
|
@ -51,7 +51,7 @@
|
||||
"jsdom": "^12.2.0",
|
||||
"live-server": "^1.2.1",
|
||||
"lodash": "^4.17.20",
|
||||
"mocha": "8.3.0",
|
||||
"mocha": "8.3.1",
|
||||
"puppeteer": "^8.0.0",
|
||||
"readdirp": "^3.5.0",
|
||||
"rehype": "^11.0.0",
|
||||
|
Reference in New Issue
Block a user