From 84114b188593b5c4d32cd409bb2e8973042505d4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 5 Dec 2022 22:06:09 +0100 Subject: [PATCH] fix(deps): update dependency lint to ^0.8.0 (#3688) Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> --- packages/google-analytics-data/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-analytics-data/samples/package.json b/packages/google-analytics-data/samples/package.json index 1477917da59..eaa18ec0a02 100644 --- a/packages/google-analytics-data/samples/package.json +++ b/packages/google-analytics-data/samples/package.json @@ -17,7 +17,7 @@ "google-auth-library": "^7.0.0", "google-gax": "^2.10.0", "http": "^0.0.1-security", - "lint": "^0.7.0", + "lint": "^0.8.0", "open": "^8.0.0", "server-destroy": "^1.0.1", "url": "^0.11.0"