From 47cb082381e9e6a3cb70c94fc79121d535df313a Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 8 Jul 2023 11:16:20 +0200 Subject: [PATCH 1/2] fix: update protobufjs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2e67a299..b8eac268a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "node-fetch": "^2.6.1", "object-hash": "^3.0.0", "proto3-json-serializer": "^1.0.0", - "protobufjs": "7.2.3", + "protobufjs": "7.2.4", "retry-request": "^5.0.0" }, "devDependencies": { From f5b2d40b5200f5b843fd3f83a14b1dca840009a1 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Mon, 10 Jul 2023 14:45:39 -0700 Subject: [PATCH 2/2] chore: add exclusion to linkinator config --- linkinator.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linkinator.config.json b/linkinator.config.json index 29a223b6d..da66523a6 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -3,7 +3,8 @@ "skip": [ "https://codecov.io/gh/googleapis/", "www.googleapis.com", - "img.shields.io" + "img.shields.io", + "docs/js/menu-wc_es5.js" ], "silent": true, "concurrency": 10