From 53fddfe8e69ca19a8f7340c1bc249e228bf0f91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 14:56:18 +0000 Subject: [PATCH] chore(deps): bump joi from 17.6.1 to 17.6.2 (#8456) Bumps [joi](https://github.com/hapijs/joi) from 17.6.1 to 17.6.2. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.6.1...v17.6.2) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccffd809b8..f302239c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "ioredis": "5.2.3", - "joi": "17.6.1", + "joi": "17.6.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", "jsonpath": "~1.1.1", @@ -18519,9 +18519,9 @@ "dev": true }, "node_modules/joi": { - "version": "17.6.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.1.tgz", - "integrity": "sha512-Hl7/iBklIX345OCM1TiFSCZRVaAOLDGlWCp0Df2vWYgBgjkezaR7Kvm3joBciBHQjZj5sxXs859r6eqsRSlG8w==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.2.tgz", + "integrity": "sha512-+gqqdh1xc1wb+Lor0J9toqgeReyDOCqOdG8QSdRcEvwrcRiFQZneUCGKjFjuyBWUb3uaFOgY56yMaZ5FIc+H4w==", "dependencies": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", @@ -43872,9 +43872,9 @@ "dev": true }, "joi": { - "version": "17.6.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.1.tgz", - "integrity": "sha512-Hl7/iBklIX345OCM1TiFSCZRVaAOLDGlWCp0Df2vWYgBgjkezaR7Kvm3joBciBHQjZj5sxXs859r6eqsRSlG8w==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.2.tgz", + "integrity": "sha512-+gqqdh1xc1wb+Lor0J9toqgeReyDOCqOdG8QSdRcEvwrcRiFQZneUCGKjFjuyBWUb3uaFOgY56yMaZ5FIc+H4w==", "requires": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", diff --git a/package.json b/package.json index 0f51d8c678..0a19e9a1b9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "ioredis": "5.2.3", - "joi": "17.6.1", + "joi": "17.6.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", "jsonpath": "~1.1.1",