From a30f262cf90fa47ba7a8a4586a1fbda4d15068ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:11:29 +0000 Subject: [PATCH] test(deps): bump otpauth from 9.3.4 to 9.3.5 in the npm group Bumps the npm group with 1 update: [otpauth](https://github.com/hectorm/otpauth). Updates `otpauth` from 9.3.4 to 9.3.5 - [Release notes](https://github.com/hectorm/otpauth/releases) - [Commits](https://github.com/hectorm/otpauth/compare/v9.3.4...v9.3.5) --- updated-dependencies: - dependency-name: otpauth dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71e56941..ee61185b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/node": "^22.9.0", "dotenv": "^16.4.5", "nodemon": "^3.1.7", - "otpauth": "^9.3.4", + "otpauth": "^9.3.5", "playwright-bdd": "^7.5.0" } }, @@ -716,9 +716,9 @@ } }, "node_modules/otpauth": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz", - "integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz", + "integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==", "dev": true, "dependencies": { "@noble/hashes": "1.5.0" diff --git a/package.json b/package.json index 493b40ca..62d26609 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@types/node": "^22.9.0", "dotenv": "^16.4.5", "nodemon": "^3.1.7", - "otpauth": "^9.3.4", + "otpauth": "^9.3.5", "playwright-bdd": "^7.5.0" }, "scripts": {