diff --git a/package-lock.json b/package-lock.json index 38fe6bc1..37c247f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@aws-sdk/client-sqs": "^3.536.0", + "@aws-sdk/client-sqs": "^3.540.0", "@faker-js/faker": "^8.4.1", "@ministryofjustice/frontend": "^2.1.2", "@ministryofjustice/hmpps-audit-client": "^1.0.20", @@ -36,7 +36,7 @@ "nunjucks": "^3.2.4", "passport": "^0.7.0", "passport-oauth2": "^1.8.0", - "prom-client": "^15.1.0", + "prom-client": "^15.1.1", "redis": "^4.6.13", "superagent": "^8.1.2", "url-value-parser": "^2.2.0", @@ -59,11 +59,11 @@ "@types/nunjucks": "^3.2.6", "@types/passport": "^1.0.16", "@types/passport-oauth2": "^1.4.15", - "@types/superagent": "^8.1.5", + "@types/superagent": "^8.1.6", "@types/supertest": "^6.0.2", "@types/uuid": "^9.0.8", - "@typescript-eslint/eslint-plugin": "^7.3.1", - "@typescript-eslint/parser": "^7.3.1", + "@typescript-eslint/eslint-plugin": "^7.4.0", + "@typescript-eslint/parser": "^7.4.0", "audit-ci": "^6.6.1", "concurrently": "^8.2.2", "cookie-session": "^2.1.0", @@ -9961,9 +9961,9 @@ } }, "node_modules/prom-client": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.0.tgz", - "integrity": "sha512-cCD7jLTqyPdjEPBo/Xk4Iu8jxjuZgZJ3e/oET3L+ZwOuap/7Cw3dH/TJSsZKs1TQLZ2IHpIlRAKw82ef06kmMw==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.1.tgz", + "integrity": "sha512-GVA2H96QCg2q71rjc3VYvSrVG7OpnJxyryC7dMzvfJfpJJHzQVwF3TJLfHzKORcwJpElWs1TwXLthlJAFJxq2A==", "dependencies": { "@opentelemetry/api": "^1.4.0", "tdigest": "^0.1.1" diff --git a/package.json b/package.json index b0af3e8b..f315a41d 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ ] }, "dependencies": { - "@aws-sdk/client-sqs": "^3.536.0", + "@aws-sdk/client-sqs": "^3.540.0", "@faker-js/faker": "^8.4.1", "@ministryofjustice/hmpps-audit-client": "^1.0.20", "@ministryofjustice/frontend": "^2.1.2", @@ -124,7 +124,7 @@ "nunjucks": "^3.2.4", "passport": "^0.7.0", "passport-oauth2": "^1.8.0", - "prom-client": "^15.1.0", + "prom-client": "^15.1.1", "redis": "^4.6.13", "superagent": "^8.1.2", "url-value-parser": "^2.2.0", @@ -147,11 +147,11 @@ "@types/nunjucks": "^3.2.6", "@types/passport": "^1.0.16", "@types/passport-oauth2": "^1.4.15", - "@types/superagent": "^8.1.5", + "@types/superagent": "^8.1.6", "@types/supertest": "^6.0.2", "@types/uuid": "^9.0.8", - "@typescript-eslint/eslint-plugin": "^7.3.1", - "@typescript-eslint/parser": "^7.3.1", + "@typescript-eslint/eslint-plugin": "^7.4.0", + "@typescript-eslint/parser": "^7.4.0", "audit-ci": "^6.6.1", "concurrently": "^8.2.2", "cookie-session": "^2.1.0",