Update dependencies

This commit is contained in:
Darren Clarke 2023-07-19 14:11:47 +00:00 committed by GitHub
parent 8256c22e86
commit 12e1311d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 424 additions and 75 deletions

479
package-lock.json generated
View file

@ -32,18 +32,18 @@
"@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.10.0",
"@mui/x-date-pickers-pro": "^6.10.0",
"@opensearch-project/opensearch": "^2.3.0",
"@opensearch-project/opensearch": "^2.3.1",
"date-fns": "^2.30.0",
"http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^5.0.9",
"next": "13.4.10",
"next-auth": "^4.22.1",
"next-auth": "^4.22.3",
"next-http-proxy-middleware": "^1.2.5",
"nodemailer": "^6.9.3",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-cookie-consent": "^8.0.1",
@ -724,6 +724,14 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"apps/leafcutter/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"apps/leafcutter/node_modules/eslint": {
"version": "8.45.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz",
@ -976,6 +984,41 @@
}
}
},
"apps/leafcutter/node_modules/next-auth": {
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
}
}
},
"apps/leafcutter/node_modules/next-auth/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"apps/leafcutter/node_modules/nodemailer": {
"version": "6.9.3",
"license": "MIT-0",
@ -1135,7 +1178,7 @@
"@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.10.0",
"@mui/x-date-pickers-pro": "^6.10.0",
@ -1144,7 +1187,7 @@
"material-ui-popup-state": "^5.0.9",
"mui-chips-input": "^2.0.2",
"next": "13.4.10",
"next-auth": "^4.22.1",
"next-auth": "^4.22.3",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
@ -1806,6 +1849,14 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"apps/link/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"apps/link/node_modules/eslint": {
"version": "8.45.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz",
@ -2057,6 +2108,33 @@
}
}
},
"apps/link/node_modules/next-auth": {
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
}
}
},
"apps/link/node_modules/p-limit": {
"version": "4.0.0",
"dev": true,
@ -2185,6 +2263,14 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"apps/link/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"apps/link/node_modules/yocto-queue": {
"version": "1.0.0",
"dev": true,
@ -2216,7 +2302,7 @@
"@hapi/wreck": "^18.0.1",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.3.1",
"@whiskeysockets/baileys": "^6.4.0",
"blipp": "^4.0.2",
"camelcase-keys": "^8.0.2",
"expiry-map": "^2.0.0",
@ -2266,16 +2352,18 @@
}
},
"apps/metamigo-api/node_modules/@whiskeysockets/baileys": {
"version": "6.3.1",
"license": "MIT",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@whiskeysockets/baileys/-/baileys-6.4.0.tgz",
"integrity": "sha512-SdCoVpILWX7z2WEe40BwNjMqpI6Guf0gbG80NNfsJBcRcDQIS9pkmazIhTvNKytWZm7BFZR+QNKcBUxdPqdLsQ==",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^9.1.3",
"audio-decode": "^2.1.3",
"axios": "^1.3.3",
"cache-manager": "^5.2.2",
"futoin-hkdf": "^1.5.1",
"libphonenumber-js": "^1.10.20",
"libsignal": "https://github.com/adiwajshing/libsignal-node.git",
"libsignal": "github:adiwajshing/libsignal-node",
"music-metadata": "^7.12.3",
"node-cache": "^5.1.2",
"pino": "^7.0.0",
@ -3176,7 +3264,7 @@
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"next": "13.4.10",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"ra-data-graphql": "^4.12.1",
"ra-i18n-polyglot": "^4.12.1",
"ra-input-rich-text": "^4.12.1",
@ -3428,6 +3516,14 @@
"node": ">=8"
}
},
"apps/metamigo-frontend/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"apps/metamigo-frontend/node_modules/graphql-ws": {
"version": "5.14.0",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.14.0.tgz",
@ -3491,6 +3587,33 @@
}
}
},
"apps/metamigo-frontend/node_modules/next-auth": {
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
}
}
},
"apps/metamigo-frontend/node_modules/ra-input-rich-text": {
"version": "4.11.2",
"license": "MIT",
@ -3569,6 +3692,14 @@
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
}
},
"apps/metamigo-frontend/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"apps/metamigo-worker": {
"name": "@digiresilience/metamigo-worker",
"version": "0.2.0",
@ -5878,6 +6009,11 @@
"resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
"integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
},
"node_modules/@eshaz/web-worker": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@eshaz/web-worker/-/web-worker-1.2.1.tgz",
"integrity": "sha512-v5AKAVtM0toVD2rDCGjzhySWlXG/sG5HVialdzrxFKTAnFZNCjQelX0n2tPK0tE86jf4s3hpWlpRtOh8OObktg=="
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@ -7499,15 +7635,15 @@
}
},
"node_modules/@mui/system": {
"version": "5.14.0",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.14.0.tgz",
"integrity": "sha512-0HZGkX8miJbiNw+rjlZ9l0Cfkz1bSqfSHQH0EH9J+nx0aAm5cBleg9piOlLdCNIWGgecCqsw4x62erGrGjjcJg==",
"version": "5.14.1",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.14.1.tgz",
"integrity": "sha512-u+xlsU34Jdkgx1CxmBnIC4Y08uPdVX5iEd3S/1dggDFtOGp+Lj8xmKRJAQ8PJOOJLOh8pDwaZx4AwXikL4l1QA==",
"dependencies": {
"@babel/runtime": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@mui/private-theming": "^5.13.7",
"@mui/styled-engine": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.7",
"@mui/utils": "^5.14.1",
"clsx": "^1.2.1",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
@ -7551,11 +7687,11 @@
}
},
"node_modules/@mui/utils": {
"version": "5.13.7",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",
"integrity": "sha512-/3BLptG/q0u36eYED7Nhf4fKXmcKb6LjjT7ZMwhZIZSdSxVqDqSTmATW3a56n3KEPQUXCU9TpxAfCBQhs6brVA==",
"version": "5.14.1",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.14.1.tgz",
"integrity": "sha512-39KHKK2JeqRmuUcLDLwM+c2XfVC136C5/yUyQXmO2PVbOb2Bol4KxtkssEqCbTwg87PSCG3f1Tb0keRsK7cVGw==",
"dependencies": {
"@babel/runtime": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@types/prop-types": "^15.7.5",
"@types/react-is": "^18.2.1",
"prop-types": "^15.8.1",
@ -8065,6 +8201,45 @@
"tslib": "^2.4.0"
}
},
"node_modules/@thi.ng/bitstream": {
"version": "2.2.22",
"resolved": "https://registry.npmjs.org/@thi.ng/bitstream/-/bitstream-2.2.22.tgz",
"integrity": "sha512-phKOd7gfDcZfiu5qHr2etak9D1jczY8tW5vojaiAwEwCA09ZkYTuiTlrBJdTGnqjc3//1Kb6O3EQo7two5GlbQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"dependencies": {
"@thi.ng/errors": "^2.2.17"
},
"engines": {
"node": ">=12.7"
}
},
"node_modules/@thi.ng/errors": {
"version": "2.2.17",
"resolved": "https://registry.npmjs.org/@thi.ng/errors/-/errors-2.2.17.tgz",
"integrity": "sha512-gL1KOHVQpSX9e5BDbKzxJcXj+tM2T6dJOxXTJz3nHNSXT6VdEsXCVeLKGUFBkLkA5QsH/nzmgQq7a5vS7cdGTA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"engines": {
"node": ">=12.7"
}
},
"node_modules/@tiptap/core": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.0.3.tgz",
@ -9491,6 +9666,40 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@wasm-audio-decoders/common": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@wasm-audio-decoders/common/-/common-9.0.1.tgz",
"integrity": "sha512-s4KxPsxhD6e+EtjmHPzTmKJSJTEXHGYlBzUGGLN/plV01x3RecybW73nIMtdLLXL8k/zQ8HYFcA6d9lqCJcDjQ==",
"dependencies": {
"@eshaz/web-worker": "1.2.1"
}
},
"node_modules/@wasm-audio-decoders/flac": {
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/@wasm-audio-decoders/flac/-/flac-0.1.12.tgz",
"integrity": "sha512-k4PELVzBu4p4j0YmA2K8VF0GxoWWYqkqa3C29nOikOss1SZLnX2CczfiJCklL9AA/9tlZrvBJz3/nDxXDqR35A==",
"dependencies": {
"@wasm-audio-decoders/common": "9.0.1",
"codec-parser": "2.4.2"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
}
},
"node_modules/@wasm-audio-decoders/ogg-vorbis": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/@wasm-audio-decoders/ogg-vorbis/-/ogg-vorbis-0.1.7.tgz",
"integrity": "sha512-MftO1fJeBRUuDAZfa9Yp/gf+786PWt/JyiFXj+Ntn0mxlKDyPr3pTXx8PvhmO2/s/nabHDhAhiZi4aXzaBEUpg==",
"dependencies": {
"@wasm-audio-decoders/common": "9.0.1",
"codec-parser": "2.4.2"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
}
},
"node_modules/@wry/context": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.3.tgz",
@ -9881,6 +10090,34 @@
"node": ">=4"
}
},
"node_modules/audio-buffer": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/audio-buffer/-/audio-buffer-5.0.0.tgz",
"integrity": "sha512-gsDyj1wwUp8u7NBB+eW6yhLb9ICf+0eBmDX8NGaAS00w8/fLqFdxUlL5Ge/U8kB64DlQhdonxYC59dXy1J7H/w=="
},
"node_modules/audio-decode": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/audio-decode/-/audio-decode-2.1.3.tgz",
"integrity": "sha512-zIPsAjCMv0LkTiZ7BkrU3Pi62m1vru7/ZGIcGgarwnvQKPY06Wu/KQNumU2l1v7KE7ARpoIHh9arRADVDbRpVw==",
"dependencies": {
"@wasm-audio-decoders/flac": "^0.1.8",
"@wasm-audio-decoders/ogg-vorbis": "^0.1.3",
"audio-buffer": "^5.0.0",
"audio-type": "^2.2.0",
"mpg123-decoder": "^0.4.7",
"node-wav": "^0.0.2",
"ogg-opus-decoder": "^1.5.8",
"qoa-format": "^1.0.0"
}
},
"node_modules/audio-type": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/audio-type/-/audio-type-2.2.1.tgz",
"integrity": "sha512-En9AY6EG1qYqEy5L/quryzbA4akBpJrnBZNxeKTqGHC2xT9Qc4aZ8b7CcbOMFTTc/MGdoNyp+SN4zInZNKxMYA==",
"engines": {
"node": ">=14"
}
},
"node_modules/autosuggest-highlight": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/autosuggest-highlight/-/autosuggest-highlight-3.3.4.tgz",
@ -10988,6 +11225,11 @@
"node": ">= 0.12.0"
}
},
"node_modules/codec-parser": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/codec-parser/-/codec-parser-2.4.2.tgz",
"integrity": "sha512-RN6gT8aGdDq4vx//Ln+MRDIKPXA3SpJKsCcQSZ4poF2bZCO4/G0C2Ko/MVNpbJ7Y9ewpzeuLlBx2zH8BpcM4ew=="
},
"node_modules/collect-v8-coverage": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
@ -18095,6 +18337,18 @@
"node": ">=12"
}
},
"node_modules/mpg123-decoder": {
"version": "0.4.8",
"resolved": "https://registry.npmjs.org/mpg123-decoder/-/mpg123-decoder-0.4.8.tgz",
"integrity": "sha512-HXs8vbPjiFM0NOZ45T3C5i7mpYGEYhjH37SnFA907lOb9c93DQL40cDjerxj65IMwAYyPFq1aUjtDOjyR7O0gQ==",
"dependencies": {
"@wasm-audio-decoders/common": "9.0.1"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
}
},
"node_modules/mri": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
@ -18278,49 +18532,6 @@
}
}
},
"node_modules/next-auth": {
"version": "4.22.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz",
"integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
}
}
},
"node_modules/next-auth/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/next-auth/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/next-http-proxy-middleware": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/next-http-proxy-middleware/-/next-http-proxy-middleware-1.2.5.tgz",
@ -18460,6 +18671,24 @@
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
"integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ=="
},
"node_modules/node-wav": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/node-wav/-/node-wav-0.0.2.tgz",
"integrity": "sha512-M6Rm/bbG6De/gKGxOpeOobx/dnGuP0dz40adqx38boqHhlWssBJZgLCPBNtb9NkrmnKYiV04xELq+R6PFOnoLA==",
"engines": {
"node": ">=4.4.0"
}
},
"node_modules/nodemailer": {
"version": "6.9.4",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.4.tgz",
"integrity": "sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA==",
"optional": true,
"peer": true,
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/nodemon": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz",
@ -18742,6 +18971,20 @@
"resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
"integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
},
"node_modules/ogg-opus-decoder": {
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/ogg-opus-decoder/-/ogg-opus-decoder-1.6.4.tgz",
"integrity": "sha512-MYqiJyCZWjIKKRJMXRVi69D3VGbaR/FNCNcINNI5Ec5ZUm5pLyDT6f0cYksU0Hb3ZHXXQIp62VJChYqwk60EMg==",
"dependencies": {
"@wasm-audio-decoders/common": "9.0.1",
"codec-parser": "2.4.2",
"opus-decoder": "0.7.1"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
}
},
"node_modules/oidc-token-hash": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz",
@ -18867,6 +19110,18 @@
"node": ">= 0.8.0"
}
},
"node_modules/opus-decoder": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/opus-decoder/-/opus-decoder-0.7.1.tgz",
"integrity": "sha512-AOFCMKLn7LJm8pOkksY5TsW/6+XmNyh1OQS9gxmdOGHLNYoOBrjSfc0nPNcmUMGEzOrTqZtPi8VJ/ABs2Hndvg==",
"dependencies": {
"@wasm-audio-decoders/common": "9.0.1"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/eshaz"
}
},
"node_modules/orderedmap": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz",
@ -20227,6 +20482,14 @@
}
]
},
"node_modules/qoa-format": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/qoa-format/-/qoa-format-1.0.0.tgz",
"integrity": "sha512-Vjp2aV2x06tHbZesCi2UtISaFdlLzy47Vbt0rNwwdihKFvGtUeFfytdnA8XZYADqWtRbK19+XXeRkv1Stg4qSQ==",
"dependencies": {
"@thi.ng/bitstream": "^2.2.12"
}
},
"node_modules/qr.js": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz",
@ -24706,7 +24969,7 @@
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"joi": "^17.9.2",
"next-auth": "4.22.1"
"next-auth": "4.22.3"
},
"devDependencies": {
"@hapi/basic": "^7.0.2",
@ -24727,6 +24990,49 @@
"@hapi/hoek": "^11.0.2"
}
},
"packages/hapi-nextauth/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"packages/hapi-nextauth/node_modules/next-auth": {
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
}
}
},
"packages/hapi-nextauth/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"packages/hapi-pg-promise": {
"name": "@digiresilience/hapi-pg-promise",
"version": "1.0.0",
@ -24783,7 +25089,7 @@
"http-terminator": "^3.2.0",
"joi": "^17.9.2",
"lodash": "^4.17.21",
"next-auth": "^4.22.1",
"next-auth": "^4.22.3",
"pg-promise": "^11.5.0",
"pino": "^8.14.1",
"pino-pretty": "^10.0.1",
@ -24831,6 +25137,49 @@
"node": ">=16"
}
},
"packages/metamigo-common/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"packages/metamigo-common/node_modules/next-auth": {
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",
"preact-render-to-string": "^5.1.19",
"uuid": "^8.3.2"
},
"peerDependencies": {
"next": "^12.2.5 || ^13",
"nodemailer": "^6.6.5",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"peerDependenciesMeta": {
"nodemailer": {
"optional": true
}
}
},
"packages/metamigo-common/node_modules/next-auth/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"packages/metamigo-config": {
"name": "@digiresilience/metamigo-config",
"version": "0.2.0",