Skip to content

Commit

Permalink
Fix CVE 2024 29415 (#29)
Browse files Browse the repository at this point in the history
* Require "ip" 2.0.1 minimum
* Bump version
  • Loading branch information
shuguet authored Dec 6, 2024
1 parent e1e1bf4 commit 71f6196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pacman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 0.1.18
appVersion: "0.1.18"
version: 0.1.19
appVersion: "0.1.19"
name: pacman
description: Pac-Man Demo App for Kubernetes
home: https://github.com/shuguet/pacman
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"license": "GPLv3",
"dependencies": {
"ip": "^2.0.1",
"body-parser": "^1.17.1",
"express": "^4.21.2",
"mongodb": "^4.17.0",
Expand Down

0 comments on commit 71f6196

Please sign in to comment.