From 9924379844abd8be0f56d290c493daff9f5697d7 Mon Sep 17 00:00:00 2001 From: team-github-bot <141112016+team-github-bot@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:59:26 +1000 Subject: [PATCH] chore(main): release 4.1.3 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f54a8..2c147ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.1.3](https://github.com/OctopusDeploy/create-zip-package-action/compare/v4.1.2...v4.1.3) (2026-09-09) + + +### Bug Fixes + +* **deps:** bump brace-expansion override to resolve DoS bypass ([#310](https://github.com/OctopusDeploy/create-zip-package-action/issues/310)) ([a6485f0](https://github.com/OctopusDeploy/create-zip-package-action/commit/a6485f0896c0b6dfd646f41498532e0258e22504)) +* **deps:** bump brace-expansion to resolve DoS advisory ([#305](https://github.com/OctopusDeploy/create-zip-package-action/issues/305)) ([ac8e18d](https://github.com/OctopusDeploy/create-zip-package-action/commit/ac8e18d78c3694dbf875bbf4b9ca3986689da49c)) +* **deps:** resolve new brace-expansion and js-yaml advisories ([#309](https://github.com/OctopusDeploy/create-zip-package-action/issues/309)) ([132e040](https://github.com/OctopusDeploy/create-zip-package-action/commit/132e040ff5cde6c59a098fb654fc74ab0e152899)) +* **deps:** resolve remaining npm audit advisories ([#307](https://github.com/OctopusDeploy/create-zip-package-action/issues/307)) ([fba4e6f](https://github.com/OctopusDeploy/create-zip-package-action/commit/fba4e6f1573334b891e8656ba69d8425cd46c5c9)) + ## [4.1.2](https://github.com/OctopusDeploy/create-zip-package-action/compare/v4.1.1...v4.1.2) (2026-07-22) diff --git a/package-lock.json b/package-lock.json index b5ebd87..9cf15db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-zip-package-action", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-zip-package-action", - "version": "4.1.2", + "version": "4.1.3", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index 984faf4..3cda63b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit", "test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration" }, - "version": "4.1.2", + "version": "4.1.3", "overrides": { "brace-expansion": "^5.0.9" }