@codegenie/serverless-express
Advanced tools
Comparing version 4.12.1 to 4.12.2
{ | ||
"name": "@codegenie/serverless-express", | ||
"version": "4.12.1", | ||
"version": "4.12.2", | ||
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=16" | ||
}, | ||
@@ -74,30 +74,30 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@ryansonshine/commitizen": "^4.2.8", | ||
"@ryansonshine/cz-conventional-changelog": "^3.3.4", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/commit-analyzer": "^9.0.2", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.4", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@types/aws-lambda": "^8.10.76", | ||
"@types/jest": "^26.0.20", | ||
"acorn": "^8.2.4", | ||
"commitlint": "^11.0.0", | ||
"@semantic-release/github": "^9.2.5", | ||
"@semantic-release/npm": "^11.0.2", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"@types/aws-lambda": "^8.10.130", | ||
"@types/jest": "^29.5.11", | ||
"acorn": "^8.11.2", | ||
"commitlint": "^18.4.3", | ||
"compression": "^1.7.4", | ||
"cors": "^2.8.5", | ||
"ejs": "^3.1.6", | ||
"eslint": "^7.26.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"ejs": "^3.1.9", | ||
"eslint": "^8.55.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.3.1", | ||
"express": "^4.17.1", | ||
"husky": "^4.3.8", | ||
"jest": "^27.2.4", | ||
"lint-staged": "^10.5.4", | ||
"node-notifier": "^9.0.1", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.2.4" | ||
"eslint-plugin-promise": "^6.1.1", | ||
"express": "^4.18.2", | ||
"husky": "^8.0.0", | ||
"jest": "^29.7.0", | ||
"lint-staged": "^15.2.0", | ||
"node-notifier": "^10.0.1", | ||
"semantic-release": "^22.0.12", | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -113,3 +113,4 @@ "scripts": { | ||
"check-dependencies": "npx npm-check --skip-unused --update", | ||
"lint": "eslint src" | ||
"lint": "eslint src", | ||
"prepare": "husky install" | ||
}, | ||
@@ -116,0 +117,0 @@ "config": { |
70314