From 0f70b58d32924dbec836eef4a7defe0d26c5e697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 19:16:40 +0000 Subject: [PATCH] Bump xml2js and aws-sdk in /functions/podcast Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies needed to be updated together. Updates `xml2js` from 0.4.17 to 0.5.0 - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases) - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.17...0.5.0) Updates `aws-sdk` from 2.185.0 to 2.1354.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.185.0...v2.1354.0) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: aws-sdk dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functions/podcast/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/podcast/package-lock.json b/functions/podcast/package-lock.json index 4285b74..5176b9d 100644 --- a/functions/podcast/package-lock.json +++ b/functions/podcast/package-lock.json @@ -53,10 +53,10 @@ "aws-sdk": { "version": "2.185.0", "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.185.0.tgz", - "integrity": "sha1-pXC4yxoIPYjtkPX2KRRLHc9uFDQ=", + "integrity": "sha512-jE3u52RcwqTtDmlZ8hKfRNaBIAoWn+h9EBdWF4f9DrdM4S+9heysrNlQd57qHZZ7gT+tN0vRAEK270RBETlzgQ==", "requires": { "buffer": "4.9.1", - "events": "1.1.1", + "events": "^1.1.1", "jmespath": "0.15.0", "querystring": "0.2.0", "sax": "1.2.1",