@pact-foundation/pact-core
Advanced tools
Comparing version 10.12.0 to 10.12.1
@@ -5,2 +5,11 @@ # Changelog | ||
### [10.12.1](https://github.com/pact-foundation/pact-js-core/compare/v10.12.0...v10.12.1) (2021-03-31) | ||
### Fixes and Improvements | ||
* package.json & package-lock.json to reduce vulnerabilities ([8d76550](https://github.com/pact-foundation/pact-js-core/commit/8d76550a4dffcbf3fad477457b736a8ad09d05dd)) | ||
* update standalone to 1.88.41 ([3916c88](https://github.com/pact-foundation/pact-js-core/commit/3916c886698feef0deb786a944c2b1d9004c0c0a)) | ||
* update standalone to 1.88.45 ([fcab9f8](https://github.com/pact-foundation/pact-js-core/commit/fcab9f8aa9b9532026194799b68bf6df32b78272)) | ||
## [10.12.0](https://github.com/pact-foundation/pact-js-core/compare/v10.11.11...v10.12.0) (2021-03-05) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@pact-foundation/pact-core", | ||
"version": "10.12.0", | ||
"version": "10.12.1", | ||
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.", | ||
@@ -68,3 +68,3 @@ "main": "src/index.js", | ||
"tar": "4.4.2", | ||
"underscore": "1.8.3", | ||
"underscore": "1.12.1", | ||
"unixify": "1.0.0", | ||
@@ -71,0 +71,0 @@ "unzipper": "^0.10.10", |
@@ -1,2 +0,2 @@ | ||
export declare const PACT_STANDALONE_VERSION = "1.88.40"; | ||
export declare const PACT_STANDALONE_VERSION = "1.88.45"; | ||
export declare function createConfig(location?: string): Config; | ||
@@ -3,0 +3,0 @@ export declare function getBinaryEntry(platform?: string, arch?: string): BinaryEntry; |
@@ -29,3 +29,3 @@ "use strict"; | ||
}); | ||
exports.PACT_STANDALONE_VERSION = '1.88.40'; | ||
exports.PACT_STANDALONE_VERSION = '1.88.45'; | ||
var PACT_DEFAULT_LOCATION = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v" + exports.PACT_STANDALONE_VERSION + "/"; | ||
@@ -32,0 +32,0 @@ var HTTP_REGEX = /^http(s?):\/\//; |
272309
3581
+ Addedunderscore@1.12.1(transitive)
- Removedunderscore@1.8.3(transitive)
Updatedunderscore@1.12.1