diff --git a/package-lock.json b/package-lock.json index 20b818e..b50e155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "@pactflow/openapi-pact-comparator", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pactflow/openapi-pact-comparator", - "version": "1.3.0", - "license": "Apache-2.0", + "version": "1.4.0", + "license": "MIT", "bin": { "openapi-pact-comparator": "dist/cli.cjs" }, @@ -23,7 +23,7 @@ "@types/js-yaml": "4.0.9", "@types/lodash-es": "4.17.12", "@types/node": "22.15.18", - "@types/qs": "6.9.18", + "@types/qs": "6.14.0", "@vitest/coverage-v8": "3.1.3", "ajv": "8.17.1", "ajv-formats": "3.0.1", @@ -1873,9 +1873,9 @@ } }, "node_modules/@types/qs": { - "version": "6.9.18", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", - "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 4dd9dd5..c9c25ae 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/js-yaml": "4.0.9", "@types/lodash-es": "4.17.12", "@types/node": "22.15.18", - "@types/qs": "6.9.18", + "@types/qs": "6.14.0", "@vitest/coverage-v8": "3.1.3", "ajv": "8.17.1", "ajv-formats": "3.0.1",