From 0a7dd948573bd9553a0e9548e9ab92dbcfcb7414 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 12 Jul 2023 23:20:05 +0200 Subject: [PATCH] fix(deps): update protobufjs (#1467) * fix: update protobufjs * chore: add exclusion to linkinator config --------- Co-authored-by: Alexander Fenster --- linkinator.config.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 diff --git a/package.json b/package.json index ca6e4ef99..5095e7993 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": {