From eb3ff25cc2c1311347466d8aece38bf53b431733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:41:43 -0600 Subject: [PATCH] Bump express-openapi-validator from 5.3.8 to 5.3.9 in /hedera-mirror-rest (#9697) Bump express-openapi-validator in /hedera-mirror-rest Bumps [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) from 5.3.8 to 5.3.9. - [Release notes](https://github.com/cdimascio/express-openapi-validator/releases) - [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGE_HISTORY.md) - [Commits](https://github.com/cdimascio/express-openapi-validator/commits) --- updated-dependencies: - dependency-name: express-openapi-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hedera-mirror-rest/package-lock.json | 8 ++++---- hedera-mirror-rest/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 9f039656e3..6bfa356413 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -52,7 +52,7 @@ "cors": "^2.8.5", "express": "^4.21.1", "express-http-context": "^1.2.4", - "express-openapi-validator": "^5.3.8", + "express-openapi-validator": "^5.3.9", "extend": "^3.0.2", "ioredis": "^5.4.1", "ip-anonymize": "^0.1.0", @@ -6593,9 +6593,9 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.3.8", - "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.8.tgz", - "integrity": "sha512-dADXgq8JwjCdWbL88Ts8ki5weeqOcdJnz6uJFJon9BqCJyj33J8nZgBAnptHLo8OQH8DrwjlJyDMdukncBUNtA==", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.9.tgz", + "integrity": "sha512-I6MNpbOyJbp8iML7lrmke1cVVLgdH4w9mfSX7qSZRDizqO9CKnjQYXNyu2YqrEqD/3OxFsWuSdzL+1Q8qwAhCQ==", "inBundle": true, "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.0", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 78de900142..4fb2b8c971 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -28,7 +28,7 @@ "cors": "^2.8.5", "express": "^4.21.1", "express-http-context": "^1.2.4", - "express-openapi-validator": "^5.3.8", + "express-openapi-validator": "^5.3.9", "extend": "^3.0.2", "ioredis": "^5.4.1", "ip-anonymize": "^0.1.0",