Skip to content

Commit

Permalink
Update dependency @types/mocha to v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] authored and romaingweb committed Jun 2, 2022
1 parent e407766 commit 240d7b0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@cucumber/cucumber": "7.3.2",
"@types/mocha": "9.1.0",
"@types/mocha": "9.1.1",
"@types/node": "15.6.1",
"@types/strip-ansi": "5.2.1",
"@types/supertest": "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ioredis": "^4.27.3"
},
"devDependencies": {
"@types/mocha": "9.1.0",
"@types/mocha": "9.1.1",
"@types/node": "15.6.1",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/local-clones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/mocha": "9.1.0",
"@types/mocha": "9.1.1",
"@types/node": "15.14.9",
"@types/tmp": "0.2.3",
"eslint": "8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/koa": "2.13.1",
"@types/mocha": "9.1.0",
"@types/mocha": "9.1.1",
"hamjest": "3.7.3",
"koa": "2.13.1",
"mocha": "9.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-dispatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/mocha": "9.1.0",
"@types/mocha": "9.1.1",
"@types/node": "15.6.1",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,10 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==

"@types/[email protected].0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.0.tgz#baf17ab2cca3fcce2d322ebc30454bff487efad5"
integrity sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==
"@types/[email protected].1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==

"@types/needle@^2.5.1":
version "2.5.2"
Expand Down

0 comments on commit 240d7b0

Please sign in to comment.