From b333671279e678d7bed42df8d033a3a9c52c98f2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 15 Mar 2024 09:17:39 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20@pact-foundation/pa?=
=?UTF-8?q?ct-core=20from=2014.3.1=20to=2014.3.2=20(#2140)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@pact-foundation/pact-core](https://github.com/pact-foundation/pact-js-core)
from 14.3.1 to 14.3.2.
Release notes
Sourced from @pact-foundation/pact-core
's
releases.
Release v14.3.2
14.3.2
(2024-03-14)
Fixes and Improvements
Changelog
Sourced from @pact-foundation/pact-core
's
changelog.
14.3.2
(2024-03-14)
Fixes and Improvements
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@pact-foundation/pact-core&package-manager=npm_and_yarn&previous-version=14.3.1&new-version=14.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
---
package-lock.json | 9 ++++-----
packages/e2e-tests/package.json | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d131368b93..54e1df18c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3946,16 +3946,15 @@
}
},
"node_modules/@pact-foundation/pact-core": {
- "version": "14.3.1",
- "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.3.1.tgz",
- "integrity": "sha512-Bwtpn+DI0X9P8dLgqWCztnucw1wMvkA1c8u421JSCnt7K0edH7kEyWOCgqIQDa1LYh6o1aYb7NEZgUR2bti95A==",
+ "version": "14.3.2",
+ "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.3.2.tgz",
+ "integrity": "sha512-NUYMjv83U8RA4SCT1oXsktGVRsP+EnULZp/F0sTfx/cgUcILdV00yxVXMYtpqu2+bHj0tZot3w35cnyl88U8fg==",
"cpu": [
"x64",
"ia32",
"arm64"
],
"dev": true,
- "hasInstallScript": true,
"os": [
"darwin",
"linux",
@@ -18572,7 +18571,7 @@
"license": "MIT",
"devDependencies": {
"@pact-foundation/pact": "^12.3.0",
- "@pact-foundation/pact-core": "^14.3.1",
+ "@pact-foundation/pact-core": "^14.3.2",
"@pact-foundation/pact-node": "^10.17.7",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.6",
diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json
index 6b34c95b93..e0df314f2f 100644
--- a/packages/e2e-tests/package.json
+++ b/packages/e2e-tests/package.json
@@ -25,7 +25,7 @@
},
"devDependencies": {
"@pact-foundation/pact": "^12.3.0",
- "@pact-foundation/pact-core": "^14.3.1",
+ "@pact-foundation/pact-core": "^14.3.2",
"@pact-foundation/pact-node": "^10.17.7",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.6",