From d413bfd5c1c7950eb4fa4a4c81de5b6af692814e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Dec 2025 10:09:44 +0000 Subject: [PATCH] fix: upgrade aes-js from 2.1.0 to 2.1.1 Snyk has created this PR to upgrade aes-js from 2.1.0 to 2.1.1. See this package in npm: aes-js See this project in Snyk: https://app.snyk.io/org/dpjayasekara/project/75993e7b-26db-4c62-929d-d6794fe35d6b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 30 ++++++++++++++++-------------- package.json | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2339683..ec9a302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,18 +9,17 @@ "version": "4.0.3", "license": "MIT", "dependencies": { - "aes-js": "2.1.0" + "aes-js": "^2.1.1" }, "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "conventional-changelog-conventionalcommits": "^4.6.1", - "eslint": "^8.17.0", - "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.30.0", - "eslint-plugin-react-hooks": "^4.5.0", + "eslint": "8.17.0", + "eslint-config-airbnb": "19.0.4", + "eslint-plugin-import": "2.26.0", + "eslint-plugin-jsx-a11y": "6.5.1", + "eslint-plugin-react": "7.30.0", "mocha": "^10.0.0", "nyc": "^15.1.0", "randexp": "0.5.3", @@ -28,7 +27,7 @@ "sinon": "11.1.2" }, "engines": { - "node": ">=10.0.0" + "node": ">=12.0.0" } }, "node_modules/@babel/code-frame": { @@ -1168,9 +1167,10 @@ } }, "node_modules/aes-js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-2.1.0.tgz", - "integrity": "sha1-K/BLBqBf/ynTjpBI/zDcWfHwzXQ=" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-2.1.1.tgz", + "integrity": "sha512-AbF8g0JGAX5i2LCR40ucsWOdANYmA65wmg+qZzDwXUw8QocSl4FE0Cv58HcM2jPZQYybsdFvgieXJgQjRi91qA==", + "license": "MIT" }, "node_modules/agent-base": { "version": "6.0.2", @@ -2588,6 +2588,7 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", "dev": true, + "peer": true, "engines": { "node": ">=10" }, @@ -12004,9 +12005,9 @@ "requires": {} }, "aes-js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-2.1.0.tgz", - "integrity": "sha1-K/BLBqBf/ynTjpBI/zDcWfHwzXQ=" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-2.1.1.tgz", + "integrity": "sha512-AbF8g0JGAX5i2LCR40ucsWOdANYmA65wmg+qZzDwXUw8QocSl4FE0Cv58HcM2jPZQYybsdFvgieXJgQjRi91qA==" }, "agent-base": { "version": "6.0.2", @@ -13267,6 +13268,7 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", "dev": true, + "peer": true, "requires": {} }, "eslint-scope": { diff --git a/package.json b/package.json index 089bc2f..95e10ac 100644 --- a/package.json +++ b/package.json @@ -124,6 +124,6 @@ "sinon": "11.1.2" }, "dependencies": { - "aes-js": "2.1.0" + "aes-js": "2.1.1" } }