From 6f95801cdb2114736eb8792745fe4f5438e23d7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:02:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 - https://snyk.io/vuln/SNYK-JS-LUXON-3225081 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7feaa2758..d26879577 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,15 @@ "registry": "https://registry.npmjs.org" }, "dependencies": { - "@kubernetes/client-node": "0.16.3", + "@kubernetes/client-node": "0.21.0", "@octokit/app": "4.3.0", - "@octokit/rest": "16.43.2", + "@octokit/rest": "17.0.0", "@slack/client": "5.0.2", "ajv": "8.11.0", "aws-sdk": "2.1111.0", "bufferutil": "4.0.6", "bunyan": "1.8.15", - "cron": "2.0.0", + "cron": "2.2.0", "discord.js": "11.6.4", "escape-html": "1.0.3", "express": "4.18.1", @@ -40,7 +40,7 @@ "i18next": "21.8.2", "js-yaml": "4.1.0", "jsonpath-plus": "6.0.1", - "jsonwebtoken": "8.5.1", + "jsonwebtoken": "9.0.2", "lodash": "4.17.21", "mathjs": "10.1.0", "node-emoji": "1.11.0", @@ -55,7 +55,7 @@ "rxjs": "7.5.5", "shiro-trie": "0.4.10", "shelljs": "0.8.5", - "sqlite3": "5.0.8", + "sqlite3": "5.1.7", "split-string": "6.1.0", "typeorm": "0.2.45", "utf-8-validate": "5.0.9",