Skip to content

Commit

Permalink
fix(deps): update protobufjs (#1467)
Browse files Browse the repository at this point in the history
* fix: update protobufjs

* chore: add exclusion to linkinator config

---------

Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
SimenB and alexander-fenster authored Jul 12, 2023
1 parent 115e317 commit 0a7dd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0a7dd94

Please sign in to comment.