From 78f0e38d57f9f4dcca909561a4fc8febf7f15cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:59:32 +0000 Subject: [PATCH] chore(deps): bump joi from 17.7.1 to 17.8.3 (#8942) Bumps [joi](https://github.com/hapijs/joi) from 17.7.1 to 17.8.3. - [Release notes](https://github.com/hapijs/joi/releases) - [Commits](https://github.com/hapijs/joi/compare/v17.7.1...v17.8.3) --- updated-dependencies: - dependency-name: joi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 db1f94b5c1..4a15a167f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "ioredis": "5.3.1", - "joi": "17.7.1", + "joi": "17.8.3", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", "jsonpath": "~1.1.1", @@ -18734,9 +18734,9 @@ } }, "node_modules/joi": { - "version": "17.7.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.7.1.tgz", - "integrity": "sha512-teoLhIvWE298R6AeJywcjR4sX2hHjB3/xJX4qPjg+gTg+c0mzUDsziYlqPmLomq9gVsfaMcgPaGc7VxtD/9StA==", + "version": "17.8.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.8.3.tgz", + "integrity": "sha512-q5Fn6Tj/jR8PfrLrx4fpGH4v9qM6o+vDUfD4/3vxxyg34OmKcNqYZ1qn2mpLza96S8tL0p0rIw2gOZX+/cTg9w==", "dependencies": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", @@ -44513,9 +44513,9 @@ } }, "joi": { - "version": "17.7.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.7.1.tgz", - "integrity": "sha512-teoLhIvWE298R6AeJywcjR4sX2hHjB3/xJX4qPjg+gTg+c0mzUDsziYlqPmLomq9gVsfaMcgPaGc7VxtD/9StA==", + "version": "17.8.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.8.3.tgz", + "integrity": "sha512-q5Fn6Tj/jR8PfrLrx4fpGH4v9qM6o+vDUfD4/3vxxyg34OmKcNqYZ1qn2mpLza96S8tL0p0rIw2gOZX+/cTg9w==", "requires": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", diff --git a/package.json b/package.json index 347275c88d..0387f6d966 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "ioredis": "5.3.1", - "joi": "17.7.1", + "joi": "17.8.3", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", "jsonpath": "~1.1.1", -- GitLab