From 6102b665e8c5d123f4b298952b78ae8bd7dc8f3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 12:57:19 +0000 Subject: [PATCH] fix(deps): update all non major npm dependencies --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 2749f37..3519e7e 100644 --- a/package.json +++ b/package.json @@ -92,19 +92,19 @@ ] }, "dependencies": { - "@aws-sdk/client-sqs": "^3.726.0", - "@cypress/code-coverage": "^3.13.10", - "@ministryofjustice/frontend": "^3.3.1", - "@ministryofjustice/hmpps-connect-dps-components": "^2.0.0", + "@aws-sdk/client-sqs": "^3.750.0", + "@cypress/code-coverage": "^3.13.12", + "@ministryofjustice/frontend": "^3.6.1", + "@ministryofjustice/hmpps-connect-dps-components": "^2.1.0", "@ministryofjustice/hmpps-monitoring": "^0.0.1-beta.2", - "@sentry/node": "^8.49.0", + "@sentry/node": "^8.55.0", "@types/cypress__code-coverage": "^3.10.2", "agentkeepalive": "^4.6.0", "applicationinsights": "^2.9.6", "body-parser": "^1.20.3", "bunyan": "^1.8.15", "bunyan-format": "^0.2.1", - "compression": "^1.7.5", + "compression": "^1.8.0", "connect-flash": "^0.1.1", "connect-redis": "^8.0.1", "csrf-sync": "^4.0.3", @@ -121,17 +121,17 @@ "passport-oauth2": "^1.8.0", "redis": "^4.7.0", "superagent": "^10.1.1", - "uuid": "^11.0.5", - "zod": "^3.24.1" + "uuid": "^11.1.0", + "zod": "^3.24.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@jgoz/esbuild-plugin-typecheck": "^4.0.2", - "@ministryofjustice/eslint-config-hmpps": "^0.0.1-beta.1", - "@testing-library/cypress": "^10.0.2", + "@jgoz/esbuild-plugin-typecheck": "^4.0.3", + "@ministryofjustice/eslint-config-hmpps": "^0.0.1-beta.2", + "@testing-library/cypress": "^10.0.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "@tsconfig/node22": "^22.0.0", "@types/bunyan": "^1.8.11", "@types/bunyan-format": "^0.2.9", @@ -140,23 +140,23 @@ "@types/express-session": "^1.18.1", "@types/http-errors": "^2.0.4", "@types/jest": "^29.5.14", - "@types/jsonwebtoken": "^9.0.7", - "@types/node": "^22.10.5", + "@types/jsonwebtoken": "^9.0.9", + "@types/node": "^22.13.5", "@types/nunjucks": "^3.2.6", "@types/passport": "^1.0.17", "@types/passport-oauth2": "^1.4.17", "@types/superagent": "^8.1.9", "@types/supertest": "^6.0.2", - "@typescript-eslint/eslint-plugin": "^8.19.1", - "@typescript-eslint/parser": "^8.19.1", + "@typescript-eslint/eslint-plugin": "^8.25.0", + "@typescript-eslint/parser": "^8.25.0", "audit-ci": "^7.1.0", "aws-sdk-client-mock": "^4.1.0", - "chai": "^5.1.2", + "chai": "^5.2.0", "chokidar": "^3.6.0", "concurrently": "^9.1.2", "cypress": "^13.17.0", "cypress-ctrf-json-reporter": "^0.0.11", - "cypress-multi-reporters": "^2.0.4", + "cypress-multi-reporters": "^2.0.5", "esbuild": "^0.24.2", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", @@ -169,15 +169,15 @@ "jest-html-reporter": "^3.10.2", "jest-junit": "^16.0.0", "jsonwebtoken": "^9.0.2", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.3", "mocha-junit-reporter": "^2.2.1", "nock": "^13.5.6", "nyc": "^17.1.0", - "openapi-typescript": "^7.5.2", - "prettier": "^3.4.2", + "openapi-typescript": "^7.6.1", + "prettier": "^3.5.2", "prettier-plugin-jinja-template": "^2.0.0", "supertest": "^7.0.0", - "ts-jest": "^29.2.5", - "typescript": "^5.7.3" + "ts-jest": "^29.2.6", + "typescript": "^5.8.2" } }