From d26cce9df4752ece81cff77d83688c17e9d2a656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:07:56 +0000 Subject: [PATCH] Bump lodash from 4.17.4 to 4.17.21 in /openapi Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.21) Signed-off-by: dependabot[bot] --- openapi/package-lock.json | 17 +++++++++++------ openapi/package.json | 2 +- openapi/yarn.lock | 8 ++++---- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/openapi/package-lock.json b/openapi/package-lock.json index 4637dcf9f2..a4dfaddaaf 100644 --- a/openapi/package-lock.json +++ b/openapi/package-lock.json @@ -21,6 +21,7 @@ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "dev": true, + "optional": true, "requires": { "kind-of": "3.2.2", "longest": "1.0.1", @@ -133,7 +134,8 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz", "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=", - "dev": true + "dev": true, + "optional": true }, "json-stable-stringify": { "version": "1.0.1", @@ -162,6 +164,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, + "optional": true, "requires": { "is-buffer": "1.1.5" } @@ -174,9 +177,9 @@ "optional": true }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash-inflection": { @@ -189,7 +192,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", - "dev": true + "dev": true, + "optional": true }, "minimist": { "version": "0.0.10", @@ -211,7 +215,8 @@ "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true + "dev": true, + "optional": true }, "right-align": { "version": "0.1.3", diff --git a/openapi/package.json b/openapi/package.json index 44ddb6ec52..f4c91d1bef 100644 --- a/openapi/package.json +++ b/openapi/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@okta/openapi": "^0.13.0", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "lodash-inflection": "^1.5.0" }, "dependencies": { diff --git a/openapi/yarn.lock b/openapi/yarn.lock index 173bddc28a..d05d4bff35 100644 --- a/openapi/yarn.lock +++ b/openapi/yarn.lock @@ -136,10 +136,10 @@ lodash-inflection@^1.5.0: resolved "https://registry.yarnpkg.com/lodash-inflection/-/lodash-inflection-1.5.0.tgz#344e5a8030882d51af98e0d613bb0547c8b7ddc7" integrity sha1-NE5agDCILVGvmODWE7sFR8i33cc= -lodash@^4.17.4: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== longest@^1.0.1: version "1.0.1"