diff --git a/example-ws/package-lock.json b/example-ws/package-lock.json index cbb95ab..495eb58 100644 --- a/example-ws/package-lock.json +++ b/example-ws/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@braintree/sanitize-url": "7.0.1", - "ws": "^7.2.3" + "ws": "^7.5.10" }, "devDependencies": { "@types/ws": "^7.2.3", @@ -1685,9 +1685,9 @@ "dev": true }, "node_modules/ws": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", - "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "engines": { "node": ">=8.3.0" }, diff --git a/example-ws/package.json b/example-ws/package.json index 39c6081..6cc9f4c 100644 --- a/example-ws/package.json +++ b/example-ws/package.json @@ -21,7 +21,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "ws": "^7.2.3", + "ws": "^7.5.10", "@braintree/sanitize-url": "7.0.1" } }