Skip to content

Commit

Permalink
Update to version v1.7.6
Browse files Browse the repository at this point in the history
- Patch npm security vulnerability
  • Loading branch information
tabdunabi authored May 16, 2023
2 parents 5eabafa + 84e2229 commit e5c3be8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e5c3be8

Please sign in to comment.