From 7c3ef7ee758bced5abfa1836fccbc46089d41880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:50:45 +0000 Subject: [PATCH] Bump socket.io-parser from 3.3.0 to 3.4.1 in /Lecture15/socket Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.0...3.4.1) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Lecture15/socket/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lecture15/socket/package-lock.json b/Lecture15/socket/package-lock.json index 74d0715..b5c742c 100644 --- a/Lecture15/socket/package-lock.json +++ b/Lecture15/socket/package-lock.json @@ -581,7 +581,7 @@ "integrity": "sha512-hczmV6bDgdaEbVqhAeVMM/jfUfzuEZHsQg6eOmLgJht6G3mPKMxYm75w2+qhAQZ+4X+1+ATZ+QFKeOZD5riHng==", "requires": { "component-emitter": "1.2.1", - "debug": "3.1.0", + "debug": "~3.1.0", "isarray": "2.0.1" }, "dependencies": {