From eb35339eb418f928e22c3248c6c8db793e1db4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:00:17 +0900 Subject: [PATCH] build(deps): bump express-openapi-validator from 3.16.11 to 3.16.15 (#59) Bumps [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) from 3.16.11 to 3.16.15. - [Release notes](https://github.com/cdimascio/express-openapi-validator/releases) - [Changelog](https://github.com/cdimascio/express-openapi-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/cdimascio/express-openapi-validator/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4dbf38c6d..ba0f901a7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "connect-typeorm": "^1.1.4", "cookie-parser": "^1.4.5", "express": "^4.17.1", - "express-openapi-validator": "^3.16.11", + "express-openapi-validator": "^3.16.15", "express-session": "^1.17.1", "next": "9.5.3", "react": "16.13.1", diff --git a/yarn.lock b/yarn.lock index 010fd0a60..4018218f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4019,12 +4019,12 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -express-openapi-validator@^3.16.11: - version "3.16.11" - resolved "https://registry.yarnpkg.com/express-openapi-validator/-/express-openapi-validator-3.16.11.tgz#18be9f0a3b8b5684a12dfa606344c4f2734baba8" - integrity sha512-ZZuCcFhJWNl/bWxo42oOfhnJRYaqGuef4E2Drvj5rEuOJqXdbrUsBFKQFDswuk/v43qn2Ulner3HfZNGPjrI3Q== +express-openapi-validator@^3.16.15: + version "3.16.15" + resolved "https://registry.yarnpkg.com/express-openapi-validator/-/express-openapi-validator-3.16.15.tgz#f382c2de474b373cadc0ce5ed5a2e7a4f1d5629f" + integrity sha512-Xd+lZ84iyV68KKk45ZQgkANtlDnpJ0KYcUgen8ASaS25svb5V/KF35zlzsqTNYz5KcpMDBHnueYFdCTzvIRxUA== dependencies: - ajv "^6.12.3" + ajv "^6.12.4" content-type "^1.0.4" js-yaml "^3.14.0" json-schema-ref-parser "^9.0.6"