@pact-foundation/pact 9.18.0 → 9.18.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. 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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [9.18.1](https://github.com/pact-foundation/pact-js/compare/v9.18.0...v9.18.1) (2022-06-28)
6
+
7
+
8
+ ### Fixes and Improvements
9
+
10
+ * package.json & package-lock.json to reduce vulnerabilities ([#879](https://github.com/pact-foundation/pact-js/issues/879)) ([5005463](https://github.com/pact-foundation/pact-js/commit/50054638342171d8f9972350b2bf601e99b404b3))
11
+
5
12
  ## [9.18.0](https://github.com/pact-foundation/pact-js/compare/v9.17.3...v9.18.0) (2022-06-26)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact",
3
- "version": "9.18.0",
3
+ "version": "9.18.1",
4
4
  "description": "Pact for all things Javascript",
5
5
  "main": "./src/pact.js",
6
6
  "types": "./src/pact.d.ts",
@@ -116,7 +116,7 @@
116
116
  "pino": "^6.5.1",
117
117
  "pino-pretty": "^4.1.0",
118
118
  "pkginfo": "^0.4.1",
119
- "ramda": "^0.26.1",
119
+ "ramda": "^0.27.2",
120
120
  "randexp": "^0.5.3"
121
121
  },
122
122
  "devDependencies": {