From dfdc212264711e2ca234b90c7da2d36391c2deaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 03:44:27 +0000 Subject: [PATCH] Bump ws from 8.2.2 to 8.17.1 in /src/Nacara Bumps [ws](https://github.com/websockets/ws) from 8.2.2 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.2.2...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Nacara/package-lock.json | 16 ++++++++-------- src/Nacara/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Nacara/package-lock.json b/src/Nacara/package-lock.json index 6c190cf5..e080a39b 100644 --- a/src/Nacara/package-lock.json +++ b/src/Nacara/package-lock.json @@ -29,7 +29,7 @@ "sass": "1.42.1", "semver": "^7.5.2", "unified": "^10.1.0", - "ws": "^8.2.2", + "ws": "^8.17.1", "yargs": "^17.2.1" }, "bin": { @@ -4532,15 +4532,15 @@ "dev": true }, "node_modules/ws": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz", - "integrity": "sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -7845,9 +7845,9 @@ "dev": true }, "ws": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz", - "integrity": "sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "requires": {} }, "xmlbuilder": { diff --git a/src/Nacara/package.json b/src/Nacara/package.json index 3ef1da32..2749f8a6 100644 --- a/src/Nacara/package.json +++ b/src/Nacara/package.json @@ -37,7 +37,7 @@ "sass": "1.42.1", "semver": "^7.5.2", "unified": "^10.1.0", - "ws": "^8.2.2", + "ws": "^8.17.1", "yargs": "^17.2.1" }, "comments": "I don't know why but if we include gatsby-remark-vscode to the root package.json then there is a bug when building the documentation with the linked version of Nacara... Adding it to this package.json as a devDependencies helps mitigates the issues. I checked and the problem doesn't happen when using Nacara from the NPM package as a user would",