Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/aws-sdk/client-s3-…
Browse files Browse the repository at this point in the history
…3.617.0
  • Loading branch information
joehoyle committed Jul 25, 2024
2 parents cbf4a5e + e2ef35f commit 2b0c074
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

## Reporting a Vulnerability

Email security [at] humanmade.com
8 changes: 4 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"devDependencies": {
"@aws-sdk/s3-request-presigner": "^3.617.0",
"@humanmade/eslint-config": "^1.1.3",
"@types/aws-lambda": "^8.10.119",
"@types/aws-lambda": "^8.10.142",
"@types/cli-table": "^0.3.4",
"@types/jest": "^29.5.8",
"@types/jest": "^29.5.12",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.3.0",
"aws-lambda": "^1.0.7",
"cli-table": "^0.3.1",
Expand All @@ -49,7 +49,7 @@
"filesize": "^10.1.0",
"jest": "^29.7.0",
"lambda-stream": "^0.5.0",
"nodemon": "^3.0.1",
"nodemon": "^3.1.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"preserveConstEnums": true,
"noEmit": false,
"sourceMap": true,
"module": "Node16",
"module": "commonjs",
"moduleResolution": "Node16",
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 2b0c074

Please sign in to comment.