Update dependencies
This commit is contained in:
parent
d666c22bac
commit
7aa75317f5
4 changed files with 315 additions and 304 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
|
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
|
||||||
"@hapi/basic": "^7.0.2",
|
"@hapi/basic": "^7.0.2",
|
||||||
"@hapi/boom": "^10.0.1",
|
"@hapi/boom": "^10.0.1",
|
||||||
|
"@hapi/vision": "^7.0.2",
|
||||||
"@hapi/wreck": "^18.0.1",
|
"@hapi/wreck": "^18.0.1",
|
||||||
"@hapipal/schmervice": "^3.0.0",
|
"@hapipal/schmervice": "^3.0.0",
|
||||||
"@hapipal/toys": "^4.0.0",
|
"@hapipal/toys": "^4.0.0",
|
||||||
|
|
@ -42,7 +43,7 @@
|
||||||
"postgraphile-plugin-connection-filter": "^2.3.0",
|
"postgraphile-plugin-connection-filter": "^2.3.0",
|
||||||
"remeda": "^1.19.0",
|
"remeda": "^1.19.0",
|
||||||
"twilio": "^4.12.0",
|
"twilio": "^4.12.0",
|
||||||
"typeorm": "^0.3.16"
|
"typeorm": "^0.3.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/long": "^4.0.2",
|
"@types/long": "^4.0.2",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"@mui/icons-material": "^5",
|
"@mui/icons-material": "^5",
|
||||||
"@mui/material": "^5",
|
"@mui/material": "^5",
|
||||||
"@mui/styles": "^5",
|
"@mui/styles": "^5",
|
||||||
"@twilio/voice-sdk": "^2.5.0",
|
"@twilio/voice-sdk": "^2.6.0",
|
||||||
"http-proxy-middleware": "^2.0.6",
|
"http-proxy-middleware": "^2.0.6",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"jwks-rsa": "^3.0.1",
|
"jwks-rsa": "^3.0.1",
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"react-digit-input": "^2.1.0",
|
"react-digit-input": "^2.1.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-qr-code": "^2.0.11",
|
"react-qr-code": "^2.0.11",
|
||||||
"react-redux": "^8.1.0",
|
"react-redux": "^8.1.1",
|
||||||
"react-timer-hook": "^3.0.6",
|
"react-timer-hook": "^3.0.6",
|
||||||
"swr": "^2.1.5",
|
"swr": "^2.1.5",
|
||||||
"twilio-client": "^1.15.0"
|
"twilio-client": "^1.15.0"
|
||||||
|
|
|
||||||
4
devcontainer.json
Normal file
4
devcontainer.json
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",
|
||||||
|
"forwardPorts": [3000]
|
||||||
|
}
|
||||||
608
package-lock.json
generated
608
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "link-stack",
|
"name": "link-stack",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0b1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "link-stack",
|
"name": "link-stack",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0b1",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
|
|
@ -1946,6 +1946,7 @@
|
||||||
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
|
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
|
||||||
"@hapi/basic": "^7.0.2",
|
"@hapi/basic": "^7.0.2",
|
||||||
"@hapi/boom": "^10.0.1",
|
"@hapi/boom": "^10.0.1",
|
||||||
|
"@hapi/vision": "^7.0.2",
|
||||||
"@hapi/wreck": "^18.0.1",
|
"@hapi/wreck": "^18.0.1",
|
||||||
"@hapipal/schmervice": "^3.0.0",
|
"@hapipal/schmervice": "^3.0.0",
|
||||||
"@hapipal/toys": "^4.0.0",
|
"@hapipal/toys": "^4.0.0",
|
||||||
|
|
@ -1970,7 +1971,7 @@
|
||||||
"postgraphile-plugin-connection-filter": "^2.3.0",
|
"postgraphile-plugin-connection-filter": "^2.3.0",
|
||||||
"remeda": "^1.19.0",
|
"remeda": "^1.19.0",
|
||||||
"twilio": "^4.12.0",
|
"twilio": "^4.12.0",
|
||||||
"typeorm": "^0.3.16"
|
"typeorm": "^0.3.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/long": "^4.0.2",
|
"@types/long": "^4.0.2",
|
||||||
|
|
@ -2071,20 +2072,91 @@
|
||||||
"version": "9.3.0",
|
"version": "9.3.0",
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/ansi-styles": {
|
||||||
|
"version": "4.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
||||||
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
||||||
|
"dependencies": {
|
||||||
|
"color-convert": "^2.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/brace-expansion": {
|
"apps/metamigo-api/node_modules/brace-expansion": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"balanced-match": "^1.0.0"
|
"balanced-match": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/cliui": {
|
||||||
|
"version": "8.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
||||||
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"string-width": "^4.2.0",
|
||||||
|
"strip-ansi": "^6.0.1",
|
||||||
|
"wrap-ansi": "^7.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apps/metamigo-api/node_modules/color-convert": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"color-name": "~1.1.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=7.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apps/metamigo-api/node_modules/color-name": {
|
||||||
|
"version": "1.1.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
||||||
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/commander": {
|
"apps/metamigo-api/node_modules/commander": {
|
||||||
"version": "2.20.3",
|
"version": "2.20.3",
|
||||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
||||||
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/glob": {
|
||||||
|
"version": "8.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
||||||
|
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"fs.realpath": "^1.0.0",
|
||||||
|
"inflight": "^1.0.4",
|
||||||
|
"inherits": "2",
|
||||||
|
"minimatch": "^5.0.1",
|
||||||
|
"once": "^1.3.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/isaacs"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apps/metamigo-api/node_modules/glob/node_modules/minimatch": {
|
||||||
|
"version": "5.1.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
||||||
|
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
||||||
|
"dependencies": {
|
||||||
|
"brace-expansion": "^2.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/graphile-build": {
|
"apps/metamigo-api/node_modules/graphile-build": {
|
||||||
"version": "4.13.0",
|
"version": "4.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/graphile-build/-/graphile-build-4.13.0.tgz",
|
"resolved": "https://registry.npmjs.org/graphile-build/-/graphile-build-4.13.0.tgz",
|
||||||
|
|
@ -2149,6 +2221,14 @@
|
||||||
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.2.tgz",
|
||||||
"integrity": "sha512-aKmlCO57XFZ26wso4rJsW4oTUnrgTFw2jh3io7CAtO9w4UltBNwRXvXIVzzyfkaaLRo3nluP/19msA8vDUUuKw=="
|
"integrity": "sha512-aKmlCO57XFZ26wso4rJsW4oTUnrgTFw2jh3io7CAtO9w4UltBNwRXvXIVzzyfkaaLRo3nluP/19msA8vDUUuKw=="
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/has-flag": {
|
||||||
|
"version": "4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
||||||
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/minimatch": {
|
"apps/metamigo-api/node_modules/minimatch": {
|
||||||
"version": "9.0.1",
|
"version": "9.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
|
||||||
|
|
@ -2164,6 +2244,20 @@
|
||||||
"url": "https://github.com/sponsors/isaacs"
|
"url": "https://github.com/sponsors/isaacs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/mkdirp": {
|
||||||
|
"version": "2.1.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.6.tgz",
|
||||||
|
"integrity": "sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==",
|
||||||
|
"bin": {
|
||||||
|
"mkdirp": "dist/cjs/src/bin.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/isaacs"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/on-exit-leak-free": {
|
"apps/metamigo-api/node_modules/on-exit-leak-free": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
|
@ -2346,6 +2440,17 @@
|
||||||
"atomic-sleep": "^1.0.0"
|
"atomic-sleep": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/supports-color": {
|
||||||
|
"version": "7.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
||||||
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
||||||
|
"dependencies": {
|
||||||
|
"has-flag": "^4.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/swagger-ui-dist": {
|
"apps/metamigo-api/node_modules/swagger-ui-dist": {
|
||||||
"version": "5.1.0",
|
"version": "5.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.1.0.tgz",
|
||||||
|
|
@ -2405,6 +2510,126 @@
|
||||||
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x"
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/typeorm": {
|
||||||
|
"version": "0.3.17",
|
||||||
|
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.17.tgz",
|
||||||
|
"integrity": "sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==",
|
||||||
|
"dependencies": {
|
||||||
|
"@sqltools/formatter": "^1.2.5",
|
||||||
|
"app-root-path": "^3.1.0",
|
||||||
|
"buffer": "^6.0.3",
|
||||||
|
"chalk": "^4.1.2",
|
||||||
|
"cli-highlight": "^2.1.11",
|
||||||
|
"date-fns": "^2.29.3",
|
||||||
|
"debug": "^4.3.4",
|
||||||
|
"dotenv": "^16.0.3",
|
||||||
|
"glob": "^8.1.0",
|
||||||
|
"mkdirp": "^2.1.3",
|
||||||
|
"reflect-metadata": "^0.1.13",
|
||||||
|
"sha.js": "^2.4.11",
|
||||||
|
"tslib": "^2.5.0",
|
||||||
|
"uuid": "^9.0.0",
|
||||||
|
"yargs": "^17.6.2"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"typeorm": "cli.js",
|
||||||
|
"typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
|
||||||
|
"typeorm-ts-node-esm": "cli-ts-node-esm.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.9.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://opencollective.com/typeorm"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@google-cloud/spanner": "^5.18.0",
|
||||||
|
"@sap/hana-client": "^2.12.25",
|
||||||
|
"better-sqlite3": "^7.1.2 || ^8.0.0",
|
||||||
|
"hdb-pool": "^0.1.6",
|
||||||
|
"ioredis": "^5.0.4",
|
||||||
|
"mongodb": "^5.2.0",
|
||||||
|
"mssql": "^9.1.1",
|
||||||
|
"mysql2": "^2.2.5 || ^3.0.1",
|
||||||
|
"oracledb": "^5.1.0",
|
||||||
|
"pg": "^8.5.1",
|
||||||
|
"pg-native": "^3.0.0",
|
||||||
|
"pg-query-stream": "^4.0.0",
|
||||||
|
"redis": "^3.1.1 || ^4.0.0",
|
||||||
|
"sql.js": "^1.4.0",
|
||||||
|
"sqlite3": "^5.0.3",
|
||||||
|
"ts-node": "^10.7.0",
|
||||||
|
"typeorm-aurora-data-api-driver": "^2.0.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@google-cloud/spanner": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@sap/hana-client": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"better-sqlite3": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"hdb-pool": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"ioredis": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"mongodb": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"mssql": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"mysql2": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"oracledb": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"pg": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"pg-native": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"pg-query-stream": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"redis": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"sql.js": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"sqlite3": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"ts-node": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"typeorm-aurora-data-api-driver": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apps/metamigo-api/node_modules/typeorm/node_modules/chalk": {
|
||||||
|
"version": "4.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||||
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
||||||
|
"dependencies": {
|
||||||
|
"ansi-styles": "^4.1.0",
|
||||||
|
"supports-color": "^7.1.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/typescript": {
|
"apps/metamigo-api/node_modules/typescript": {
|
||||||
"version": "5.1.3",
|
"version": "5.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
|
||||||
|
|
@ -2418,6 +2643,22 @@
|
||||||
"node": ">=14.17"
|
"node": ">=14.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/wrap-ansi": {
|
||||||
|
"version": "7.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
||||||
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
||||||
|
"dependencies": {
|
||||||
|
"ansi-styles": "^4.0.0",
|
||||||
|
"string-width": "^4.1.0",
|
||||||
|
"strip-ansi": "^6.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/ws": {
|
"apps/metamigo-api/node_modules/ws": {
|
||||||
"version": "8.13.0",
|
"version": "8.13.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -2437,11 +2678,44 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/y18n": {
|
||||||
|
"version": "5.0.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
||||||
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-api/node_modules/yallist": {
|
"apps/metamigo-api/node_modules/yallist": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
||||||
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-api/node_modules/yargs": {
|
||||||
|
"version": "17.7.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
||||||
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
||||||
|
"dependencies": {
|
||||||
|
"cliui": "^8.0.1",
|
||||||
|
"escalade": "^3.1.1",
|
||||||
|
"get-caller-file": "^2.0.5",
|
||||||
|
"require-directory": "^2.1.1",
|
||||||
|
"string-width": "^4.2.3",
|
||||||
|
"y18n": "^5.0.5",
|
||||||
|
"yargs-parser": "^21.1.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apps/metamigo-api/node_modules/yargs-parser": {
|
||||||
|
"version": "21.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
||||||
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-cli": {
|
"apps/metamigo-cli": {
|
||||||
"name": "@digiresilience/metamigo-cli",
|
"name": "@digiresilience/metamigo-cli",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
|
|
@ -2611,7 +2885,7 @@
|
||||||
"@mui/icons-material": "^5",
|
"@mui/icons-material": "^5",
|
||||||
"@mui/material": "^5",
|
"@mui/material": "^5",
|
||||||
"@mui/styles": "^5",
|
"@mui/styles": "^5",
|
||||||
"@twilio/voice-sdk": "^2.5.0",
|
"@twilio/voice-sdk": "^2.6.0",
|
||||||
"http-proxy-middleware": "^2.0.6",
|
"http-proxy-middleware": "^2.0.6",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"jwks-rsa": "^3.0.1",
|
"jwks-rsa": "^3.0.1",
|
||||||
|
|
@ -2627,7 +2901,7 @@
|
||||||
"react-digit-input": "^2.1.0",
|
"react-digit-input": "^2.1.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-qr-code": "^2.0.11",
|
"react-qr-code": "^2.0.11",
|
||||||
"react-redux": "^8.1.0",
|
"react-redux": "^8.1.1",
|
||||||
"react-timer-hook": "^3.0.6",
|
"react-timer-hook": "^3.0.6",
|
||||||
"swr": "^2.1.5",
|
"swr": "^2.1.5",
|
||||||
"twilio-client": "^1.15.0"
|
"twilio-client": "^1.15.0"
|
||||||
|
|
@ -2834,6 +3108,22 @@
|
||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/metamigo-frontend/node_modules/@twilio/voice-sdk": {
|
||||||
|
"version": "2.6.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@twilio/voice-sdk/-/voice-sdk-2.6.0.tgz",
|
||||||
|
"integrity": "sha512-gL4WEfHfF2F4EiY1mAhbcjNyacET8/pMb/CpmqcJ2XWMyn6C7aiW6YvQswcwEkY6j6VnowhbWHilsUUNxZJBOg==",
|
||||||
|
"dependencies": {
|
||||||
|
"@twilio/voice-errors": "1.3.1",
|
||||||
|
"@types/md5": "2.3.2",
|
||||||
|
"events": "3.3.0",
|
||||||
|
"loglevel": "1.6.7",
|
||||||
|
"md5": "2.3.0",
|
||||||
|
"rtcpeerconnection-shim": "1.2.8"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/metamigo-frontend/node_modules/@types/react": {
|
"apps/metamigo-frontend/node_modules/@types/react": {
|
||||||
"version": "18.2.13",
|
"version": "18.2.13",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
||||||
|
|
@ -6049,6 +6339,17 @@
|
||||||
"@hapi/hoek": "^11.0.2"
|
"@hapi/hoek": "^11.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@hapi/vision": {
|
||||||
|
"version": "7.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@hapi/vision/-/vision-7.0.2.tgz",
|
||||||
|
"integrity": "sha512-8iB3suOOuckcFJhEdtYF8NZexG0f6ey9alUGEZQQKmEyTVsYaG6t+WusgNjpLGCSY0SBdAh/8e8OgDnOgh8usg==",
|
||||||
|
"dependencies": {
|
||||||
|
"@hapi/boom": "^10.0.1",
|
||||||
|
"@hapi/bounce": "^3.0.1",
|
||||||
|
"@hapi/hoek": "^11.0.2",
|
||||||
|
"@hapi/validate": "^2.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@hapi/wreck": {
|
"node_modules/@hapi/wreck": {
|
||||||
"version": "18.0.1",
|
"version": "18.0.1",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
|
@ -8132,24 +8433,6 @@
|
||||||
"version": "1.3.1",
|
"version": "1.3.1",
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
},
|
},
|
||||||
"node_modules/@twilio/voice-sdk": {
|
|
||||||
"version": "2.5.0",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"dependencies": {
|
|
||||||
"@twilio/audioplayer": "1.0.6",
|
|
||||||
"@twilio/voice-errors": "1.3.1",
|
|
||||||
"@types/md5": "2.3.2",
|
|
||||||
"backoff": "2.5.0",
|
|
||||||
"loglevel": "1.6.7",
|
|
||||||
"md5": "2.3.0",
|
|
||||||
"rtcpeerconnection-shim": "1.2.8",
|
|
||||||
"ws": "7.4.6",
|
|
||||||
"xmlhttprequest": "1.8.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@types/babel__core": {
|
"node_modules/@types/babel__core": {
|
||||||
"version": "7.20.1",
|
"version": "7.20.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -21195,272 +21478,6 @@
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typeorm": {
|
|
||||||
"version": "0.3.16",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"@sqltools/formatter": "^1.2.5",
|
|
||||||
"app-root-path": "^3.1.0",
|
|
||||||
"buffer": "^6.0.3",
|
|
||||||
"chalk": "^4.1.2",
|
|
||||||
"cli-highlight": "^2.1.11",
|
|
||||||
"date-fns": "^2.29.3",
|
|
||||||
"debug": "^4.3.4",
|
|
||||||
"dotenv": "^16.0.3",
|
|
||||||
"glob": "^8.1.0",
|
|
||||||
"mkdirp": "^2.1.3",
|
|
||||||
"reflect-metadata": "^0.1.13",
|
|
||||||
"sha.js": "^2.4.11",
|
|
||||||
"tslib": "^2.5.0",
|
|
||||||
"uuid": "^9.0.0",
|
|
||||||
"yargs": "^17.6.2"
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"typeorm": "cli.js",
|
|
||||||
"typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
|
|
||||||
"typeorm-ts-node-esm": "cli-ts-node-esm.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 12.9.0"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://opencollective.com/typeorm"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@google-cloud/spanner": "^5.18.0",
|
|
||||||
"@sap/hana-client": "^2.12.25",
|
|
||||||
"better-sqlite3": "^7.1.2 || ^8.0.0",
|
|
||||||
"hdb-pool": "^0.1.6",
|
|
||||||
"ioredis": "^5.0.4",
|
|
||||||
"mongodb": "^5.2.0",
|
|
||||||
"mssql": "^9.1.1",
|
|
||||||
"mysql2": "^2.2.5 || ^3.0.1",
|
|
||||||
"oracledb": "^5.1.0",
|
|
||||||
"pg": "^8.5.1",
|
|
||||||
"pg-native": "^3.0.0",
|
|
||||||
"pg-query-stream": "^4.0.0",
|
|
||||||
"redis": "^3.1.1 || ^4.0.0",
|
|
||||||
"sql.js": "^1.4.0",
|
|
||||||
"sqlite3": "^5.0.3",
|
|
||||||
"ts-node": "^10.7.0",
|
|
||||||
"typeorm-aurora-data-api-driver": "^2.0.0"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"@google-cloud/spanner": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"@sap/hana-client": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"better-sqlite3": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"hdb-pool": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"ioredis": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"mongodb": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"mssql": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"mysql2": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"oracledb": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"pg": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"pg-native": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"pg-query-stream": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"redis": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"sql.js": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"sqlite3": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"ts-node": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"typeorm-aurora-data-api-driver": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/ansi-styles": {
|
|
||||||
"version": "4.3.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"color-convert": "^2.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/brace-expansion": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"balanced-match": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/chalk": {
|
|
||||||
"version": "4.1.2",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-styles": "^4.1.0",
|
|
||||||
"supports-color": "^7.1.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/cliui": {
|
|
||||||
"version": "8.0.1",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"string-width": "^4.2.0",
|
|
||||||
"strip-ansi": "^6.0.1",
|
|
||||||
"wrap-ansi": "^7.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/color-convert": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"color-name": "~1.1.4"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=7.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/color-name": {
|
|
||||||
"version": "1.1.4",
|
|
||||||
"license": "MIT"
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/glob": {
|
|
||||||
"version": "8.1.0",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"fs.realpath": "^1.0.0",
|
|
||||||
"inflight": "^1.0.4",
|
|
||||||
"inherits": "2",
|
|
||||||
"minimatch": "^5.0.1",
|
|
||||||
"once": "^1.3.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/isaacs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/has-flag": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/minimatch": {
|
|
||||||
"version": "5.1.6",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"brace-expansion": "^2.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/mkdirp": {
|
|
||||||
"version": "2.1.6",
|
|
||||||
"license": "MIT",
|
|
||||||
"bin": {
|
|
||||||
"mkdirp": "dist/cjs/src/bin.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/isaacs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/supports-color": {
|
|
||||||
"version": "7.2.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"has-flag": "^4.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/wrap-ansi": {
|
|
||||||
"version": "7.0.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-styles": "^4.0.0",
|
|
||||||
"string-width": "^4.1.0",
|
|
||||||
"strip-ansi": "^6.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/y18n": {
|
|
||||||
"version": "5.0.8",
|
|
||||||
"license": "ISC",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/yargs": {
|
|
||||||
"version": "17.7.2",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"cliui": "^8.0.1",
|
|
||||||
"escalade": "^3.1.1",
|
|
||||||
"get-caller-file": "^2.0.5",
|
|
||||||
"require-directory": "^2.1.1",
|
|
||||||
"string-width": "^4.2.3",
|
|
||||||
"y18n": "^5.0.5",
|
|
||||||
"yargs-parser": "^21.1.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typeorm/node_modules/yargs-parser": {
|
|
||||||
"version": "21.1.1",
|
|
||||||
"license": "ISC",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.0.4",
|
"version": "5.0.4",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
@ -24031,17 +24048,6 @@
|
||||||
"typescript": "^5.1.3"
|
"typescript": "^5.1.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/metamigo-common/node_modules/@hapi/vision": {
|
|
||||||
"version": "7.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/@hapi/vision/-/vision-7.0.2.tgz",
|
|
||||||
"integrity": "sha512-8iB3suOOuckcFJhEdtYF8NZexG0f6ey9alUGEZQQKmEyTVsYaG6t+WusgNjpLGCSY0SBdAh/8e8OgDnOgh8usg==",
|
|
||||||
"dependencies": {
|
|
||||||
"@hapi/boom": "^10.0.1",
|
|
||||||
"@hapi/bounce": "^3.0.1",
|
|
||||||
"@hapi/hoek": "^11.0.2",
|
|
||||||
"@hapi/validate": "^2.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"packages/metamigo-common/node_modules/@types/convict": {
|
"packages/metamigo-common/node_modules/@types/convict": {
|
||||||
"version": "6.1.2",
|
"version": "6.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@types/convict/-/convict-6.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@types/convict/-/convict-6.1.2.tgz",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue