diff --git a/package-lock.json b/package-lock.json index d63110c..1efa618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@google-cloud/secret-manager": "^6.3.0", "axios": "^1.20.0", "https-proxy-agent": "^9.1.0", - "otpauth": "^9.2.2", + "otpauth": "^9.5.2", "playwright": "^1.62.1", "playwright-extra": "^4.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2" @@ -91,9 +91,9 @@ } }, "node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz", + "integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==", "license": "MIT", "engines": { "node": ">= 20.19.0" @@ -1371,12 +1371,12 @@ } }, "node_modules/otpauth": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.5.1.tgz", - "integrity": "sha512-fJmDAHc8wImfqqqOXIlBvT1dEKrZK0Cmb2VEgScpNTolCz0PHh6ExUZGv4sLtOsWNaHCQlD+rRqaPgnoxFoZjQ==", + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.5.2.tgz", + "integrity": "sha512-GQ5emWR/x1tcExT62IBT0UfO95wZzJZyxYOJOGVeQF47SYEN9vmh0vISvDZaNMuFJRG+IaWCKtfm+t9Bfoal6w==", "license": "MIT", "dependencies": { - "@noble/hashes": "2.2.0" + "@noble/hashes": "2.4.0" }, "funding": { "url": "https://github.com/hectorm/otpauth?sponsor=1" diff --git a/package.json b/package.json index c49b58d..13e18d0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@google-cloud/secret-manager": "^6.3.0", "axios": "^1.20.0", "https-proxy-agent": "^9.1.0", - "otpauth": "^9.2.2", + "otpauth": "^9.5.2", "playwright": "^1.62.1", "playwright-extra": "^4.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2"