diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de331449..6b364f3e2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +### [13.1.3](https://github.com/pact-foundation/pact-js/compare/v13.1.2...v13.1.3) (2024-09-12) + + +### Fixes and Improvements + +* package.json & package-lock.json to reduce vulnerabilities ([#1238](https://github.com/pact-foundation/pact-js/issues/1238)) ([431219c](https://github.com/pact-foundation/pact-js/commit/431219c312ee5238ddac35a15e46c83dc6c788d4)) + ### [13.1.2](https://github.com/pact-foundation/pact-js/compare/v13.1.1...v13.1.2) (2024-08-15) diff --git a/package-lock.json b/package-lock.json index dfd307e1b..8ed22516c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "13.1.2", + "version": "13.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "13.1.2", + "version": "13.1.3", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^15.1.0", diff --git a/package.json b/package.json index 91ea71b90..0602f26b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "13.1.2", + "version": "13.1.3", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",