Bump @types/mocha from 10.0.0 to 10.0.1 (#3891)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d255e06593
commit
1d2f83633c
2 changed files with 9 additions and 9 deletions
|
@ -47,7 +47,7 @@
|
|||
"@faker-js/faker": "^7.1.0",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^18.0.3",
|
||||
"chai": "^4.3.7",
|
||||
"mocha": "^10.0.0",
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -558,7 +558,7 @@
|
|||
"@faker-js/faker": "^7.1.0",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^18.0.3",
|
||||
"chai": "^4.3.7",
|
||||
"mocha": "^10.0.0",
|
||||
|
@ -4494,9 +4494,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/mocha": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz",
|
||||
"integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
|
||||
"integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
|
@ -17817,7 +17817,7 @@
|
|||
"@faker-js/faker": "^7.1.0",
|
||||
"@types/chai": "^4.3.4",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/mocha": "^10.0.0",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^18.0.3",
|
||||
"axios": "^0.27.2",
|
||||
"camelize-ts": "^2.1.1",
|
||||
|
@ -18680,9 +18680,9 @@
|
|||
}
|
||||
},
|
||||
"@types/mocha": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz",
|
||||
"integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
|
||||
"integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
|
|
Loading…
Reference in a new issue