diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a4cb0797f..55824a1627e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [23.15.1](https://github.com/netlify/cli/compare/v23.15.0...v23.15.1) (2026-02-04) + + +### Bug Fixes + +* **deps:** update dependency ansi-escapes to v7.2.0 ([#7919](https://github.com/netlify/cli/issues/7919)) ([5f58186](https://github.com/netlify/cli/commit/5f5818658b7541d9474d2399d95c83491768b815)) +* **deps:** update dependency ci-info to v4.4.0 ([#7930](https://github.com/netlify/cli/issues/7930)) ([3434c65](https://github.com/netlify/cli/commit/3434c65fa2f78b1f76a65f83be971028f23de0a1)) +* **deps:** update dependency dot-prop to v10 ([#7931](https://github.com/netlify/cli/issues/7931)) ([6727067](https://github.com/netlify/cli/commit/67270678374aa70d2b39414683dc013facaff41e)) +* **deps:** update dependency env-paths to v4 ([#7932](https://github.com/netlify/cli/issues/7932)) ([284a6fa](https://github.com/netlify/cli/commit/284a6fa0cb0b8781e6d19a6b451259b6bde29e90)) +* **deps:** upgrade express to v5 and http-proxy-middleware to v3 ([#7927](https://github.com/netlify/cli/issues/7927)) ([6414c14](https://github.com/netlify/cli/commit/6414c1424b7b0a6e8418d25ffd1e8f92d035fd69)) + ## [23.15.0](https://github.com/netlify/cli/compare/v23.14.0...v23.15.0) (2026-02-03) diff --git a/package-lock.json b/package-lock.json index 2b62d06d34f..94107b35962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "23.15.0", + "version": "23.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "23.15.0", + "version": "23.15.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cda24ce05ad..84282bcc5ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "23.15.0", + "version": "23.15.1", "author": "Netlify Inc.", "type": "module", "engines": {