From d55c8fd7f4e3ae7198c30214b9e0d6e05c1abce8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 09:31:08 +0000 Subject: [PATCH] build(deps): bump superstruct from 0.13.1 to 0.15.2 Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 0.13.1 to 0.15.2. - [Release notes](https://github.com/ianstormtaylor/superstruct/releases) - [Changelog](https://github.com/ianstormtaylor/superstruct/blob/main/Changelog.md) - [Commits](https://github.com/ianstormtaylor/superstruct/compare/v0.13.1...v0.15.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d7f0c7..7f58d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10905,9 +10905,9 @@ } }, "superstruct": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.13.1.tgz", - "integrity": "sha512-HwUNsCVbHyf2CiLQr+fNpYkqfHVGvNU1AeZCRUlmXvS7tGujrkhQgld930bdsskHPmCgy5d/3wAiosRY+DuTOg==" + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.2.tgz", + "integrity": "sha512-OsJI8lv6/PsInwCf4ultejmsJYseYshKhkcbDendqNwj3MeGXENajl3ujMGMU4FDDSSeJTOwFn9T6pnfsS9DYA==" }, "supports-color": { "version": "5.5.0", diff --git a/package.json b/package.json index 69c1822..273e809 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "http-status": "^1.5.0", "mongoose": "^5.11.8", "morgan": "^1.10.0", - "superstruct": "^0.13.1", + "superstruct": "^0.15.2", "winston": "^3.3.3" }, "devDependencies": {