diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f1be9..c461a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [2.0.16](https://github.com/netlify/netlify-lambda/compare/v2.0.15...v2.0.16) (2023-02-15) + + +### Bug Fixes + +* **deps:** update dependencies to fix security issues + ### [2.0.15](https://www.github.com/netlify/netlify-lambda/compare/v2.0.14...v2.0.15) (2021-10-11) diff --git a/package-lock.json b/package-lock.json index bb68baa..26ba942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-lambda", - "version": "2.0.15", + "version": "2.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-lambda", - "version": "2.0.15", + "version": "2.0.16", "license": "MIT", "dependencies": { "@babel/core": "^7.10.4", diff --git a/package.json b/package.json index 9475caa..576c1f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-lambda", - "version": "2.0.15", + "version": "2.0.16", "description": "Build and serve lambda function with webpack compilation", "homepage": "https://github.com/netlify/netlify-lambda#readme", "main": "bin/cmd.js",