From de51ea7cf599fdf024fbabb8d3e7abd26260d0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:11:25 +0000 Subject: [PATCH] Bump semver in /incubating/lambda/examples/aws-node-simple-http-endpoint Bumps [semver](https://github.com/npm/node-semver) from 5.5.0 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.5.0...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../lambda/examples/aws-node-simple-http-endpoint/yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incubating/lambda/examples/aws-node-simple-http-endpoint/yarn.lock b/incubating/lambda/examples/aws-node-simple-http-endpoint/yarn.lock index c8c3eee68..3e1d8cb8a 100644 --- a/incubating/lambda/examples/aws-node-simple-http-endpoint/yarn.lock +++ b/incubating/lambda/examples/aws-node-simple-http-endpoint/yarn.lock @@ -673,8 +673,8 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" semver@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" shebang-command@^1.2.0: version "1.2.0"