diff --git a/examples/v3/todo-consumer/package-lock.json b/examples/v3/todo-consumer/package-lock.json index e8bc2386c..3d707e606 100644 --- a/examples/v3/todo-consumer/package-lock.json +++ b/examples/v3/todo-consumer/package-lock.json @@ -15,7 +15,7 @@ "chai-as-promised": "^7.1.1", "express": "^4.18.1", "eyes": "^0.1.8", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "lodash": "4.17.21", "mocha": "^10.0.0", "ramda": "^0.28.0", @@ -29,38 +29,18 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "13.0.0", + "version": "0.0.1", "dev": true, - "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.1.0", - "@types/express": "^4.17.11", - "axios": "^1.6.1", - "body-parser": "^1.20.0", - "cli-color": "^2.0.1", - "express": "^4.19.2", - "graphql": "^14.0.0", - "graphql-tag": "^2.9.1", - "http-proxy": "^1.18.1", - "https-proxy-agent": "^7.0.4", - "js-base64": "^3.6.1", - "lodash": "^4.17.21", - "lodash.isfunction": "3.0.8", - "lodash.isnil": "4.0.0", - "lodash.isundefined": "3.0.1", - "lodash.omit": "^4.5.0", - "pkginfo": "^0.4.1", - "ramda": "^0.30.0", - "randexp": "^0.5.3" - }, - "devDependencies": { "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", "@types/cli-color": "^0.3.29", + "@types/express": "^4.17.11", "@types/http-proxy": "^1.17.9", "@types/lodash": "^4.14.182", "@types/lodash.isnil": "^4.0.7", @@ -73,8 +53,11 @@ "@types/tough-cookie": "^2.3.2", "@typescript-eslint/eslint-plugin": "^5.30.4", "@typescript-eslint/parser": "^5.30.4", + "axios": "^1.6.1", + "body-parser": "^1.20.0", "chai": "~4.1.2", "chai-as-promised": "^7.1.1", + "cli-color": "^2.0.1", "commit-and-tag-version": "^10.1.0", "copyfiles": "^2.4.1", "eslint": "^8.19.0", @@ -85,14 +68,28 @@ "eslint-plugin-chai-friendly": "^0.7.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-mocha": "^10.0.5", + "express": "^4.19.2", + "graphql": "^14.0.0", + "graphql-tag": "^2.9.1", + "http-proxy": "^1.18.1", + "https-proxy-agent": "^7.0.4", + "js-base64": "^3.6.1", + "lodash": "^4.17.21", "lodash.clone": "^4.5.0", + "lodash.isfunction": "3.0.8", + "lodash.isnil": "4.0.0", + "lodash.isundefined": "3.0.1", + "lodash.omit": "^4.5.0", "mocha": "^9.1.1", "mocha-lcov-reporter": "^1.3.0", "neon-cli": "^0.9.1", "nock": "^9.1.6", "nyc": "^15.1.0", + "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", + "ramda": "^0.30.0", + "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", "sinon-chai": "^3.3.0", @@ -100,9 +97,6 @@ "ts-mock-imports": "^1.2.6", "ts-node": "^3.3.0", "typescript": "^4.7.4" - }, - "engines": { - "node": ">=16" } }, "node_modules/@cspotcode/source-map-support": { @@ -851,18 +845,19 @@ } }, "node_modules/fast-xml-parser": { - "version": "4.2.5", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, @@ -3183,7 +3178,9 @@ "version": "0.1.8" }, "fast-xml-parser": { - "version": "4.2.5", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "requires": { "strnum": "^1.0.5" } diff --git a/examples/v3/todo-consumer/package.json b/examples/v3/todo-consumer/package.json index 63661b458..6d15feabc 100644 --- a/examples/v3/todo-consumer/package.json +++ b/examples/v3/todo-consumer/package.json @@ -25,7 +25,7 @@ "mocha": "^10.0.0", "ramda": "^0.28.0", "typescript": "^4.7.4", - "fast-xml-parser": "^4.2.5" + "fast-xml-parser": "^4.4.1" }, "devDependencies": { "@pact-foundation/pact": "file:../../../dist",