Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @protobuf-ts/protoc from 2.7.0 to 2.9.4.
    See this package in npm: https://www.npmjs.com/package/@protobuf-ts/protoc
  - google-protobuf from 3.19.0 to 3.21.4.
    See this package in npm: https://www.npmjs.com/package/google-protobuf
  - long from 5.2.1 to 5.2.3.
    See this package in npm: https://www.npmjs.com/package/long
  - postcss from 8.4.24 to 8.4.41.
    See this package in npm: https://www.npmjs.com/package/postcss

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/53a363e1-ba9e-4454-87bb-e9797fc82baa?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent fa8f027 commit a5e067a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 53 deletions.
108 changes: 59 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@protobuf-ts/protoc": "^2.7.0",
"google-protobuf": "^3.17.3",
"long": "^5.2.1",
"@protobuf-ts/protoc": "^2.9.4",
"google-protobuf": "^3.21.4",
"long": "^5.2.3",
"object-path": "^0.11.8",
"postcss": "^8.4.24",
"postcss": "^8.4.41",
"rollup-plugin-postcss": "^4.0.2",
"ts-protoc-gen": "^0.15.0"
},
Expand Down

0 comments on commit a5e067a

Please sign in to comment.