diff --git a/apps/api/package.json b/apps/api/package.json index a7f265e5..f0779444 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -50,7 +50,7 @@ "express-rate-limit": "^7.1.5", "helmet": "^7.1.0", "ioredis": "^5.6.1", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lru-cache": "^7.18.3", "marked": "^16.2.0", "morgan": "^1.10.0", diff --git a/package-lock.json b/package-lock.json index 22cc01b8..c17ac81c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "express-rate-limit": "^7.1.5", "helmet": "^7.1.0", "ioredis": "^5.6.1", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lru-cache": "^7.18.3", "marked": "^16.2.0", "morgan": "^1.10.0", @@ -740,6 +740,7 @@ "@supabase/supabase-js": "^2.50.0", "@types/marked": "^5.0.2", "ioredis": "^5.6.1", + "js-yaml": "^4.1.1", "marked": "^16.2.0", "next": "^14.2.30", "node-fetch": "^2.7.0", @@ -12546,9 +12547,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -19477,6 +19478,7 @@ "dotenv": "^16.3.1", "glob": "^7.1.7", "ioredis": "^5.3.0", + "js-yaml": "^4.1.1", "node-cron": "^3.0.3", "openai": "^4.0.0", "redis": "^4.6.0", @@ -19540,6 +19542,7 @@ "dotenv": "^16.5.0", "express": "^4.21.1", "ioredis": "^5.6.1", + "js-yaml": "^4.1.1", "marked": "^16.2.0", "node-cron": "^4.1.0", "node-fetch": "^2.7.0", @@ -20013,6 +20016,7 @@ "axios": "^1.10.0", "dotenv": "^16.5.0", "ioredis": "^5.6.1", + "js-yaml": "^4.1.1", "marked": "^16.2.0", "node-cron": "^4.1.0", "node-fetch": "^2.7.0", @@ -20131,6 +20135,7 @@ "eslint-plugin-security": "^3.0.0", "eslint-plugin-sonarjs": "^0.25.0", "ioredis": "^5.6.1", + "js-yaml": "^4.1.1", "jscpd": "^4.0.5", "license-checker": "^25.0.1", "lighthouse": "^12.8.2", @@ -20180,6 +20185,7 @@ "axios": "^1.10.0", "dotenv": "^16.5.0", "ioredis": "^5.6.1", + "js-yaml": "^4.1.1", "marked": "^16.2.0", "node-cron": "^4.1.0", "node-fetch": "^2.7.0", @@ -20493,6 +20499,7 @@ "axios": "^1.10.0", "dotenv": "^16.5.0", "ioredis": "^5.6.1", + "js-yaml": "^4.1.1", "marked": "^16.2.0", "node-cron": "^4.1.0", "node-fetch": "^2.7.0", @@ -20795,6 +20802,9 @@ "packages/vscode-extension": { "name": "codequal-autofix", "version": "0.1.0", + "dependencies": { + "js-yaml": "^4.1.1" + }, "devDependencies": { "@types/node": "^20.0.0", "@types/vscode": "^1.85.0",