From 97ad4fb79bce47cc5d61ec770309d03e1e0cd925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 17:56:54 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 1 update in the /Projects/JavaScript/math-calculator directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.15.0 to 1.15.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.15.2) Updates `ip-address` from 10.1.0 to 10.2.0 - [Commits](https://github.com/beaugunderson/ip-address/commits) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ip-address dependency-version: 10.2.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../math-calculator/package-lock.json | 24 +++++++++---------- .../JavaScript/math-calculator/package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Projects/JavaScript/math-calculator/package-lock.json b/Projects/JavaScript/math-calculator/package-lock.json index 8186d1905..a28754e0e 100644 --- a/Projects/JavaScript/math-calculator/package-lock.json +++ b/Projects/JavaScript/math-calculator/package-lock.json @@ -9,13 +9,13 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "axios": "^1.15.0", + "axios": "^1.15.2", "big-integer": "^1.6.0-alpha.1", "big.js": "^7.0.0-rc.1", "crypto-js": "^4.2.0-beta.1", "decimal.js": "^10.4.0-alpha.1", "express": "^5.2.0-rc.1", - "express-rate-limit": "^8.3.2", + "express-rate-limit": "^8.5.1", "helmet": "^8.1.0-alpha.1", "mathjs": "^15.2.0", "nerdamer": "^1.1.0-beta.1", @@ -93,9 +93,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -548,12 +548,12 @@ } }, "node_modules/express-rate-limit": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.2.tgz", - "integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz", + "integrity": "sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==", "license": "MIT", "dependencies": { - "ip-address": "10.1.0" + "ip-address": "^10.2.0" }, "engines": { "node": ">= 16" @@ -841,9 +841,9 @@ "license": "ISC" }, "node_modules/ip-address": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", - "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", + "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", "license": "MIT", "engines": { "node": ">= 12" diff --git a/Projects/JavaScript/math-calculator/package.json b/Projects/JavaScript/math-calculator/package.json index feda3fe85..65adc33ef 100644 --- a/Projects/JavaScript/math-calculator/package.json +++ b/Projects/JavaScript/math-calculator/package.json @@ -15,13 +15,13 @@ "update:warn": "echo '⚠️ WARNING: update:latest may introduce BREAKING CHANGES. Use carefully and test thoroughly. Consider using update:deps for interactive updates instead.'" }, "dependencies": { - "axios": "^1.15.0", + "axios": "^1.15.2", "big-integer": "^1.6.0-alpha.1", "big.js": "^7.0.0-rc.1", "crypto-js": "^4.2.0-beta.1", "decimal.js": "^10.4.0-alpha.1", "express": "^5.2.0-rc.1", - "express-rate-limit": "^8.3.2", + "express-rate-limit": "^8.5.1", "helmet": "^8.1.0-alpha.1", "mathjs": "^15.2.0", "nerdamer": "^1.1.0-beta.1",