From 43a99d3d1ae7b9e45cd825228eeb81ad26f2de7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 18:53:10 +0000 Subject: [PATCH] build(deps): update dependency good-enough-parser to v1.1.18 (#17086) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40e16dd93c..8abe58d4c4 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "git-url-parse": "12.0.0", "github-url-from-git": "1.5.0", "global-agent": "3.0.0", - "good-enough-parser": "1.1.17", + "good-enough-parser": "1.1.18", "got": "11.8.5", "graph-data-structure": "2.0.0", "handlebars": "4.7.7", diff --git a/yarn.lock b/yarn.lock index 8155c5fca8..b815bbc107 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5123,10 +5123,10 @@ globrex@^0.1.2: resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098" integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg== -good-enough-parser@1.1.17: - version "1.1.17" - resolved "https://registry.yarnpkg.com/good-enough-parser/-/good-enough-parser-1.1.17.tgz#251813af64df247c1c22667707e44565562464fc" - integrity sha512-75ht5MX3K9CR6LoLiEHNS7KMyuACU4S2Z7XlIyuRuFMpYKtVrH1DjVGhq7p88KAb1uVAwU3eEaP1Q8A3ShSF+A== +good-enough-parser@1.1.18: + version "1.1.18" + resolved "https://registry.yarnpkg.com/good-enough-parser/-/good-enough-parser-1.1.18.tgz#f7a2ad9849b891277d1a0b740f304a0fec2b55d9" + integrity sha512-qn0UlqAp6r9ZBuGzT3dTOrqDR43NCm2HAoqCKuMoEbp8H6zy55JGlDxdGWVBnpIydwSjx9tqSSlKlaBSDqkUFA== dependencies: "@thi.ng/zipper" "1.0.3" "@types/moo" "0.5.5" -- GitLab