Skip to content

Commit

Permalink
chore: update protobufjs (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris authored Sep 16, 2024
1 parent 027cd3e commit a112ed5
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 68 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cf-worker-example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build:
runs-on:
labels: ubuntu-latest-4-core
timeout-minutes: 15
strategy:
matrix:
node-version: [20.x]
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/bucketing-assembly-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md"
],
"dependencies": {
"protobufjs": "^7.2.5"
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@devcycle/bucketing-test-data": "^1.20.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"moment": "^2.29.4",
"murmurhash": "^2.0.0",
"next": "14.1.4",
"protobufjs": "^7.2.5",
"protobufjs": "^7.4.0",
"react": "18.2.0",
"react-bootstrap": "^2.2.1",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -212,7 +212,7 @@
"verdaccio": "^5.27.0",
"webpack": "5.89.0",
"webpack-merge": "^5.8.0",
"wrangler": "^3.22.4"
"wrangler": "^3.78.2"
},
"lint-staged": {
"**/*.{ts,js}": [
Expand Down
Loading

0 comments on commit a112ed5

Please sign in to comment.