Skip to content

Commit

Permalink
Merge pull request #30 from feelform/feature/grpc-channel
Browse files Browse the repository at this point in the history
Fix npm audit security report
  • Loading branch information
feelform authored Jan 5, 2021
2 parents 820f940 + c81b65d commit 544a627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to Pinpoint Node.js agent will be documented in this file.
### Fixed
- #27 Fix gRPC client side streaming memory leak
- #28 Fix security alert CVE-2020-28168
- #21 Fix a npm audit security report

## [0.7.1] - 2020-11-13
### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinpoint-node-agent",
"version": "0.7.2-next.1",
"version": "0.7.2-next.3",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape ./test/**/*.test.js"
Expand Down Expand Up @@ -56,7 +56,7 @@
],
"dependencies": {
"end-of-stream": "^1.4.1",
"find-node-modules": "^1.0.4",
"find-node-modules": "^2.1.0",
"google-protobuf": "^3.13.0",
"grpc": "^1.24.3",
"int64-buffer": "^0.99.1007",
Expand All @@ -69,7 +69,7 @@
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"axios": ">=0.21.1",
"axios": "^0.21.1",
"elasticsearch": "^15.4.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
Expand Down

0 comments on commit 544a627

Please sign in to comment.