update packages

This commit is contained in:
HF 2022-09-11 12:38:10 +02:00
parent 971531a3f6
commit 93e756cf15
2 changed files with 67 additions and 65 deletions

124
package-lock.json generated
View File

@ -35,20 +35,20 @@
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"react-stay-scrolled": "^8.0.0", "react-stay-scrolled": "^8.0.0",
"react-toggle": "^4.1.3", "react-toggle": "^4.1.3",
"redis": "^4.2.0", "redis": "^4.3.1",
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1", "redux-thunk": "^2.4.1",
"reselect": "^4.1.6", "reselect": "^4.1.6",
"sequelize": "^6.21.3", "sequelize": "^6.21.6",
"sharp": "^0.30.7", "sharp": "^0.31.0",
"startaudiocontext": "^1.2.1", "startaudiocontext": "^1.2.1",
"three": "^0.143.0", "three": "^0.143.0",
"three-trackballcontrols": "^0.9.0", "three-trackballcontrols": "^0.9.0",
"ttag": "^1.7.24", "ttag": "^1.7.24",
"url-search-params-polyfill": "^8.1.1", "url-search-params-polyfill": "^8.1.1",
"whoiser": "^1.13.1", "whoiser": "^1.13.1",
"winston": "^3.8.1", "winston": "^3.8.2",
"winston-daily-rotate-file": "^4.5.5", "winston-daily-rotate-file": "^4.5.5",
"ws": "^8.4.0" "ws": "^8.4.0"
}, },
@ -2386,9 +2386,9 @@
} }
}, },
"node_modules/@redis/client": { "node_modules/@redis/client": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@redis/client/-/client-1.3.0.tgz",
"integrity": "sha512-a8Nlw5fv2EIAFJxTDSSDVUT7yfBGpZO96ybZXzQpgkyLg/dxtQ1uiwTc0EGfzg1mrPjZokeBSEGTbGXekqTNOg==", "integrity": "sha512-XCFV60nloXAefDsPnYMjHGtvbtHR8fV5Om8cQ0JYqTNbWcQo/4AryzJ2luRj4blveWazRK/j40gES8M7Cp6cfQ==",
"dependencies": { "dependencies": {
"cluster-key-slot": "1.1.0", "cluster-key-slot": "1.1.0",
"generic-pool": "3.8.2", "generic-pool": "3.8.2",
@ -2407,17 +2407,17 @@
} }
}, },
"node_modules/@redis/json": { "node_modules/@redis/json": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/@redis/json/-/json-1.0.3.tgz", "resolved": "https://registry.npmjs.org/@redis/json/-/json-1.0.4.tgz",
"integrity": "sha512-4X0Qv0BzD9Zlb0edkUoau5c1bInWSICqXAGrpwEltkncUwcxJIGEcVryZhLgb0p/3PkKaLIWkjhHRtLe9yiA7Q==", "integrity": "sha512-LUZE2Gdrhg0Rx7AN+cZkb1e6HjoSKaeeW8rYnt89Tly13GBI5eP4CwDVr+MY8BAYfCg4/N15OUrtLoona9uSgw==",
"peerDependencies": { "peerDependencies": {
"@redis/client": "^1.0.0" "@redis/client": "^1.0.0"
} }
}, },
"node_modules/@redis/search": { "node_modules/@redis/search": {
"version": "1.0.6", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@redis/search/-/search-1.0.6.tgz", "resolved": "https://registry.npmjs.org/@redis/search/-/search-1.1.0.tgz",
"integrity": "sha512-pP+ZQRis5P21SD6fjyCeLcQdps+LuTzp2wdUbzxEmNhleighDDTD5ck8+cYof+WLec4csZX7ks+BuoMw0RaZrA==", "integrity": "sha512-NyFZEVnxIJEybpy+YskjgOJRNsfTYqaPbK/Buv6W2kmFNaRk85JiqjJZA5QkRmWvGbyQYwoO5QfDi2wHskKrQQ==",
"peerDependencies": { "peerDependencies": {
"@redis/client": "^1.0.0" "@redis/client": "^1.0.0"
} }
@ -8903,15 +8903,15 @@
} }
}, },
"node_modules/redis": { "node_modules/redis": {
"version": "4.2.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.2.0.tgz", "resolved": "https://registry.npmjs.org/redis/-/redis-4.3.1.tgz",
"integrity": "sha512-bCR0gKVhIXFg8zCQjXEANzgI01DDixtPZgIUZHBCmwqixnu+MK3Tb2yqGjh+HCLASQVVgApiwhNkv+FoedZOGQ==", "integrity": "sha512-cM7yFU5CA6zyCF7N/+SSTcSJQSRMEKN0k0Whhu6J7n9mmXRoXugfWDBo5iOzGwABmsWKSwGPTU5J4Bxbl+0mrA==",
"dependencies": { "dependencies": {
"@redis/bloom": "1.0.2", "@redis/bloom": "1.0.2",
"@redis/client": "1.2.0", "@redis/client": "1.3.0",
"@redis/graph": "1.0.1", "@redis/graph": "1.0.1",
"@redis/json": "1.0.3", "@redis/json": "1.0.4",
"@redis/search": "1.0.6", "@redis/search": "1.1.0",
"@redis/time-series": "1.0.3" "@redis/time-series": "1.0.3"
} }
}, },
@ -9134,9 +9134,9 @@
} }
}, },
"node_modules/retry-as-promised": { "node_modules/retry-as-promised": {
"version": "5.0.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-5.0.0.tgz", "resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-6.1.0.tgz",
"integrity": "sha512-6S+5LvtTl2ggBumk04hBo/4Uf6fRJUwIgunGZ7CYEBCeufGFW1Pu6ucUf/UskHeWOIsUcLOGLFXPig5tR5V1nA==" "integrity": "sha512-Hj/jY+wFC+SB9SDlIIFWiGOHnNG0swYbGYsOj2BJ8u2HKUaobNKab0OIC0zOLYzDy0mb7A4xA5BMo4LMz5YtEA=="
}, },
"node_modules/reusify": { "node_modules/reusify": {
"version": "1.0.4", "version": "1.0.4",
@ -9301,9 +9301,9 @@
"integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q==" "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
}, },
"node_modules/sequelize": { "node_modules/sequelize": {
"version": "6.21.3", "version": "6.21.6",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.3.tgz", "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.6.tgz",
"integrity": "sha512-cJPrTTVCofUxaaNKoIETiXCYh2xJ+OFq5jMHJQqftp34M4kNoLpTfUMPSwYtRUeTcSh1/5HodfJXIBi7troIFA==", "integrity": "sha512-dM3VqyhdCznAv2HY0zIdeFLTEt+Jnv54o6UaBm0pFGB+Ke9ax5AxBeF4BD9vwiON0gBk+ZJ8WZHQSnIq/POuvA==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -9320,7 +9320,7 @@
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
"pg-connection-string": "^2.5.0", "pg-connection-string": "^2.5.0",
"retry-as-promised": "^5.0.0", "retry-as-promised": "^6.1.0",
"semver": "^7.3.5", "semver": "^7.3.5",
"sequelize-pool": "^7.1.0", "sequelize-pool": "^7.1.0",
"toposort-class": "^1.0.1", "toposort-class": "^1.0.1",
@ -9426,9 +9426,9 @@
} }
}, },
"node_modules/sharp": { "node_modules/sharp": {
"version": "0.30.7", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.0.tgz",
"integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==", "integrity": "sha512-ft96f8WzGxavg0rkLpMw90MTPMUZDyf0tHjPPh8Ob59xt6KzX8EqtotcqZGUm7kwqpX2pmYiyYX2LL0IZ/FDEw==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"color": "^4.2.3", "color": "^4.2.3",
@ -9441,7 +9441,7 @@
"tunnel-agent": "^0.6.0" "tunnel-agent": "^0.6.0"
}, },
"engines": { "engines": {
"node": ">=12.13.0" "node": ">=14.15.0"
}, },
"funding": { "funding": {
"url": "https://opencollective.com/libvips" "url": "https://opencollective.com/libvips"
@ -10897,10 +10897,11 @@
"dev": true "dev": true
}, },
"node_modules/winston": { "node_modules/winston": {
"version": "3.8.1", "version": "3.8.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
"dependencies": { "dependencies": {
"@colors/colors": "1.5.0",
"@dabh/diagnostics": "^2.0.2", "@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3", "async": "^3.2.3",
"is-stream": "^2.0.0", "is-stream": "^2.0.0",
@ -12782,9 +12783,9 @@
"requires": {} "requires": {}
}, },
"@redis/client": { "@redis/client": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@redis/client/-/client-1.3.0.tgz",
"integrity": "sha512-a8Nlw5fv2EIAFJxTDSSDVUT7yfBGpZO96ybZXzQpgkyLg/dxtQ1uiwTc0EGfzg1mrPjZokeBSEGTbGXekqTNOg==", "integrity": "sha512-XCFV60nloXAefDsPnYMjHGtvbtHR8fV5Om8cQ0JYqTNbWcQo/4AryzJ2luRj4blveWazRK/j40gES8M7Cp6cfQ==",
"requires": { "requires": {
"cluster-key-slot": "1.1.0", "cluster-key-slot": "1.1.0",
"generic-pool": "3.8.2", "generic-pool": "3.8.2",
@ -12798,15 +12799,15 @@
"requires": {} "requires": {}
}, },
"@redis/json": { "@redis/json": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/@redis/json/-/json-1.0.3.tgz", "resolved": "https://registry.npmjs.org/@redis/json/-/json-1.0.4.tgz",
"integrity": "sha512-4X0Qv0BzD9Zlb0edkUoau5c1bInWSICqXAGrpwEltkncUwcxJIGEcVryZhLgb0p/3PkKaLIWkjhHRtLe9yiA7Q==", "integrity": "sha512-LUZE2Gdrhg0Rx7AN+cZkb1e6HjoSKaeeW8rYnt89Tly13GBI5eP4CwDVr+MY8BAYfCg4/N15OUrtLoona9uSgw==",
"requires": {} "requires": {}
}, },
"@redis/search": { "@redis/search": {
"version": "1.0.6", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@redis/search/-/search-1.0.6.tgz", "resolved": "https://registry.npmjs.org/@redis/search/-/search-1.1.0.tgz",
"integrity": "sha512-pP+ZQRis5P21SD6fjyCeLcQdps+LuTzp2wdUbzxEmNhleighDDTD5ck8+cYof+WLec4csZX7ks+BuoMw0RaZrA==", "integrity": "sha512-NyFZEVnxIJEybpy+YskjgOJRNsfTYqaPbK/Buv6W2kmFNaRk85JiqjJZA5QkRmWvGbyQYwoO5QfDi2wHskKrQQ==",
"requires": {} "requires": {}
}, },
"@redis/time-series": { "@redis/time-series": {
@ -17718,15 +17719,15 @@
} }
}, },
"redis": { "redis": {
"version": "4.2.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.2.0.tgz", "resolved": "https://registry.npmjs.org/redis/-/redis-4.3.1.tgz",
"integrity": "sha512-bCR0gKVhIXFg8zCQjXEANzgI01DDixtPZgIUZHBCmwqixnu+MK3Tb2yqGjh+HCLASQVVgApiwhNkv+FoedZOGQ==", "integrity": "sha512-cM7yFU5CA6zyCF7N/+SSTcSJQSRMEKN0k0Whhu6J7n9mmXRoXugfWDBo5iOzGwABmsWKSwGPTU5J4Bxbl+0mrA==",
"requires": { "requires": {
"@redis/bloom": "1.0.2", "@redis/bloom": "1.0.2",
"@redis/client": "1.2.0", "@redis/client": "1.3.0",
"@redis/graph": "1.0.1", "@redis/graph": "1.0.1",
"@redis/json": "1.0.3", "@redis/json": "1.0.4",
"@redis/search": "1.0.6", "@redis/search": "1.1.0",
"@redis/time-series": "1.0.3" "@redis/time-series": "1.0.3"
} }
}, },
@ -17901,9 +17902,9 @@
} }
}, },
"retry-as-promised": { "retry-as-promised": {
"version": "5.0.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-5.0.0.tgz", "resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-6.1.0.tgz",
"integrity": "sha512-6S+5LvtTl2ggBumk04hBo/4Uf6fRJUwIgunGZ7CYEBCeufGFW1Pu6ucUf/UskHeWOIsUcLOGLFXPig5tR5V1nA==" "integrity": "sha512-Hj/jY+wFC+SB9SDlIIFWiGOHnNG0swYbGYsOj2BJ8u2HKUaobNKab0OIC0zOLYzDy0mb7A4xA5BMo4LMz5YtEA=="
}, },
"reusify": { "reusify": {
"version": "1.0.4", "version": "1.0.4",
@ -18030,9 +18031,9 @@
"integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q==" "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
}, },
"sequelize": { "sequelize": {
"version": "6.21.3", "version": "6.21.6",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.3.tgz", "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.6.tgz",
"integrity": "sha512-cJPrTTVCofUxaaNKoIETiXCYh2xJ+OFq5jMHJQqftp34M4kNoLpTfUMPSwYtRUeTcSh1/5HodfJXIBi7troIFA==", "integrity": "sha512-dM3VqyhdCznAv2HY0zIdeFLTEt+Jnv54o6UaBm0pFGB+Ke9ax5AxBeF4BD9vwiON0gBk+ZJ8WZHQSnIq/POuvA==",
"requires": { "requires": {
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"@types/validator": "^13.7.1", "@types/validator": "^13.7.1",
@ -18043,7 +18044,7 @@
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
"pg-connection-string": "^2.5.0", "pg-connection-string": "^2.5.0",
"retry-as-promised": "^5.0.0", "retry-as-promised": "^6.1.0",
"semver": "^7.3.5", "semver": "^7.3.5",
"sequelize-pool": "^7.1.0", "sequelize-pool": "^7.1.0",
"toposort-class": "^1.0.1", "toposort-class": "^1.0.1",
@ -18107,9 +18108,9 @@
} }
}, },
"sharp": { "sharp": {
"version": "0.30.7", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.31.0.tgz",
"integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==", "integrity": "sha512-ft96f8WzGxavg0rkLpMw90MTPMUZDyf0tHjPPh8Ob59xt6KzX8EqtotcqZGUm7kwqpX2pmYiyYX2LL0IZ/FDEw==",
"requires": { "requires": {
"color": "^4.2.3", "color": "^4.2.3",
"detect-libc": "^2.0.1", "detect-libc": "^2.0.1",
@ -19197,10 +19198,11 @@
"dev": true "dev": true
}, },
"winston": { "winston": {
"version": "3.8.1", "version": "3.8.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
"requires": { "requires": {
"@colors/colors": "1.5.0",
"@dabh/diagnostics": "^2.0.2", "@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3", "async": "^3.2.3",
"is-stream": "^2.0.0", "is-stream": "^2.0.0",

View File

@ -49,20 +49,20 @@
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"react-stay-scrolled": "^8.0.0", "react-stay-scrolled": "^8.0.0",
"react-toggle": "^4.1.3", "react-toggle": "^4.1.3",
"redis": "^4.2.0", "redis": "^4.3.1",
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1", "redux-thunk": "^2.4.1",
"reselect": "^4.1.6", "reselect": "^4.1.6",
"sequelize": "^6.21.3", "sequelize": "^6.21.6",
"sharp": "^0.30.7", "sharp": "^0.31.0",
"startaudiocontext": "^1.2.1", "startaudiocontext": "^1.2.1",
"three": "^0.143.0", "three": "^0.143.0",
"three-trackballcontrols": "^0.9.0", "three-trackballcontrols": "^0.9.0",
"ttag": "^1.7.24", "ttag": "^1.7.24",
"url-search-params-polyfill": "^8.1.1", "url-search-params-polyfill": "^8.1.1",
"whoiser": "^1.13.1", "whoiser": "^1.13.1",
"winston": "^3.8.1", "winston": "^3.8.2",
"winston-daily-rotate-file": "^4.5.5", "winston-daily-rotate-file": "^4.5.5",
"ws": "^8.4.0" "ws": "^8.4.0"
}, },