Skip to content

Commit

Permalink
Update dependency chai to v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2022
1 parent 8512fe5 commit 5a2ab74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions internal/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build/*"
],
"devDependencies": {
"@types/chai": "4.3.0",
"@types/chai": "4.3.4",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/sinon": "10.0.11",
"@types/supertest": "2.0.11",
"chai": "4.3.6",
"chai": "4.3.7",
"eslint-config-ordermentum": "1.0.6",
"husky": "7.0.4",
"lint-staged": "12.3.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/node": "17.0.21",
"chai": "4.3.6",
"chai": "4.3.7",
"eslint-config-ordermentum": "1.0.6",
"husky": "7.0.4",
"lint-staged": "12.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/asap-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"license": "MIT",
"devDependencies": {
"@ordermentum/asap-test-helpers": "*",
"@types/chai": "4.3.0",
"@types/chai": "4.3.4",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/node-cache": "4.2.5",
"@types/sinon": "10.0.11",
"chai": "4.3.6",
"chai": "4.3.7",
"eslint-config-ordermentum": "1.0.6",
"husky": "7.0.4",
"lint-staged": "12.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/axios-asap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"license": "MIT",
"devDependencies": {
"@ordermentum/asap-test-helpers": "*",
"@types/chai": "4.3.0",
"@types/chai": "4.3.4",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/mocha": "9.1.0",
"@types/moxios": "0.4.15",
"@types/node": "17.0.21",
"@types/sinon": "10.0.11",
"chai": "4.3.6",
"chai": "4.3.7",
"eslint-config-ordermentum": "1.0.6",
"husky": "7.0.4",
"lint-staged": "12.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/express-asap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
],
"devDependencies": {
"@ordermentum/asap-test-helpers": "*",
"@types/chai": "4.3.0",
"@types/chai": "4.3.4",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@types/sinon": "10.0.11",
"@types/supertest": "2.0.11",
"chai": "4.3.6",
"chai": "4.3.7",
"eslint-config-ordermentum": "1.0.6",
"husky": "7.0.4",
"lint-staged": "12.3.5",
Expand Down

0 comments on commit 5a2ab74

Please sign in to comment.