From 275e8308d3b8f8279bfd107984e7a5829da453b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 07:39:22 +0000 Subject: [PATCH] fix: upgrade joi from 17.3.0 to 17.4.0 Snyk has created this PR to upgrade joi from 17.3.0 to 17.4.0. See this package in npm: https://www.npmjs.com/package/joi See this project in Snyk: https://app.snyk.io/org/oauthentik/project/4f57e5c8-08d0-4589-be11-6b401928d262?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb1f7c5..2323c8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -896,9 +896,9 @@ } }, "@sideway/address": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.0.tgz", - "integrity": "sha512-wAH/JYRXeIFQRsxerIuLjgUu2Xszam+O5xKeatJ4oudShOOirfmsQ1D6LL54XOU2tizpCYku+s1wmU0SYdpoSA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.1.tgz", + "integrity": "sha512-+I5aaQr3m0OAmMr7RQ3fR9zx55sejEYR2BFJaxL+zT3VM2611X0SHvPWIbAUBZVTn/YzYKbV8gJ2oT/QELknfQ==", "requires": { "@hapi/hoek": "^9.0.0" } @@ -3384,9 +3384,9 @@ } }, "joi": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.3.0.tgz", - "integrity": "sha512-Qh5gdU6niuYbUIUV5ejbsMiiFmBdw8Kcp8Buj2JntszCkCfxJ9Cz76OtHxOZMPXrt5810iDIXs+n1nNVoquHgg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.4.0.tgz", + "integrity": "sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==", "requires": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", diff --git a/package.json b/package.json index b090037..35a561d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@hapi/hoek": "^9.0.4", "@hapi/wreck": "^17.0.0", "debug": "^4.1.1", - "joi": "^17.3.0" + "joi": "^17.4.0" }, "devDependencies": { "@hapi/boom": "^9.1.0",