Skip to content

Commit

Permalink
build(deps-dev): bump ws from 7.5.9 to 7.5.10 (#77)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump ws from 7.5.9 to 7.5.10

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

* Update docker-compose.yaml

* fix: update memcache version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gritzko Daniel Kleiner <gritzkoo@hotmail.com>
Co-authored-by: Gritzko Daniel Kleiner <ext.gritzko.kleiner@dafiti.com.br>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent 2c28057 commit 80de65f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
app:
&default
Expand Down Expand Up @@ -48,7 +46,7 @@ services:
# - 6379:6379

memcache:
image: memcached:1.4.21
image: memcached:latest
# ports:
# - 11211:11211

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-health-checker",
"version": "1.6.15",
"version": "1.6.16",
"description": "Simple Nodejs package to simplify applications based in Node, to trace the healthy of the pods",
"author": "Gritzko D. Kleiner <gritzkoo@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 80de65f

Please sign in to comment.