Skip to content

Commit

Permalink
Merge pull request #99 from atlanhq/SEC-518
Browse files Browse the repository at this point in the history
SEC-518 - bump client-node version to fix security vulnerability
  • Loading branch information
louisnow authored Feb 10, 2025
2 parents 8f5c91d + 1396e6c commit 4951e80
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 789 deletions.
2 changes: 2 additions & 0 deletions lib/k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ K8sInstaller.upsertConfigMap = function (packageName, namespace, kind, group, ya
undefined,
undefined,
undefined,
undefined,
{
headers: { "content-type": "application/strategic-merge-patch+json" },
}
Expand Down Expand Up @@ -454,6 +455,7 @@ K8sInstaller.upsertSecret = function (packageName, namespace, kind, group, yamlO
undefined,
undefined,
undefined,
undefined,
{
headers: { "content-type": "application/strategic-merge-patch+json" },
}
Expand Down
Loading

0 comments on commit 4951e80

Please sign in to comment.