Skip to content

Commit caf79fa

Browse files
committed
Fixing security vulnerability in color-string
1 parent 13b3f5d commit caf79fa

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

deploy-vpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Resources:
119119
- Arn
120120
Code:
121121
S3Bucket: !Sub awslabs-code-${AWS::Region}
122-
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.8.0.zip'
122+
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.8.1.zip'
123123
Runtime: nodejs12.x
124124
VpcConfig:
125125
SecurityGroupIds:

deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Resources:
9898
- Arn
9999
Code:
100100
S3Bucket: !Sub awslabs-code-${AWS::Region}
101-
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.8.0.zip'
101+
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.8.1.zip'
102102
Runtime: nodejs12.x
103103

104104

5.61 MB
Binary file not shown.

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-lambda-redshift-loader",
33
"description": "An Amazon Redshift Database Loader written for AWS Lambda",
4-
"version": "2.8.0",
4+
"version": "2.8.1",
55
"homepage": "http://github.com/awslabs/aws-lambda-redshift-loader",
66
"bugs": {
77
"url": "http://github.com/awslabs/aws-lambda-redshift-loader/issues",
@@ -10,6 +10,7 @@
1010
"dependencies": {
1111
"async": "3.1.0",
1212
"aws-sdk": "2.962.0",
13+
"color-string": "^1.6.0",
1314
"expect": "27.0.6",
1415
"https-proxy-agent": "3.0.1",
1516
"lodash": ">=4.17.19",

0 commit comments

Comments
 (0)