diff --git a/.changeset/dependencies-732.md b/.changeset/dependencies-732.md new file mode 100644 index 00000000..f3f7b7da --- /dev/null +++ b/.changeset/dependencies-732.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +fix(deps): update dependency http-proxy-middleware to ^2.0.10 [security] diff --git a/integration-test/package.json b/integration-test/package.json index 1612130c..2b5a92ab 100644 --- a/integration-test/package.json +++ b/integration-test/package.json @@ -29,7 +29,7 @@ "@pollyjs/persister-fs": "^6.0.6", "cross-env": "^7.0.3", "express": "^4.22.2", - "http-proxy-middleware": "^2.0.9", + "http-proxy-middleware": "^2.0.10", "jest": "^29.7.0", "strip-ansi": "^6.0.1", "tslib": "^2.8.1", diff --git a/package-lock.json b/package-lock.json index c6c680fe..55bb89a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.2", + "version": "0.73.4", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.2", + "version": "0.73.4", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -100,7 +100,7 @@ "@pollyjs/persister-fs": "^6.0.6", "cross-env": "^7.0.3", "express": "^4.22.2", - "http-proxy-middleware": "^2.0.9", + "http-proxy-middleware": "^2.0.10", "jest": "^29.7.0", "strip-ansi": "^6.0.1", "tslib": "^2.8.1", @@ -10148,9 +10148,10 @@ } }, "node_modules/http-proxy-middleware": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", - "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.10.tgz", + "integrity": "sha512-RKzRWNPxUZqbuk3BC5mGVJbBnWgr+diEnjJexIOytFbBzDy88Fbh/YvBr3DsNrl1jYAfjWfpATEv0NO35FDuPQ==", + "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", "http-proxy": "^1.18.1",