From 277a02aa4987750812ed98d66735f7e7eb3b99a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Aug 2022 16:26:54 +0000 Subject: [PATCH] fix: upgrade ws from 8.8.0 to 8.8.1 Snyk has created this PR to upgrade ws from 8.8.0 to 8.8.1. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cb5e3b..cd3df41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "npm-proj-1656804245180-0.732613799634724G2y0PL", + "name": "npm-proj-1659803210482-0.5740765850757095gQUM8N", "lockfileVersion": 2, "requires": true, "packages": { @@ -14,7 +14,7 @@ "helmet": "^5.1.0", "jimp": "^0.16.1", "mysql": "^2.18.1", - "ws": "^8.8.0" + "ws": "^8.8.1" } }, "node_modules/@babel/runtime": { @@ -1624,9 +1624,9 @@ } }, "node_modules/ws": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", - "integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", + "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==", "engines": { "node": ">=10.0.0" }, @@ -2918,9 +2918,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", - "integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", + "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==", "requires": {} }, "xhr": { diff --git a/package.json b/package.json index 718b20e..ae754ae 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "helmet": "^5.1.0", "jimp": "^0.16.1", "mysql": "^2.18.1", - "ws": "^8.8.0" + "ws": "^8.8.1" } }