From 4a609965c6a7eb0a06e711ad23002303bed76dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 21:48:01 +0000 Subject: [PATCH] Bump aws-sdk from 2.408.0 to 2.814.0 in /GitHub_Automated_Security Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.408.0 to 2.814.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.408.0...v2.814.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GitHub_Automated_Security/package-lock.json | 27 +++++++++++++++++---- GitHub_Automated_Security/package.json | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/GitHub_Automated_Security/package-lock.json b/GitHub_Automated_Security/package-lock.json index fed93239..c356895d 100644 --- a/GitHub_Automated_Security/package-lock.json +++ b/GitHub_Automated_Security/package-lock.json @@ -260,19 +260,36 @@ "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=" }, "aws-sdk": { - "version": "2.408.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.408.0.tgz", - "integrity": "sha512-xPbFDeq8biFVth+5N8NiwcPmRXJqldVsvtx3LKo0ecCLyUIziH12ZzHBo7em4M0uVPj3fpA76j7gocB5NX9xQQ==", + "version": "2.814.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.814.0.tgz", + "integrity": "sha512-empd1m/J/MAkL6d9OeRpmg9thobULu0wk4v8W3JToaxGi2TD7PIdvE6yliZKyOVAdJINhBWEBhxR4OUIHhcGbQ==", "requires": { - "buffer": "4.9.1", + "buffer": "4.9.2", "events": "1.1.1", - "ieee754": "1.1.8", + "ieee754": "1.1.13", "jmespath": "0.15.0", "querystring": "0.2.0", "sax": "1.2.1", "url": "0.10.3", "uuid": "3.3.2", "xml2js": "0.4.19" + }, + "dependencies": { + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + } } }, "balanced-match": { diff --git a/GitHub_Automated_Security/package.json b/GitHub_Automated_Security/package.json index bbc83f4e..4278944c 100644 --- a/GitHub_Automated_Security/package.json +++ b/GitHub_Automated_Security/package.json @@ -5,7 +5,7 @@ "main": "handler.js", "dependencies": { "@octokit/rest": "^16.25.5", - "aws-sdk": "^2.408.0", + "aws-sdk": "^2.814.0", "serverless": "^1.40.0" }, "devDependencies": {},