Skip to content

Commit

Permalink
chore(deps): bump the patch-level group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patch-level group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [glob](https://github.com/isaacs/node-glob) | `10.3.10` | `10.3.12` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.4` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.3` | `1.10.4` |
| [@grpc/proto-loader](https://github.com/grpc/grpc-node) | `0.7.10` | `0.7.12` |
| [express](https://github.com/expressjs/express) | `4.19.1` | `4.19.2` |


Updates `glob` from 10.3.10 to 10.3.12
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.10...v10.3.12)

Updates `minimatch` from 9.0.3 to 9.0.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.4)

Updates `@grpc/grpc-js` from 1.10.3 to 1.10.4
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.3...@grpc/grpc-js@1.10.4)

Updates `@grpc/proto-loader` from 0.7.10 to 0.7.12
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.10...@grpc/proto-loader@0.7.12)

Updates `express` from 4.19.1 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.1...4.19.2)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-level
- dependency-name: minimatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-level
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-level
- dependency-name: "@grpc/proto-loader"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-level
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-level
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 735d757 commit 923c4d5
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"@elastic/opentelemetry-node": "*",
"bunyan": "^1.8.15",
"express": "^4.19.1"
"express": "^4.19.2"
}
}
106 changes: 62 additions & 44 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"glob": "^10.3.10",
"minimatch": "^9.0.3",
"glob": "^10.3.12",
"minimatch": "^9.0.4",
"semver": "^7.6.0",
"typescript": "^4.4.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mockotlpserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"mockotlpserver": "lib/cli.js"
},
"dependencies": {
"@grpc/grpc-js": "^1.10.3",
"@grpc/proto-loader": "^0.7.10",
"@grpc/grpc-js": "^1.10.4",
"@grpc/proto-loader": "^0.7.12",
"@opentelemetry/core": "^1.21.0",
"dashdash": "^2.0.0",
"long": "^5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@opentelemetry/api": "^1.3.0",
"@types/tape": "^5.6.4",
"bunyan": "^1.8.15",
"express": "^4.19.1",
"express": "^4.19.2",
"fastify": "^4.26.2",
"ioredis": "^5.3.2",
"module-details-from-path": "^1.0.3",
Expand Down

0 comments on commit 923c4d5

Please sign in to comment.