Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @types/chai-as-promised to v8 #621

Merged
merged 3 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module "application_insights" {
env = var.env
product = var.product
name = var.product
location = "UK South"

resource_group_name = azurerm_resource_group.rg.name

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@codeceptjs/allure-legacy": "^1.0.2",
"@codeceptjs/configure": "^1.0.1",
"@eslint/js": "^9.1.1",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-as-promised": "^8.0.0",
"@types/express-session": "^1.18.0",
"@types/jest": "^29.5.12",
"@types/session-file-store": "^1.2.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4143,12 +4143,12 @@ __metadata:
languageName: node
linkType: hard

"@types/chai-as-promised@npm:^7.1.8":
version: 7.1.8
resolution: "@types/chai-as-promised@npm:7.1.8"
"@types/chai-as-promised@npm:^8.0.0":
version: 8.0.0
resolution: "@types/chai-as-promised@npm:8.0.0"
dependencies:
"@types/chai": "*"
checksum: f0e5eab451b91bc1e289ed89519faf6591932e8a28d2ec9bbe95826eb73d28fe43713633e0c18706f3baa560a7d97e7c7c20dc53ce639e5d75bac46b2a50bf21
checksum: 9d837b314c7ad7d8d67676905d20b9f293295aa58e3250b5fc7fe9e5598b547b9bbc40396744c2db0bd943ee6eb67dcdbf953baed9e2dc1904438208334fab2a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7889,7 +7889,7 @@ __metadata:
"@hmcts/nodejs-logging": ^4.0.4
"@hmcts/properties-volume": ^1.1.0
"@types/body-parser": ^1.19.5
"@types/chai-as-promised": ^7.1.8
"@types/chai-as-promised": ^8.0.0
"@types/config": ^3.3.4
"@types/cookie-parser": ^1.4.7
"@types/csurf": ^1.11.5
Expand Down