From ce0dd56a5ff959c2677ce00c0fb6082f057b3b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:52:26 +0000 Subject: [PATCH] chore(deps): bump socket.io-parser Bumps the npm_and_yarn group with 1 update in the /Projects/JavaScript/math-calculator directory: [socket.io-parser](https://github.com/socketio/socket.io). Updates `socket.io-parser` from 4.2.4 to 4.2.6 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.4...socket.io-parser@4.2.6) --- updated-dependencies: - dependency-name: socket.io-parser dependency-version: 4.2.6 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../math-calculator/package-lock.json | 33 +++++-------------- .../JavaScript/math-calculator/package.json | 2 +- 2 files changed, 9 insertions(+), 26 deletions(-) diff --git a/Projects/JavaScript/math-calculator/package-lock.json b/Projects/JavaScript/math-calculator/package-lock.json index 7348e6726..1beeec30f 100644 --- a/Projects/JavaScript/math-calculator/package-lock.json +++ b/Projects/JavaScript/math-calculator/package-lock.json @@ -15,7 +15,7 @@ "crypto-js": "^4.2.0-beta.1", "decimal.js": "^10.4.0-alpha.1", "express": "^5.2.0-rc.1", - "express-rate-limit": "^8.2.2", + "express-rate-limit": "^8.3.1", "helmet": "^8.1.0-alpha.1", "mathjs": "^15.1.0-rc.1", "nerdamer": "^1.1.0-beta.1", @@ -548,9 +548,9 @@ } }, "node_modules/express-rate-limit": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.2.tgz", - "integrity": "sha512-Ybv7bqtOgA914MLwaHWVFXMpMYeR1MQu/D+z2MaLYteqBsTIp9sY3AU7mGNLMJv8eLg8uQMpE20I+L2Lv49nSg==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.1.tgz", + "integrity": "sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==", "license": "MIT", "dependencies": { "ip-address": "10.1.0" @@ -1371,35 +1371,18 @@ } }, "node_modules/socket.io-parser": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", - "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.6.tgz", + "integrity": "sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==", "license": "MIT", "dependencies": { "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" + "debug": "~4.4.1" }, "engines": { "node": ">=10.0.0" } }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/socket.io/node_modules/debug": { "version": "4.3.7", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", diff --git a/Projects/JavaScript/math-calculator/package.json b/Projects/JavaScript/math-calculator/package.json index ba933af4d..99cf7c062 100644 --- a/Projects/JavaScript/math-calculator/package.json +++ b/Projects/JavaScript/math-calculator/package.json @@ -21,7 +21,7 @@ "crypto-js": "^4.2.0-beta.1", "decimal.js": "^10.4.0-alpha.1", "express": "^5.2.0-rc.1", - "express-rate-limit": "^8.2.2", + "express-rate-limit": "^8.3.1", "helmet": "^8.1.0-alpha.1", "mathjs": "^15.1.0-rc.1", "nerdamer": "^1.1.0-beta.1",