From 724b737e81e41e11b0c662201c526ffc110ebdc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 21:03:41 +0000 Subject: [PATCH] Bump ws from 7.4.2 to 7.5.0 in /amplify/backend/function/tmhnotespdf/src Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.5.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.2...7.5.0) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- amplify/backend/function/tmhnotespdf/src/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amplify/backend/function/tmhnotespdf/src/package-lock.json b/amplify/backend/function/tmhnotespdf/src/package-lock.json index b79fb22fd..6d87b4155 100644 --- a/amplify/backend/function/tmhnotespdf/src/package-lock.json +++ b/amplify/backend/function/tmhnotespdf/src/package-lock.json @@ -643,9 +643,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz", - "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==" + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.0.tgz", + "integrity": "sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==" }, "xml2js": { "version": "0.4.19",