Skip to content

Commit

Permalink
Version 0.1.20 (#30)
Browse files Browse the repository at this point in the history
* Fix CVE-2024-21538 in cross-spawn Node package & bump version

* Missing package-lock update
  • Loading branch information
shuguet authored Dec 6, 2024
1 parent 71f6196 commit eab329b
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 11 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.19
appVersion: "0.1.19"
version: 0.1.20
appVersion: "0.1.20"
name: pacman
description: Pac-Man Demo App for Kubernetes
home: https://github.com/shuguet/pacman
Expand Down
167 changes: 158 additions & 9 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "GPLv3",
"dependencies": {
"ip": "^2.0.1",
"cross-spawn": "^7.0.5",
"body-parser": "^1.17.1",
"express": "^4.21.2",
"mongodb": "^4.17.0",
Expand Down

0 comments on commit eab329b

Please sign in to comment.