diff --git a/.changeset/dependencies-702.md b/.changeset/dependencies-702.md new file mode 100644 index 00000000..63176eba --- /dev/null +++ b/.changeset/dependencies-702.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +Bump ws from 8.18.0 to 8.20.1 diff --git a/package-lock.json b/package-lock.json index 638b78e9..efa4bdec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.0-beta.0", + "version": "0.73.1", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.0-beta.0", + "version": "0.73.1", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -18376,9 +18376,10 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.20.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", + "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", + "license": "MIT", "engines": { "node": ">=10.0.0" },