From cfb37e1d472f92098a93216cd46d1b713ef4ac64 Mon Sep 17 00:00:00 2001 From: Mukit Bin Momin Date: Tue, 16 May 2023 09:53:24 -0400 Subject: [PATCH] update to v1.7.6 --- CHANGELOG.md | 6 ++++++ source/package-lock.json | 18 +++++++++--------- source/package.json | 4 ++-- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480c943..58e79aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.6] - 2023-05-16 + +### Updated + +- npm package security patching (vm2) + ## [1.7.5] - 2023-04-20 ### Updated diff --git a/source/package-lock.json b/source/package-lock.json index 8d265ef..3fada7f 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "streaming-data-solution", - "version": "1.7.5", + "version": "1.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "streaming-data-solution", - "version": "1.7.5", + "version": "1.7.6", "license": "Apache-2.0", "dependencies": { "@aws-cdk/aws-cloud9": "1.173.0", @@ -30,7 +30,7 @@ "@aws-solutions-constructs/aws-kinesisfirehose-s3": "1.173.0", "@aws-solutions-constructs/aws-kinesisstreams-lambda": "1.173.0", "source-map-support": "^0.5.16", - "vm2": "^3.9.17" + "vm2": "^3.9.18" }, "bin": { "streaming-data-solution": "bin/streaming-data-solution.js" @@ -12832,9 +12832,9 @@ } }, "node_modules/vm2": { - "version": "3.9.17", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz", - "integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==", + "version": "3.9.18", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.18.tgz", + "integrity": "sha512-iM7PchOElv6Uv6Q+0Hq7dcgDtWWT6SizYqVcvol+1WQc+E9HlgTCnPozbQNSP3yDV9oXHQOEQu530w2q/BCVZg==", "dependencies": { "acorn": "^8.7.0", "acorn-walk": "^8.2.0" @@ -21867,9 +21867,9 @@ } }, "vm2": { - "version": "3.9.17", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz", - "integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==", + "version": "3.9.18", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.18.tgz", + "integrity": "sha512-iM7PchOElv6Uv6Q+0Hq7dcgDtWWT6SizYqVcvol+1WQc+E9HlgTCnPozbQNSP3yDV9oXHQOEQu530w2q/BCVZg==", "requires": { "acorn": "^8.7.0", "acorn-walk": "^8.2.0" diff --git a/source/package.json b/source/package.json index cd41049..b06ea8a 100644 --- a/source/package.json +++ b/source/package.json @@ -1,6 +1,6 @@ { "name": "streaming-data-solution", - "version": "1.7.5", + "version": "1.7.6", "bin": { "streaming-data-solution": "bin/streaming-data-solution.js" }, @@ -53,7 +53,7 @@ "@aws-solutions-constructs/aws-kinesisfirehose-s3": "1.173.0", "@aws-solutions-constructs/aws-kinesisstreams-lambda": "1.173.0", "source-map-support": "^0.5.16", - "vm2": "^3.9.17" + "vm2": "^3.9.18" }, "private": true, "license": "Apache-2.0",