From 4f9d3eb0f4ae611a6c5f630f8612f8024c19b653 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2024 04:05:10 +0000 Subject: [PATCH] fix: upgrade @percy/sdk-utils from 1.16.0 to 1.27.7 Snyk has created this PR to upgrade @percy/sdk-utils from 1.16.0 to 1.27.7. See this package in npm: See this project in Snyk: https://app.snyk.io/org/bs-sry/project/08e933a9-578e-4833-81d4-77167f2d07b8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb224d9..de1c2e7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:types": "tsd" }, "dependencies": { - "@percy/sdk-utils": "^1.0.0" + "@percy/sdk-utils": "^1.27.7" }, "peerDependencies": { "nightwatch": ">=1 || >=2 || >=3" diff --git a/yarn.lock b/yarn.lock index e637e0e..01a9ea4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -435,10 +435,10 @@ resolved "https://registry.yarnpkg.com/@percy/logger/-/logger-1.26.2.tgz#9c0d9fd5e72e4399389e27202e35f557f4ea2632" integrity sha512-EVwPoUJWm2ESn3Llorc6D3mqwQeALgaDerlsXA7JvKOk2Xaf68CRk5akI8NBN6rZoWIx8t5WjjJksGzPvMYYnw== -"@percy/sdk-utils@^1.0.0": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.16.0.tgz#d5076d83701e9dad9383283877e63f433165d051" - integrity sha512-/nPyK4NCjFGYNVQ7vOivfuEYveOJhA4gWzB7w2PjCkw/Y3kCtu+axRpUiDPEybTz2H6RTvr+I526DbtUYguqVw== +"@percy/sdk-utils@^1.27.7": + version "1.28.0" + resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.28.0.tgz#479f5374aa34efe4a18e1fd290a2c328b670e7ed" + integrity sha512-K4fziY+OXJJtNVfecO3jI3VQFuei2Lf8/5nlQvnx+U9v8fGFrkc0aE+gIlP3Ce5qzJbotgAlV1Dd0bZ2y7i7vw== "@tootallnate/once@2": version "2.0.0"