From a597cd0f12e430084c7aa4e717f555d242f78e83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 07:05:39 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - aws-sdk from 2.606.0 to 2.1683.0. See this package in npm: https://www.npmjs.com/package/aws-sdk - axios from 0.19.2 to 1.7.5. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/cachiman/project/56a4f7c8-33d0-4245-bb7b-d119338544be?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../15-passthrough-late-piping/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06-coding-with-streams/15-passthrough-late-piping/package.json b/06-coding-with-streams/15-passthrough-late-piping/package.json index d05a3e60..2d345dd7 100644 --- a/06-coding-with-streams/15-passthrough-late-piping/package.json +++ b/06-coding-with-streams/15-passthrough-late-piping/package.json @@ -11,8 +11,8 @@ "author": "", "license": "ISC", "dependencies": { - "aws-sdk": "^2.606.0", - "axios": "^0.19.2" + "aws-sdk": "^2.1683.0", + "axios": "^1.7.5" }, "engines": { "node": ">=14"