From dff366d92aa295a57d1da0786df8c49b0b9b0f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:35:20 +0000 Subject: [PATCH] Bump pbkdf2 from 3.0.8 to 3.1.3 in /coinjs Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.0.8 to 3.1.3. - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.0.8...v3.1.3) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- coinjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 coinjs/package.json diff --git a/coinjs/package.json b/coinjs/package.json old mode 100755 new mode 100644 index 1cb5356..87b0cc6 --- a/coinjs/package.json +++ b/coinjs/package.json @@ -19,7 +19,7 @@ "create-hmac": "^1.1.0", "diffie-hellman": "^5.0.0", "inherits": "^2.0.1", - "pbkdf2": "3.0.8", + "pbkdf2": "3.1.3", "public-encrypt": "^4.0.0" }, "peerDependencies": {