From 5229f497e926a872b25b6930da9f91d12b62fb9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Apr 2023 00:38:37 +0000 Subject: [PATCH] [CVE-2021-23490][1.x] Bump parse-link-header from 1.0.1 to 2.0.0 (#3738) Issue Resolve https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1111 Backport PR https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1108 Signed-off-by: Anan Zhuang Co-authored-by: Josh Romero (cherry picked from commit 6af2ae2dff8bee35d9cfa58d482c45e0b04e7ddd) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- packages/osd-test/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/osd-test/package.json b/packages/osd-test/package.json index b1bf2f50f4b5..3d36be8507f4 100644 --- a/packages/osd-test/package.json +++ b/packages/osd-test/package.json @@ -33,7 +33,7 @@ "glob": "^7.1.7", "joi": "^13.5.2", "lodash": "^4.17.21", - "parse-link-header": "^1.0.1", + "parse-link-header": "^2.0.0", "rxjs": "^6.5.5", "strip-ansi": "^6.0.0", "tar-fs": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 987a240b590d..83cd84874f5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16367,10 +16367,10 @@ parse-json@^5.0.0: json-parse-better-errors "^1.0.1" lines-and-columns "^1.1.6" -parse-link-header@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parse-link-header/-/parse-link-header-1.0.1.tgz#bedfe0d2118aeb84be75e7b025419ec8a61140a7" - integrity sha1-vt/g0hGK64S+deewJUGeyKYRQKc= +parse-link-header@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/parse-link-header/-/parse-link-header-2.0.0.tgz#949353e284f8aa01f2ac857a98f692b57733f6b7" + integrity sha512-xjU87V0VyHZybn2RrCX5TIFGxTVZE6zqqZWMPlIKiSKuWh/X5WZdt+w1Ki1nXB+8L/KtL+nZ4iq+sfI6MrhhMw== dependencies: xtend "~4.0.1"