Skip to content

Commit

Permalink
fix(deps): update protobufjs (googleapis#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
2 people authored and leahecole committed Aug 21, 2023
1 parent 2021be4 commit e01de1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"node-fetch": "^2.6.1",
"object-hash": "^3.0.0",
"proto3-json-serializer": "^1.0.0",
"protobufjs": "7.2.3",
"protobufjs-cli": "1.1.1",
"protobufjs": "7.2.4",
"retry-request": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e01de1b

Please sign in to comment.