From 6ee89f449383fdafa141e60668b682a271233d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 14:20:00 +0000 Subject: [PATCH] chore(deps): bump aws-sdk in /scripts/reindex-images Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.969.0 to 2.1125.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.969.0...v2.1125.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/reindex-images/package-lock.json | 14 +++++++------- scripts/reindex-images/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/reindex-images/package-lock.json b/scripts/reindex-images/package-lock.json index e0665a67ad..a637dbce7a 100644 --- a/scripts/reindex-images/package-lock.json +++ b/scripts/reindex-images/package-lock.json @@ -5,14 +5,14 @@ "requires": true, "dependencies": { "aws-sdk": { - "version": "2.969.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.969.0.tgz", - "integrity": "sha512-bDQenWDH9CdPIsgh7E6zgq2bO576teSnlQv1Oz0IwxVq+AbGsArSJXjNrvniV1l9TrqPOZk9dqBa/q4mOzwyLw==", + "version": "2.1125.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1125.0.tgz", + "integrity": "sha512-2syNkKDqDcDmB/chc61a5xx+KYzaarLs1/KshE0b1Opp2oSq2FARyUBbk59HgwKaDUB61uPF33ZG9sHiIVx2hQ==", "requires": { "buffer": "4.9.2", "events": "1.1.1", "ieee754": "1.1.13", - "jmespath": "0.15.0", + "jmespath": "0.16.0", "querystring": "0.2.0", "sax": "1.2.1", "url": "0.10.3", @@ -51,9 +51,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "jmespath": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz", - "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=" + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", + "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==" }, "punycode": { "version": "1.3.2", diff --git a/scripts/reindex-images/package.json b/scripts/reindex-images/package.json index 382bdc77a9..c5c3a243f2 100644 --- a/scripts/reindex-images/package.json +++ b/scripts/reindex-images/package.json @@ -9,6 +9,6 @@ "author": "Jonathon Herbert", "license": "ISC", "dependencies": { - "aws-sdk": "^2.969.0" + "aws-sdk": "^2.1125.0" } }