Skip to content

Commit

Permalink
Merge pull request #83 from imranalisyed506/im-n18-changes
Browse files Browse the repository at this point in the history
Node.js 18 version update
  • Loading branch information
imranalisyed506 authored Sep 11, 2023
2 parents 6b81a6b + a12ba6d commit a7c6807
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion al-cwe-collector.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Runtime": {
"path": "Runtime",
"value": "nodejs14.x"
"value": "nodejs18.x"
}
}
4 changes: 2 additions & 2 deletions cfn/guardduty.template
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
}
},
"Handler":"index.handler",
"Runtime":"nodejs14.x",
"Runtime":"nodejs18.x",
"MemorySize":128,
"Timeout": 5,
"Tags": [
Expand Down Expand Up @@ -437,7 +437,7 @@
"S3Key": "packages/lambda/al-cwe-collector.zip"
},
"Handler":"index.handler",
"Runtime":"nodejs14.x",
"Runtime":"nodejs18.x",
"MemorySize":128,
"Timeout":300,
"Environment":{
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "al-cwe-collector",
"version": "1.3.19",
"version": "1.3.20",
"license": "MIT",
"description": "Alert Logic CloudWatch Events Collector",
"repository": {
Expand All @@ -21,20 +21,20 @@
}
],
"devDependencies": {
"aws-sdk": "^2.1434.0",
"aws-sdk": "^2.1454.0",
"aws-sdk-mock": "^5.8.0",
"clone": "^2.1.2",
"dotenv": "^16.3.1",
"jshint": "^2.13.6",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"rewire": "^7.0.0",
"sinon": "^15.2.0"
},
"dependencies": {
"@alertlogic/al-aws-collector-js": "4.1.20",
"@alertlogic/al-collector-js": "3.0.9",
"@alertlogic/al-aws-collector-js": "4.1.21",
"@alertlogic/al-collector-js": "3.0.10",
"async": "^3.2.4",
"cfn-response": "^1.0.1",
"debug": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- pull_request
- pull_request:
trigger_phrase: test it
image: node:14
image: node:18
compute_size: small
commands:
- npm install
Expand All @@ -17,7 +17,7 @@ stages:
name: When Tag Created Run Coverage
when:
- tag: ['v?\d+.\d+.\d+']
image: node:14
image: node:18
compute_size: small
commands:
- make test
Expand Down

0 comments on commit a7c6807

Please sign in to comment.