diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c0fa63..5e1f185 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/package-lock.json b/package-lock.json index 7f6ab62..1533b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-function-url-custom-domain", - "version": "0.9.23", + "version": "0.9.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18c2e0c..dbed63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-function-url-custom-domain", - "version": "0.9.23", + "version": "0.9.24", "description": "Serverless AWS Lambda URL custom domain configuration via cloudfront distribution and route 53.", "main": "index.js", "repository": {