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": {