refactor: Bump otpauth from 9.3.1 to 9.3.4 (#9341)

This commit is contained in:
dependabot[bot]
2024-10-14 16:25:24 +02:00
committed by GitHub
parent 69274cacf1
commit 9a7d048959
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": {
"@apollo/server": "4.11.0",
"@babel/eslint-parser": "7.25.8",
"@graphql-tools/merge": "^9.0.7",
"@graphql-tools/merge": "9.0.7",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "8.12.0",
"@parse/fs-files-adapter": "3.0.0",
@@ -39,7 +39,7 @@
"mime": "3.0.0",
"mongodb": "5.9.0",
"mustache": "4.2.0",
"otpauth": "9.3.1",
"otpauth": "9.3.4",
"parse": "5.3.0",
"path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0",
@@ -3379,11 +3379,11 @@
}
},
"node_modules/@noble/hashes": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz",
"integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==",
"engines": {
"node": ">= 16"
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
@@ -17147,11 +17147,11 @@
}
},
"node_modules/otpauth": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.1.tgz",
"integrity": "sha512-E6d2tMxPofHNk4sRFp+kqW7vQ+WJGO9VLI2N/W00DnI+ThskU12Qa10kyNSGklrzhN5c+wRUsN4GijVgCU2N9w==",
"version": "9.3.4",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz",
"integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==",
"dependencies": {
"@noble/hashes": "1.4.0"
"@noble/hashes": "1.5.0"
},
"funding": {
"url": "https://github.com/hectorm/otpauth?sponsor=1"
@@ -23906,9 +23906,9 @@
}
},
"@noble/hashes": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
"integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg=="
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz",
"integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA=="
},
"@node-rs/bcrypt": {
"version": "1.10.4",
@@ -33739,11 +33739,11 @@
}
},
"otpauth": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.1.tgz",
"integrity": "sha512-E6d2tMxPofHNk4sRFp+kqW7vQ+WJGO9VLI2N/W00DnI+ThskU12Qa10kyNSGklrzhN5c+wRUsN4GijVgCU2N9w==",
"version": "9.3.4",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz",
"integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==",
"requires": {
"@noble/hashes": "1.4.0"
"@noble/hashes": "1.5.0"
}
},
"p-cancelable": {

View File

@@ -48,7 +48,7 @@
"mime": "3.0.0",
"mongodb": "5.9.0",
"mustache": "4.2.0",
"otpauth": "9.3.1",
"otpauth": "9.3.4",
"parse": "5.3.0",
"path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0",