@pact-foundation/pact 13.1.1 → 13.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
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.
|
|
4
4
|
|
|
5
|
+
### [13.1.2](https://github.com/pact-foundation/pact-js/compare/v13.1.1...v13.1.2) (2024-08-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Fixes and Improvements
|
|
9
|
+
|
|
10
|
+
* package.json & package-lock.json to reduce vulnerabilities ([#1234](https://github.com/pact-foundation/pact-js/issues/1234)) ([bc0bfdb](https://github.com/pact-foundation/pact-js/commit/bc0bfdb0a4109b9ad153fc13340d25039524a9e3))
|
|
11
|
+
|
|
5
12
|
### [13.1.1](https://github.com/pact-foundation/pact-js/compare/v13.1.0...v13.1.1) (2024-07-15)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pact-foundation/pact",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.2",
|
|
4
4
|
"description": "Pact for all things Javascript",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@pact-foundation/pact-core": "^15.1.0",
|
|
105
105
|
"@types/express": "^4.17.11",
|
|
106
|
-
"axios": "^1.
|
|
106
|
+
"axios": "^1.7.4",
|
|
107
107
|
"body-parser": "^1.20.0",
|
|
108
108
|
"cli-color": "^2.0.1",
|
|
109
109
|
"express": "^4.19.2",
|