From 717ba114bd9289217101a43e1182a3e74a0bb6b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:23:00 +0200 Subject: [PATCH] Update dependency np to v7.7.0 (#324) 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 ce196f17..a9c1c7bf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/jsonpath": "0.2.0", "@types/pg": "8.6.6", "@types/ramda": "0.28.23", - "np": "7.6.4", + "np": "7.7.0", "testcontainers": "9.3.0", "vitepress": "1.0.0-alpha.64", "vitest-fixture": "0.5.1", diff --git a/yarn.lock b/yarn.lock index 95cf89b3..40572d1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3548,10 +3548,10 @@ normalize-url@^4.1.0: resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz" integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== -np@7.6.4: - version "7.6.4" - resolved "https://registry.npmjs.org/np/-/np-7.6.4.tgz" - integrity sha512-w1bwfhN2OCY8VgVdtkSn2vHN+c0KtPnCCWKWvPjuB6WCxMc1bmU797xCc1NZJdRAW2F79zrMMKOIh0N/A1xdXg== +np@7.7.0: + version "7.7.0" + resolved "https://registry.yarnpkg.com/np/-/np-7.7.0.tgz#7fbf2495f6395bcc702b84ca38c4a125363fd5a5" + integrity sha512-G4HfO6JUl7iKOX1qfYHM/kG5ApqqZ4ma8YjtVAJoyS5VdKkGE/OdSG3cOE9Lwr71klNz9n6KIZmPRnh0L7qM1Q== dependencies: "@samverschueren/stream-to-observable" "^0.3.1" any-observable "^0.5.1"