update openid-client to 5.7.1

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2024-11-26 17:52:59 +00:00
parent dbb5b4ba11
commit 462c383b77
2 changed files with 11 additions and 7 deletions

14
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "meshcentral",
"version": "1.1.32",
"version": "1.1.33",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meshcentral",
"version": "1.1.32",
"version": "1.1.33",
"license": "Apache-2.0",
"dependencies": {
"@yetzt/nedb": "1.8.0",
@@ -61,12 +61,14 @@
"node_modules/@yetzt/binary-search-tree": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@yetzt/binary-search-tree/-/binary-search-tree-0.2.6.tgz",
"integrity": "sha512-e/8wt8AAumI8VK5sv09b3IgWuRoblXJ5z0SQYfrL2nap89oKihvVaP1zy3FzD5NaeRi1X0gdXZA9lB3QAZILBg=="
"integrity": "sha512-e/8wt8AAumI8VK5sv09b3IgWuRoblXJ5z0SQYfrL2nap89oKihvVaP1zy3FzD5NaeRi1X0gdXZA9lB3QAZILBg==",
"license": "MIT"
},
"node_modules/@yetzt/nedb": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@yetzt/nedb/-/nedb-1.8.0.tgz",
"integrity": "sha512-1hUV/eIPSCRb4Vs9dgLekBCCawWNtf29immIF9kvzxnnnEoWgyFSDZgFvlFCiQ3Bzo8ifXn92HDS3l9fNvmtzA==",
"license": "MIT",
"dependencies": {
"@yetzt/binary-search-tree": "^0.2.6",
"async": "^3.2.0",
@@ -1206,6 +1208,7 @@
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"license": "MIT",
"bin": {
"mkdirp": "bin/cmd.js"
},
@@ -1871,7 +1874,8 @@
"node_modules/underscore": {
"version": "1.13.7",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==",
"license": "MIT"
},
"node_modules/unpipe": {
"version": "1.0.0",
@@ -2056,4 +2060,4 @@
}
}
}
}
}