Skip to content

Commit

Permalink
chore(deps-dev): bump @pact-foundation/pact from 12.1.2 to 12.2.0
Browse files Browse the repository at this point in the history
Bumps [@pact-foundation/pact](https://github.com/pact-foundation/pact-js) from 12.1.2 to 12.2.0.
- [Release notes](https://github.com/pact-foundation/pact-js/releases)
- [Changelog](https://github.com/pact-foundation/pact-js/blob/master/CHANGELOG.md)
- [Commits](pact-foundation/pact-js@v12.1.2...v12.2.0)

---
updated-dependencies:
- dependency-name: "@pact-foundation/pact"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 6a5714c commit 4cdb786
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@pact-foundation/pact": "^12.1.2",
"@pact-foundation/pact": "^12.2.0",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.19.0",
Expand Down
24 changes: 9 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1369,10 +1369,10 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda"
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==

"@pact-foundation/pact-core@^14.0.1":
version "14.0.5"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-core/-/pact-core-14.0.5.tgz#50129746bb27e0824ff34effa2badeb26676e13c"
integrity sha512-VIA2VsKxNzsQShnj2Y0Op2bmW7m+spoGQElfOZ9CI0JL5lq54G3pS9JREZuRcMdKD1oowCqMaOvdvyFXopKS6A==
"@pact-foundation/pact-core@^14.1.1":
version "14.2.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-core/-/pact-core-14.2.0.tgz#1c1815d09cc86f5d03aac08eb1b1b61aae830d61"
integrity sha512-rQ2AB2lobft1JDNxGIvVZEhAsq3usQX80AcgR/Eu0TvC+1BF1+MpUoQp1WwYR9VUcWWzndRu5F2XZ0Z1edfG6w==
dependencies:
chalk "4.1.2"
check-types "7.3.0"
Expand All @@ -1387,12 +1387,12 @@
underscore "1.12.1"
unixify "1.0.0"

"@pact-foundation/pact@^12.1.2":
version "12.1.2"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-12.1.2.tgz#5c7a3236d841e37c98ccaff5f941c705dc6fa76b"
integrity sha512-UNrRWX2GW3uMxR51/Pn2MPQs6tQdMYKl9AO0wKVYKoPREZmVeHSdB3yMDPzekT+XeXtUlR5WdLYzD278CaN31Q==
"@pact-foundation/pact@^12.2.0":
version "12.2.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-12.2.0.tgz#9280bcfc71bbee10d5a723c14407f35e1d74075b"
integrity sha512-y097AkvD4/HcHaiH5/V2GrEdbFVwEMI7LlNfOZxB3zya5R13RR4sYwxu3nVsxOGaqqZlST9qq9I9wpqCRFW+jQ==
dependencies:
"@pact-foundation/pact-core" "^14.0.1"
"@pact-foundation/pact-core" "^14.1.1"
"@types/express" "^4.17.11"
axios "^1.6.1"
body-parser "^1.20.0"
Expand All @@ -1407,7 +1407,6 @@
lodash.isnil "4.0.0"
lodash.isundefined "3.0.1"
lodash.omit "^4.5.0"
lodash.omitby "4.6.0"
pkginfo "^0.4.1"
ramda "^0.28.0"
randexp "^0.5.3"
Expand Down Expand Up @@ -4262,11 +4261,6 @@ lodash.omit@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=

[email protected]:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.omitby/-/lodash.omitby-4.6.0.tgz#5c15ff4754ad555016b53c041311e8f079204791"
integrity sha1-XBX/R1StVVAWtTwEExHo8HkgR5E=

lodash@^4.17.15, lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
Expand Down

0 comments on commit 4cdb786

Please sign in to comment.