update some packages

This commit is contained in:
HF 2022-06-27 21:54:44 +02:00
parent 61ec34d7b4
commit 45be58afa9
2 changed files with 64 additions and 62 deletions

116
package-lock.json generated
View File

@ -11,7 +11,7 @@
"bcrypt": "^5.0.1",
"compression": "^1.7.3",
"cookie": "^0.5.0",
"core-js": "^3.20.2",
"core-js": "^3.23.3",
"etag": "^1.8.1",
"express": "^4.17.2",
"express-session": "^1.17.2",
@ -44,14 +44,14 @@
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"sequelize": "^6.12.5",
"sharp": "^0.30.6",
"sequelize": "^6.21.1",
"sharp": "^0.30.7",
"startaudiocontext": "^1.2.1",
"three": "^0.141.0",
"three-trackballcontrols": "^0.9.0",
"ttag": "^1.7.24",
"url-search-params-polyfill": "^8.1.1",
"winston": "^3.3.3",
"winston": "^3.8.0",
"winston-daily-rotate-file": "^4.5.5",
"ws": "^8.4.0"
},
@ -79,7 +79,7 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.28.0",
"generate-package-json-webpack-plugin": "^2.6.0",
"mkdirp": "^1.0.4",
@ -4262,9 +4262,9 @@
}
},
"node_modules/core-js": {
"version": "3.23.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.1.tgz",
"integrity": "sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w==",
"version": "3.23.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.3.tgz",
"integrity": "sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@ -4987,23 +4987,24 @@
"dev": true
},
"node_modules/eslint-plugin-jsx-a11y": {
"version": "6.5.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz",
"integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz",
"integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.3",
"aria-query": "^4.2.2",
"array-includes": "^3.1.4",
"array-includes": "^3.1.5",
"ast-types-flow": "^0.0.7",
"axe-core": "^4.3.5",
"axe-core": "^4.4.2",
"axobject-query": "^2.2.0",
"damerau-levenshtein": "^1.0.7",
"damerau-levenshtein": "^1.0.8",
"emoji-regex": "^9.2.2",
"has": "^1.0.3",
"jsx-ast-utils": "^3.2.1",
"jsx-ast-utils": "^3.3.1",
"language-tags": "^1.0.5",
"minimatch": "^3.0.4"
"minimatch": "^3.1.2",
"semver": "^6.3.0"
},
"engines": {
"node": ">=4.0"
@ -6834,12 +6835,12 @@
}
},
"node_modules/jsx-ast-utils": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.0.tgz",
"integrity": "sha512-XzO9luP6L0xkxwhIJMTJQpZo/eeN60K08jHdexfD569AGxeNug6UketeHXEhROoM8aR7EcUoOQmIhcJQjcuq8Q==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.1.tgz",
"integrity": "sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.4",
"array-includes": "^3.1.5",
"object.assign": "^4.1.2"
},
"engines": {
@ -9374,9 +9375,9 @@
"integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
},
"node_modules/sequelize": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.0.tgz",
"integrity": "sha512-QItP+QMoZL7KWaYtmRRb41sQ9Ua+dpWQbdREO4jYIUBg5hUfRiGq2i2/gAa25B84ft0EzDPY3UvCQS945ytNvA==",
"version": "6.21.1",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.1.tgz",
"integrity": "sha512-vbRreGOdBFLoGUrSINaNVLnaGZGSjhLq2b80tBezuqxbumMG3V2QkCnsvgggQ+LoRVYxERwWin1BL7YO4b5PSQ==",
"funding": [
{
"type": "opencollective",
@ -9504,15 +9505,15 @@
"integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA=="
},
"node_modules/sharp": {
"version": "0.30.6",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.6.tgz",
"integrity": "sha512-lSdVxFxcndzcXggDrak6ozdGJgmIgES9YVZWtAFrwi+a/H5vModaf51TghBtMPw+71sLxUsTy2j+aB7qLIODQg==",
"version": "0.30.7",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz",
"integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==",
"hasInstallScript": true,
"dependencies": {
"color": "^4.2.3",
"detect-libc": "^2.0.1",
"node-addon-api": "^5.0.0",
"prebuild-install": "^7.1.0",
"prebuild-install": "^7.1.1",
"semver": "^7.3.7",
"simple-get": "^4.0.1",
"tar-fs": "^2.1.1",
@ -10938,9 +10939,9 @@
"dev": true
},
"node_modules/winston": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.7.2.tgz",
"integrity": "sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz",
"integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==",
"dependencies": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",
@ -14300,9 +14301,9 @@
}
},
"core-js": {
"version": "3.23.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.1.tgz",
"integrity": "sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w=="
"version": "3.23.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.3.tgz",
"integrity": "sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q=="
},
"core-js-compat": {
"version": "3.23.1",
@ -14954,23 +14955,24 @@
}
},
"eslint-plugin-jsx-a11y": {
"version": "6.5.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz",
"integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz",
"integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.3",
"aria-query": "^4.2.2",
"array-includes": "^3.1.4",
"array-includes": "^3.1.5",
"ast-types-flow": "^0.0.7",
"axe-core": "^4.3.5",
"axe-core": "^4.4.2",
"axobject-query": "^2.2.0",
"damerau-levenshtein": "^1.0.7",
"damerau-levenshtein": "^1.0.8",
"emoji-regex": "^9.2.2",
"has": "^1.0.3",
"jsx-ast-utils": "^3.2.1",
"jsx-ast-utils": "^3.3.1",
"language-tags": "^1.0.5",
"minimatch": "^3.0.4"
"minimatch": "^3.1.2",
"semver": "^6.3.0"
}
},
"eslint-plugin-react": {
@ -16233,12 +16235,12 @@
"dev": true
},
"jsx-ast-utils": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.0.tgz",
"integrity": "sha512-XzO9luP6L0xkxwhIJMTJQpZo/eeN60K08jHdexfD569AGxeNug6UketeHXEhROoM8aR7EcUoOQmIhcJQjcuq8Q==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.1.tgz",
"integrity": "sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==",
"dev": true,
"requires": {
"array-includes": "^3.1.4",
"array-includes": "^3.1.5",
"object.assign": "^4.1.2"
}
},
@ -18174,9 +18176,9 @@
"integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
},
"sequelize": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.0.tgz",
"integrity": "sha512-QItP+QMoZL7KWaYtmRRb41sQ9Ua+dpWQbdREO4jYIUBg5hUfRiGq2i2/gAa25B84ft0EzDPY3UvCQS945ytNvA==",
"version": "6.21.1",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.1.tgz",
"integrity": "sha512-vbRreGOdBFLoGUrSINaNVLnaGZGSjhLq2b80tBezuqxbumMG3V2QkCnsvgggQ+LoRVYxERwWin1BL7YO4b5PSQ==",
"requires": {
"@types/debug": "^4.1.7",
"@types/validator": "^13.7.1",
@ -18256,14 +18258,14 @@
"integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA=="
},
"sharp": {
"version": "0.30.6",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.6.tgz",
"integrity": "sha512-lSdVxFxcndzcXggDrak6ozdGJgmIgES9YVZWtAFrwi+a/H5vModaf51TghBtMPw+71sLxUsTy2j+aB7qLIODQg==",
"version": "0.30.7",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.7.tgz",
"integrity": "sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==",
"requires": {
"color": "^4.2.3",
"detect-libc": "^2.0.1",
"node-addon-api": "^5.0.0",
"prebuild-install": "^7.1.0",
"prebuild-install": "^7.1.1",
"semver": "^7.3.7",
"simple-get": "^4.0.1",
"tar-fs": "^2.1.1",
@ -19327,9 +19329,9 @@
"dev": true
},
"winston": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.7.2.tgz",
"integrity": "sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz",
"integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==",
"requires": {
"@dabh/diagnostics": "^2.0.2",
"async": "^3.2.3",

View File

@ -26,7 +26,7 @@
"bcrypt": "^5.0.1",
"compression": "^1.7.3",
"cookie": "^0.5.0",
"core-js": "^3.20.2",
"core-js": "^3.23.3",
"etag": "^1.8.1",
"express": "^4.17.2",
"express-session": "^1.17.2",
@ -59,14 +59,14 @@
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"sequelize": "^6.12.5",
"sharp": "^0.30.6",
"sequelize": "^6.21.1",
"sharp": "^0.30.7",
"startaudiocontext": "^1.2.1",
"three": "^0.141.0",
"three-trackballcontrols": "^0.9.0",
"ttag": "^1.7.24",
"url-search-params-polyfill": "^8.1.1",
"winston": "^3.3.3",
"winston": "^3.8.0",
"winston-daily-rotate-file": "^4.5.5",
"ws": "^8.4.0"
},
@ -94,7 +94,7 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.28.0",
"generate-package-json-webpack-plugin": "^2.6.0",
"mkdirp": "^1.0.4",