From 597cf80076c103dbbff6bb87f2ef9d345ae15de1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 00:56:00 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @azure/service-bus from 1.1.9 to 1.1.10. See this package in npm: https://www.npmjs.com/package/@azure/service-bus - @google-cloud/pubsub from 2.5.0 to 2.19.4. See this package in npm: https://www.npmjs.com/package/@google-cloud/pubsub - amqplib from 0.6.0 to 0.10.4. See this package in npm: https://www.npmjs.com/package/amqplib - aws-sdk from 2.741.0 to 2.1685.0. See this package in npm: https://www.npmjs.com/package/aws-sdk - azure-sb from 0.11.1 to 0.11.2. See this package in npm: https://www.npmjs.com/package/azure-sb - config from 3.3.1 to 3.3.12. See this package in npm: https://www.npmjs.com/package/config - js-yaml from 3.14.0 to 3.14.1. See this package in npm: https://www.npmjs.com/package/js-yaml - kafkajs from 1.12.0 to 1.16.0. See this package in npm: https://www.npmjs.com/package/kafkajs - winston from 3.3.3 to 3.14.2. See this package in npm: https://www.npmjs.com/package/winston - winston-daily-rotate-file from 4.5.0 to 4.7.1. See this package in npm: https://www.npmjs.com/package/winston-daily-rotate-file See this project in Snyk: https://app.snyk.io/org/hamzaslama/project/8f14eb9a-8a3a-4478-8a85-ee8e558cb5a2?utm_source=github&utm_medium=referral&page=upgrade-pr --- msa/js-executor/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/msa/js-executor/package.json b/msa/js-executor/package.json index b0f3af4fe32..26961ec016f 100644 --- a/msa/js-executor/package.json +++ b/msa/js-executor/package.json @@ -12,19 +12,19 @@ "start-prod": "NODE_ENV=production nodemon server.js" }, "dependencies": { - "@azure/service-bus": "^1.1.9", - "@google-cloud/pubsub": "^2.5.0", - "amqplib": "^0.6.0", - "aws-sdk": "^2.741.0", - "azure-sb": "^0.11.1", - "config": "^3.3.1", - "js-yaml": "^3.14.0", - "kafkajs": "^1.12.0", + "@azure/service-bus": "^1.1.10", + "@google-cloud/pubsub": "^2.19.4", + "amqplib": "^0.10.4", + "aws-sdk": "^2.1685.0", + "azure-sb": "^0.11.2", + "config": "^3.3.12", + "js-yaml": "^3.14.1", + "kafkajs": "^1.16.0", "long": "^4.0.0", "uuid-parse": "^1.1.0", "uuid-random": "^1.3.2", - "winston": "^3.3.3", - "winston-daily-rotate-file": "^4.5.0" + "winston": "^3.14.2", + "winston-daily-rotate-file": "^4.7.1" }, "engines": { "node": ">=12.0.0 <14.0.0"