mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +08:00
chore(deps): update dependency mocha to v8.4.0
This commit is contained in:
parent
8e7c7c5531
commit
629eda2db6
18
package-lock.json
generated
18
package-lock.json
generated
@ -28,7 +28,7 @@
|
||||
"husky": "6.0.0",
|
||||
"intelli-espower-loader": "1.0.1",
|
||||
"lint-staged": "11.0.0",
|
||||
"mocha": "8.3.2",
|
||||
"mocha": "8.4.0",
|
||||
"power-assert": "1.6.1",
|
||||
"prettier": "2.3.0",
|
||||
"typescript": "4.2.3"
|
||||
@ -3457,9 +3457,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mocha": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz",
|
||||
"integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==",
|
||||
"version": "8.4.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz",
|
||||
"integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@ungap/promise-all-settled": "1.1.2",
|
||||
@ -3494,6 +3494,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.12.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mochajs"
|
||||
}
|
||||
},
|
||||
"node_modules/mocha/node_modules/argparse": {
|
||||
@ -8317,9 +8321,9 @@
|
||||
}
|
||||
},
|
||||
"mocha": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz",
|
||||
"integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==",
|
||||
"version": "8.4.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz",
|
||||
"integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@ungap/promise-all-settled": "1.1.2",
|
||||
|
@ -57,7 +57,7 @@
|
||||
"husky": "6.0.0",
|
||||
"intelli-espower-loader": "1.0.1",
|
||||
"lint-staged": "11.0.0",
|
||||
"mocha": "8.3.2",
|
||||
"mocha": "8.4.0",
|
||||
"power-assert": "1.6.1",
|
||||
"prettier": "2.3.0",
|
||||
"typescript": "4.2.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user