Skip to content

Commit b5bfada

Browse files
chore(deps-dev): bump @types/mocha from 7.0.2 to 8.0.4 (#1705)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 7.0.2 to 8.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1ec70ff commit b5bfada

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

clients/client-cognito-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@aws-sdk/client-iam": "1.0.0-rc.7",
6565
"@aws-sdk/types": "1.0.0-rc.7",
6666
"@types/chai": "^4.2.11",
67-
"@types/mocha": "^7.0.2",
67+
"@types/mocha": "^8.0.4",
6868
"@types/node": "^12.7.5",
6969
"jest": "^26.1.0",
7070
"rimraf": "^3.0.0",

clients/client-lex-runtime-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@aws-sdk/client-documentation-generator": "1.0.0-rc.7",
6363
"@aws-sdk/types": "1.0.0-rc.7",
6464
"@types/chai": "^4.2.11",
65-
"@types/mocha": "^7.0.2",
65+
"@types/mocha": "^8.0.4",
6666
"@types/node": "^12.7.5",
6767
"jest": "^26.1.0",
6868
"rimraf": "^3.0.0",

clients/client-mediastore-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@aws-sdk/client-documentation-generator": "1.0.0-rc.7",
6363
"@aws-sdk/types": "1.0.0-rc.7",
6464
"@types/chai": "^4.2.11",
65-
"@types/mocha": "^7.0.2",
65+
"@types/mocha": "^8.0.4",
6666
"@types/node": "^12.7.5",
6767
"jest": "^26.1.0",
6868
"rimraf": "^3.0.0",

clients/client-s3-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@aws-sdk/client-documentation-generator": "1.0.0-rc.7",
6767
"@aws-sdk/types": "1.0.0-rc.7",
68-
"@types/mocha": "^7.0.2",
68+
"@types/mocha": "^8.0.4",
6969
"@types/node": "^12.7.5",
7070
"@types/uuid": "^3.0.0",
7171
"jest": "^26.1.0",

clients/client-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@aws-sdk/client-documentation-generator": "1.0.0-rc.7",
7878
"@aws-sdk/types": "1.0.0-rc.7",
7979
"@types/chai": "^4.2.11",
80-
"@types/mocha": "^7.0.2",
80+
"@types/mocha": "^8.0.4",
8181
"@types/node": "^12.7.5",
8282
"jest": "^26.1.0",
8383
"rimraf": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,10 +1674,10 @@
16741674
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
16751675
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
16761676

1677-
"@types/mocha@^7.0.2":
1678-
version "7.0.2"
1679-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.2.tgz#b17f16cf933597e10d6d78eae3251e692ce8b0ce"
1680-
integrity sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==
1677+
"@types/mocha@^8.0.4":
1678+
version "8.0.4"
1679+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.0.4.tgz#b840c2dce46bacf286e237bfb59a29e843399148"
1680+
integrity sha512-M4BwiTJjHmLq6kjON7ZoI2JMlBvpY3BYSdiP6s/qCT3jb1s9/DeJF0JELpAxiVSIxXDzfNKe+r7yedMIoLbknQ==
16811681

16821682
"@types/node@*", "@types/node@>= 8", "@types/node@^14.11.2":
16831683
version "14.14.7"

0 commit comments

Comments
 (0)