chore(deps): update dependency @pact-foundation/pact to v9.17.3

This commit is contained in:
Renovate Bot
2022-03-16 13:23:05 +00:00
committed by renovate[bot]
parent a22ac3a776
commit 9cdacde4dc
2 changed files with 20 additions and 28 deletions

46
package-lock.json generated
View File

@@ -4839,12 +4839,12 @@
}
},
"@pact-foundation/pact": {
"version": "9.17.2",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.17.2.tgz",
"integrity": "sha512-q87I/NHzEeZeS2Zf/M15wzoept9WY0VU/he1o8wn5yJLkRTLeUnFBCp3jB4yj8RhAa708gVoKYpvk48HP3tOXw==",
"version": "9.17.3",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.17.3.tgz",
"integrity": "sha512-AVcScLZsxDDKlO1AuyN7m26Z2EqIt5AA4P8cPGEkokyHf97vbbWlHOPZsgZgzxZXQRnvjNyQnyMwHR69hQ1hew==",
"dev": true,
"requires": {
"@pact-foundation/pact-node": "^10.15.0",
"@pact-foundation/pact-node": "^10.17.2",
"@types/bluebird": "^3.5.20",
"@types/express": "^4.17.11",
"bluebird": "~3.5.1",
@@ -4877,9 +4877,9 @@
}
},
"@pact-foundation/pact-node": {
"version": "10.17.1",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.17.1.tgz",
"integrity": "sha512-hK47aYywVF9hfWvnvANcf18ojtp0Hd1/Gw1QX8Zy8Ho+3ePWAyoT3ESw2x4pLiPCdy0RgjSwQB+sRUe9PWZlnw==",
"version": "10.17.2",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.17.2.tgz",
"integrity": "sha512-RslLuFYItB0uDfKLYXei0ZfAPK0W0nwSwp+Zt7Qyt+Stnea2H4DOucKV03uFSiv3TLVKojut5nF70wfgXyNItQ==",
"dev": true,
"requires": {
"@types/needle": "^2.5.1",
@@ -5978,9 +5978,9 @@
}
},
"@types/express-serve-static-core": {
"version": "4.17.25",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.25.tgz",
"integrity": "sha512-OUJIVfRMFijZukGGwTpKNFprqCCXk5WjNGvUgB/CxxBR40QWSjsNK86+yvGKlCOGc7sbwfHLaXhkG+NsytwBaQ==",
"version": "4.17.28",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz",
"integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==",
"dev": true,
"requires": {
"@types/node": "*",
@@ -10351,14 +10351,14 @@
}
},
"es5-ext": {
"version": "0.10.53",
"resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz",
"integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==",
"version": "0.10.58",
"resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.58.tgz",
"integrity": "sha512-LHO+KBBaHGwjy32ibSaMY+ZzjpC4K4I5bPoijICMBL7gXEXfrEUrzssmNP+KigbQEp1dRUnGkry/vUnxOqptLQ==",
"dev": true,
"requires": {
"es6-iterator": "~2.0.3",
"es6-symbol": "~3.1.3",
"next-tick": "~1.0.0"
"es6-iterator": "^2.0.3",
"es6-symbol": "^3.1.3",
"next-tick": "^1.1.0"
}
},
"es6-iterator": {
@@ -18138,14 +18138,6 @@
"lru-queue": "^0.1.0",
"next-tick": "^1.1.0",
"timers-ext": "^0.1.7"
},
"dependencies": {
"next-tick": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
"integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
"dev": true
}
}
},
"merge-descriptors": {
@@ -18427,9 +18419,9 @@
"dev": true
},
"next-tick": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
"integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
"dev": true
},
"nice-try": {

View File

@@ -65,7 +65,7 @@
"devDependencies": {
"@edx/frontend-build": "9.1.1",
"@edx/reactifex": "1.0.3",
"@pact-foundation/pact": "9.17.2",
"@pact-foundation/pact": "9.17.3",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",