mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
feat(core): Upgrade expressjs (no-changelog) (#8811)
This commit is contained in:
parent
62282c2bde
commit
4af907fba8
|
@ -67,7 +67,7 @@
|
||||||
"@types/connect-history-api-fallback": "^1.3.1",
|
"@types/connect-history-api-fallback": "^1.3.1",
|
||||||
"@types/convict": "^6.1.1",
|
"@types/convict": "^6.1.1",
|
||||||
"@types/cookie-parser": "^1.4.2",
|
"@types/cookie-parser": "^1.4.2",
|
||||||
"@types/express": "^4.17.6",
|
"@types/express": "^4.17.21",
|
||||||
"@types/formidable": "^3.4.0",
|
"@types/formidable": "^3.4.0",
|
||||||
"@types/json-diff": "^1.0.0",
|
"@types/json-diff": "^1.0.0",
|
||||||
"@types/jsonwebtoken": "^9.0.1",
|
"@types/jsonwebtoken": "^9.0.1",
|
||||||
|
@ -116,12 +116,12 @@
|
||||||
"csrf": "3.1.0",
|
"csrf": "3.1.0",
|
||||||
"curlconverter": "3.21.0",
|
"curlconverter": "3.21.0",
|
||||||
"dotenv": "8.6.0",
|
"dotenv": "8.6.0",
|
||||||
"express": "4.18.2",
|
"express": "4.18.3",
|
||||||
"express-async-errors": "3.1.1",
|
"express-async-errors": "3.1.1",
|
||||||
"express-handlebars": "7.0.2",
|
"express-handlebars": "7.1.2",
|
||||||
"express-openapi-validator": "4.13.8",
|
"express-openapi-validator": "4.13.8",
|
||||||
"express-prom-bundle": "6.6.0",
|
"express-prom-bundle": "6.6.0",
|
||||||
"express-rate-limit": "7.1.3",
|
"express-rate-limit": "7.2.0",
|
||||||
"fast-glob": "3.2.12",
|
"fast-glob": "3.2.12",
|
||||||
"flatted": "3.2.7",
|
"flatted": "3.2.7",
|
||||||
"formidable": "3.5.0",
|
"formidable": "3.5.0",
|
||||||
|
|
181
pnpm-lock.yaml
181
pnpm-lock.yaml
|
@ -447,14 +447,14 @@ importers:
|
||||||
specifier: 8.6.0
|
specifier: 8.6.0
|
||||||
version: 8.6.0
|
version: 8.6.0
|
||||||
express:
|
express:
|
||||||
specifier: 4.18.2
|
specifier: 4.18.3
|
||||||
version: 4.18.2
|
version: 4.18.3
|
||||||
express-async-errors:
|
express-async-errors:
|
||||||
specifier: 3.1.1
|
specifier: 3.1.1
|
||||||
version: 3.1.1(express@4.18.2)
|
version: 3.1.1(express@4.18.3)
|
||||||
express-handlebars:
|
express-handlebars:
|
||||||
specifier: 7.0.2
|
specifier: 7.1.2
|
||||||
version: 7.0.2
|
version: 7.1.2
|
||||||
express-openapi-validator:
|
express-openapi-validator:
|
||||||
specifier: 4.13.8
|
specifier: 4.13.8
|
||||||
version: 4.13.8
|
version: 4.13.8
|
||||||
|
@ -462,8 +462,8 @@ importers:
|
||||||
specifier: 6.6.0
|
specifier: 6.6.0
|
||||||
version: 6.6.0(prom-client@13.2.0)
|
version: 6.6.0(prom-client@13.2.0)
|
||||||
express-rate-limit:
|
express-rate-limit:
|
||||||
specifier: 7.1.3
|
specifier: 7.2.0
|
||||||
version: 7.1.3(express@4.18.2)
|
version: 7.2.0(express@4.18.3)
|
||||||
fast-glob:
|
fast-glob:
|
||||||
specifier: 3.2.12
|
specifier: 3.2.12
|
||||||
version: 3.2.12
|
version: 3.2.12
|
||||||
|
@ -604,7 +604,7 @@ importers:
|
||||||
version: 1.17.0
|
version: 1.17.0
|
||||||
swagger-ui-express:
|
swagger-ui-express:
|
||||||
specifier: 5.0.0
|
specifier: 5.0.0
|
||||||
version: 5.0.0(express@4.18.2)
|
version: 5.0.0(express@4.18.3)
|
||||||
syslog-client:
|
syslog-client:
|
||||||
specifier: 1.1.1
|
specifier: 1.1.1
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
|
@ -655,8 +655,8 @@ importers:
|
||||||
specifier: ^1.4.2
|
specifier: ^1.4.2
|
||||||
version: 1.4.3
|
version: 1.4.3
|
||||||
'@types/express':
|
'@types/express':
|
||||||
specifier: ^4.17.6
|
specifier: ^4.17.21
|
||||||
version: 4.17.14
|
version: 4.17.21
|
||||||
'@types/formidable':
|
'@types/formidable':
|
||||||
specifier: ^3.4.0
|
specifier: ^3.4.0
|
||||||
version: 3.4.0
|
version: 3.4.0
|
||||||
|
@ -5237,7 +5237,7 @@ packages:
|
||||||
collect-v8-coverage: 1.0.1
|
collect-v8-coverage: 1.0.1
|
||||||
exit: 0.1.2
|
exit: 0.1.2
|
||||||
glob: 7.2.3
|
glob: 7.2.3
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
istanbul-lib-coverage: 3.2.0
|
istanbul-lib-coverage: 3.2.0
|
||||||
istanbul-lib-instrument: 5.2.1
|
istanbul-lib-instrument: 5.2.1
|
||||||
istanbul-lib-report: 3.0.0
|
istanbul-lib-report: 3.0.0
|
||||||
|
@ -5281,7 +5281,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/trace-mapping': 0.3.18
|
'@jridgewell/trace-mapping': 0.3.18
|
||||||
callsites: 3.1.0
|
callsites: 3.1.0
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@jest/test-result@29.6.2:
|
/@jest/test-result@29.6.2:
|
||||||
|
@ -5299,7 +5299,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jest/test-result': 29.6.2
|
'@jest/test-result': 29.6.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jest-haste-map: 29.6.2
|
jest-haste-map: 29.6.2
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -8418,7 +8418,7 @@ packages:
|
||||||
ejs: 3.1.8
|
ejs: 3.1.8
|
||||||
esbuild: 0.18.17
|
esbuild: 0.18.17
|
||||||
esbuild-plugin-alias: 0.2.1
|
esbuild-plugin-alias: 0.2.1
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
find-cache-dir: 3.3.2
|
find-cache-dir: 3.3.2
|
||||||
fs-extra: 11.1.1
|
fs-extra: 11.1.1
|
||||||
process: 0.11.10
|
process: 0.11.10
|
||||||
|
@ -8454,7 +8454,7 @@ packages:
|
||||||
'@types/find-cache-dir': 3.2.1
|
'@types/find-cache-dir': 3.2.1
|
||||||
browser-assert: 1.2.1
|
browser-assert: 1.2.1
|
||||||
es-module-lexer: 0.9.3
|
es-module-lexer: 0.9.3
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
find-cache-dir: 3.3.2
|
find-cache-dir: 3.3.2
|
||||||
fs-extra: 11.1.1
|
fs-extra: 11.1.1
|
||||||
magic-string: 0.30.5
|
magic-string: 0.30.5
|
||||||
|
@ -8547,7 +8547,7 @@ packages:
|
||||||
detect-indent: 6.1.0
|
detect-indent: 6.1.0
|
||||||
envinfo: 7.8.1
|
envinfo: 7.8.1
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
find-up: 5.0.0
|
find-up: 5.0.0
|
||||||
fs-extra: 11.1.1
|
fs-extra: 11.1.1
|
||||||
get-npm-tarball-url: 2.0.3
|
get-npm-tarball-url: 2.0.3
|
||||||
|
@ -8830,7 +8830,7 @@ packages:
|
||||||
cli-table3: 0.6.3
|
cli-table3: 0.6.3
|
||||||
compression: 1.7.4
|
compression: 1.7.4
|
||||||
detect-port: 1.5.1
|
detect-port: 1.5.1
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
fs-extra: 11.1.1
|
fs-extra: 11.1.1
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
ip: 2.0.1
|
ip: 2.0.1
|
||||||
|
@ -9300,7 +9300,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@storybook/channels': 7.0.7
|
'@storybook/channels': 7.0.7
|
||||||
'@types/babel__core': 7.20.0
|
'@types/babel__core': 7.20.0
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
file-system-cache: 2.3.0
|
file-system-cache: 2.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -9309,7 +9309,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@storybook/channels': 7.1.1
|
'@storybook/channels': 7.1.1
|
||||||
'@types/babel__core': 7.20.0
|
'@types/babel__core': 7.20.0
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
file-system-cache: 2.3.0
|
file-system-cache: 2.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -9318,7 +9318,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@storybook/channels': 7.5.2
|
'@storybook/channels': 7.5.2
|
||||||
'@types/babel__core': 7.20.0
|
'@types/babel__core': 7.20.0
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
file-system-cache: 2.3.0
|
file-system-cache: 2.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -9327,7 +9327,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@storybook/channels': 7.5.3
|
'@storybook/channels': 7.5.3
|
||||||
'@types/babel__core': 7.20.0
|
'@types/babel__core': 7.20.0
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
file-system-cache: 2.3.0
|
file-system-cache: 2.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -9670,7 +9670,7 @@ packages:
|
||||||
/@types/compression@1.0.1:
|
/@types/compression@1.0.1:
|
||||||
resolution: {integrity: sha512-GuoIYzD70h+4JUqUabsm31FGqvpCYHGKcLtor7nQ/YvUyNX0o9SJZ9boFI5HjFfbOda5Oe/XOvNK6FES8Y/79w==}
|
resolution: {integrity: sha512-GuoIYzD70h+4JUqUabsm31FGqvpCYHGKcLtor7nQ/YvUyNX0o9SJZ9boFI5HjFfbOda5Oe/XOvNK6FES8Y/79w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/concat-stream@2.0.0:
|
/@types/concat-stream@2.0.0:
|
||||||
|
@ -9682,7 +9682,7 @@ packages:
|
||||||
/@types/connect-history-api-fallback@1.3.5:
|
/@types/connect-history-api-fallback@1.3.5:
|
||||||
resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
|
resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/express-serve-static-core': 4.17.31
|
'@types/express-serve-static-core': 4.17.43
|
||||||
'@types/node': 18.16.16
|
'@types/node': 18.16.16
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -9700,7 +9700,7 @@ packages:
|
||||||
/@types/cookie-parser@1.4.3:
|
/@types/cookie-parser@1.4.3:
|
||||||
resolution: {integrity: sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==}
|
resolution: {integrity: sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/cookiejar@2.1.2:
|
/@types/cookiejar@2.1.2:
|
||||||
|
@ -9776,18 +9776,28 @@ packages:
|
||||||
resolution: {integrity: sha512-F3K4oyM12o8W9jxuJmW+1sc8kdw0Hj0t+26urwkcolPJTgkfppEfIdftdcXmUU2QPBIwcrYO6diqgIqgCDf1FA==}
|
resolution: {integrity: sha512-F3K4oyM12o8W9jxuJmW+1sc8kdw0Hj0t+26urwkcolPJTgkfppEfIdftdcXmUU2QPBIwcrYO6diqgIqgCDf1FA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/express-serve-static-core@4.17.31:
|
/@types/express-serve-static-core@4.17.43:
|
||||||
resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==}
|
resolution: {integrity: sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.16.16
|
'@types/node': 18.16.16
|
||||||
'@types/qs': 6.9.7
|
'@types/qs': 6.9.7
|
||||||
'@types/range-parser': 1.2.4
|
'@types/range-parser': 1.2.4
|
||||||
|
'@types/send': 0.17.4
|
||||||
|
|
||||||
/@types/express@4.17.14:
|
/@types/express@4.17.14:
|
||||||
resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==}
|
resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/body-parser': 1.19.2
|
'@types/body-parser': 1.19.2
|
||||||
'@types/express-serve-static-core': 4.17.31
|
'@types/express-serve-static-core': 4.17.43
|
||||||
|
'@types/qs': 6.9.7
|
||||||
|
'@types/serve-static': 1.15.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@types/express@4.17.21:
|
||||||
|
resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
|
||||||
|
dependencies:
|
||||||
|
'@types/body-parser': 1.19.2
|
||||||
|
'@types/express-serve-static-core': 4.17.43
|
||||||
'@types/qs': 6.9.7
|
'@types/qs': 6.9.7
|
||||||
'@types/serve-static': 1.15.0
|
'@types/serve-static': 1.15.0
|
||||||
|
|
||||||
|
@ -9995,6 +10005,9 @@ packages:
|
||||||
resolution: {integrity: sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw==}
|
resolution: {integrity: sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@types/mime@1.3.5:
|
||||||
|
resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
|
||||||
|
|
||||||
/@types/mime@3.0.1:
|
/@types/mime@3.0.1:
|
||||||
resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
|
resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
|
||||||
|
|
||||||
|
@ -10011,7 +10024,7 @@ packages:
|
||||||
/@types/multer@1.4.7:
|
/@types/multer@1.4.7:
|
||||||
resolution: {integrity: sha512-/SNsDidUFCvqqcWDwxv2feww/yqhNeTRL5CVoL3jU4Goc4kKEL10T7Eye65ZqPNi4HRx8sAEX59pV1aEH7drNA==}
|
resolution: {integrity: sha512-/SNsDidUFCvqqcWDwxv2feww/yqhNeTRL5CVoL3jU4Goc4kKEL10T7Eye65ZqPNi4HRx8sAEX59pV1aEH7drNA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@types/node-fetch@2.6.4:
|
/@types/node-fetch@2.6.4:
|
||||||
|
@ -10129,6 +10142,12 @@ packages:
|
||||||
resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
|
resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@types/send@0.17.4:
|
||||||
|
resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
|
||||||
|
dependencies:
|
||||||
|
'@types/mime': 1.3.5
|
||||||
|
'@types/node': 18.16.16
|
||||||
|
|
||||||
/@types/serve-static@1.15.0:
|
/@types/serve-static@1.15.0:
|
||||||
resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==}
|
resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -10210,7 +10229,7 @@ packages:
|
||||||
/@types/swagger-ui-express@4.1.6:
|
/@types/swagger-ui-express@4.1.6:
|
||||||
resolution: {integrity: sha512-UVSiGYXa5IzdJJG3hrc86e8KdZWLYxyEsVoUI4iPXc7CO4VZ3AfNP8d/8+hrDRIqz+HAaSMtZSqAsF3Nq2X/Dg==}
|
resolution: {integrity: sha512-UVSiGYXa5IzdJJG3hrc86e8KdZWLYxyEsVoUI4iPXc7CO4VZ3AfNP8d/8+hrDRIqz+HAaSMtZSqAsF3Nq2X/Dg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
'@types/serve-static': 1.15.0
|
'@types/serve-static': 1.15.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -11850,7 +11869,7 @@ packages:
|
||||||
babel-plugin-istanbul: 6.1.1
|
babel-plugin-istanbul: 6.1.1
|
||||||
babel-preset-jest: 29.5.0(@babel/core@7.22.9)
|
babel-preset-jest: 29.5.0(@babel/core@7.22.9)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -12094,12 +12113,12 @@ packages:
|
||||||
resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==}
|
resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/body-parser@1.20.1:
|
/body-parser@1.20.2:
|
||||||
resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==}
|
resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==}
|
||||||
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
||||||
dependencies:
|
dependencies:
|
||||||
bytes: 3.1.2
|
bytes: 3.1.2
|
||||||
content-type: 1.0.4
|
content-type: 1.0.5
|
||||||
debug: 2.6.9
|
debug: 2.6.9
|
||||||
depd: 2.0.0
|
depd: 2.0.0
|
||||||
destroy: 1.2.0
|
destroy: 1.2.0
|
||||||
|
@ -12107,7 +12126,7 @@ packages:
|
||||||
iconv-lite: 0.4.24
|
iconv-lite: 0.4.24
|
||||||
on-finished: 2.4.1
|
on-finished: 2.4.1
|
||||||
qs: 6.11.0
|
qs: 6.11.0
|
||||||
raw-body: 2.5.1
|
raw-body: 2.5.2
|
||||||
type-is: 1.6.18
|
type-is: 1.6.18
|
||||||
unpipe: 1.0.0
|
unpipe: 1.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -13064,6 +13083,10 @@ packages:
|
||||||
resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==}
|
resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==}
|
||||||
engines: {node: '>= 0.6'}
|
engines: {node: '>= 0.6'}
|
||||||
|
|
||||||
|
/content-type@1.0.5:
|
||||||
|
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
||||||
|
engines: {node: '>= 0.6'}
|
||||||
|
|
||||||
/convert-source-map@1.9.0:
|
/convert-source-map@1.9.0:
|
||||||
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
|
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -13793,7 +13816,7 @@ packages:
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dependencies:
|
dependencies:
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
is-path-cwd: 2.2.0
|
is-path-cwd: 2.2.0
|
||||||
is-path-inside: 3.0.3
|
is-path-inside: 3.0.3
|
||||||
|
@ -15055,21 +15078,21 @@ packages:
|
||||||
resolution: {integrity: sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg==}
|
resolution: {integrity: sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/express-async-errors@3.1.1(express@4.18.2):
|
/express-async-errors@3.1.1(express@4.18.3):
|
||||||
resolution: {integrity: sha512-h6aK1da4tpqWSbyCa3FxB/V6Ehd4EEB15zyQq9qe75OZBp0krinNKuH4rAY+S/U/2I36vdLAUFSjQJ+TFmODng==}
|
resolution: {integrity: sha512-h6aK1da4tpqWSbyCa3FxB/V6Ehd4EEB15zyQq9qe75OZBp0krinNKuH4rAY+S/U/2I36vdLAUFSjQJ+TFmODng==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
express: ^4.16.2
|
express: ^4.16.2
|
||||||
dependencies:
|
dependencies:
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/express-handlebars@7.0.2:
|
/express-handlebars@7.1.2:
|
||||||
resolution: {integrity: sha512-W7QuI8i4jjxGNqZJebXzugHuJV32uGTMWqSzqTKsgBTPVsWR3oYR2b9VNQ53vmWbUH1G8r/9GIO3WCqa1Myf1w==}
|
resolution: {integrity: sha512-ss9d3mBChOLTEtyfzXCsxlItUxpgS3i4cb/F70G6Q5ohQzmD12XB4x/Y9U6YboeeYBJZt7WQ5yUNu7ZSQ/EGyQ==}
|
||||||
engines: {node: '>=v16'}
|
engines: {node: '>=v16'}
|
||||||
dependencies:
|
dependencies:
|
||||||
glob: 9.3.2
|
glob: 10.3.10
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
handlebars: 4.7.7
|
handlebars: 4.7.8
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/express-openapi-validator@4.13.8:
|
/express-openapi-validator@4.13.8:
|
||||||
|
@ -15100,22 +15123,22 @@ packages:
|
||||||
url-value-parser: 2.2.0
|
url-value-parser: 2.2.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/express-rate-limit@7.1.3(express@4.18.2):
|
/express-rate-limit@7.2.0(express@4.18.3):
|
||||||
resolution: {integrity: sha512-BDes6WeNYSGRRGQU8QDNwUnwqaBro28HN/TTweM3RlxXRHDld8RLoH7tbfCxAc0hamQyn6aL0KrfR45+ZxknYg==}
|
resolution: {integrity: sha512-T7nul1t4TNyfZMJ7pKRKkdeVJWa2CqB8NA1P8BwYaoDI5QSBZARv5oMS43J7b7I5P+4asjVXjb7ONuwDKucahg==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
express: 4 || 5 || ^5.0.0-beta.1
|
express: 4 || 5 || ^5.0.0-beta.1
|
||||||
dependencies:
|
dependencies:
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/express@4.18.2:
|
/express@4.18.3:
|
||||||
resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==}
|
resolution: {integrity: sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==}
|
||||||
engines: {node: '>= 0.10.0'}
|
engines: {node: '>= 0.10.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
accepts: 1.3.8
|
accepts: 1.3.8
|
||||||
array-flatten: 1.1.1
|
array-flatten: 1.1.1
|
||||||
body-parser: 1.20.1
|
body-parser: 1.20.2
|
||||||
content-disposition: 0.5.4
|
content-disposition: 0.5.4
|
||||||
content-type: 1.0.4
|
content-type: 1.0.4
|
||||||
cookie: 0.5.0
|
cookie: 0.5.0
|
||||||
|
@ -15698,7 +15721,7 @@ packages:
|
||||||
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
|
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
|
||||||
engines: {node: '>=6 <7 || >=8'}
|
engines: {node: '>=6 <7 || >=8'}
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jsonfile: 4.0.0
|
jsonfile: 4.0.0
|
||||||
universalify: 0.1.2
|
universalify: 0.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -16205,6 +16228,9 @@ packages:
|
||||||
/graceful-fs@4.2.10:
|
/graceful-fs@4.2.10:
|
||||||
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
|
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
|
||||||
|
|
||||||
|
/graceful-fs@4.2.11:
|
||||||
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
||||||
|
|
||||||
/graphemer@1.4.0:
|
/graphemer@1.4.0:
|
||||||
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
|
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -16298,6 +16324,19 @@ packages:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
uglify-js: 3.17.4
|
uglify-js: 3.17.4
|
||||||
|
|
||||||
|
/handlebars@4.7.8:
|
||||||
|
resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
|
||||||
|
engines: {node: '>=0.4.7'}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
minimist: 1.2.8
|
||||||
|
neo-async: 2.6.2
|
||||||
|
source-map: 0.6.1
|
||||||
|
wordwrap: 1.0.0
|
||||||
|
optionalDependencies:
|
||||||
|
uglify-js: 3.17.4
|
||||||
|
dev: false
|
||||||
|
|
||||||
/has-bigints@1.0.2:
|
/has-bigints@1.0.2:
|
||||||
resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
|
resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
|
||||||
|
|
||||||
|
@ -17472,7 +17511,7 @@ packages:
|
||||||
ci-info: 3.8.0
|
ci-info: 3.8.0
|
||||||
deepmerge: 4.3.1
|
deepmerge: 4.3.1
|
||||||
glob: 7.2.3
|
glob: 7.2.3
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jest-circus: 29.6.2
|
jest-circus: 29.6.2
|
||||||
jest-environment-node: 29.6.2
|
jest-environment-node: 29.6.2
|
||||||
jest-get-type: 29.4.3
|
jest-get-type: 29.4.3
|
||||||
|
@ -17628,7 +17667,7 @@ packages:
|
||||||
'@jest/types': 29.6.1
|
'@jest/types': 29.6.1
|
||||||
'@types/stack-utils': 2.0.1
|
'@types/stack-utils': 2.0.1
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
micromatch: 4.0.5
|
micromatch: 4.0.5
|
||||||
pretty-format: 29.6.2
|
pretty-format: 29.6.2
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
|
@ -17643,7 +17682,7 @@ packages:
|
||||||
'@jest/types': 29.6.1
|
'@jest/types': 29.6.1
|
||||||
'@types/stack-utils': 2.0.1
|
'@types/stack-utils': 2.0.1
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
micromatch: 4.0.5
|
micromatch: 4.0.5
|
||||||
pretty-format: 29.6.2
|
pretty-format: 29.6.2
|
||||||
slash: 3.0.0
|
slash: 3.0.0
|
||||||
|
@ -17710,7 +17749,7 @@ packages:
|
||||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jest-haste-map: 29.6.2
|
jest-haste-map: 29.6.2
|
||||||
jest-pnp-resolver: 1.2.2(jest-resolve@29.6.2)
|
jest-pnp-resolver: 1.2.2(jest-resolve@29.6.2)
|
||||||
jest-util: 29.6.2
|
jest-util: 29.6.2
|
||||||
|
@ -17732,7 +17771,7 @@ packages:
|
||||||
'@types/node': 18.16.16
|
'@types/node': 18.16.16
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
emittery: 0.13.1
|
emittery: 0.13.1
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jest-docblock: 29.4.3
|
jest-docblock: 29.4.3
|
||||||
jest-environment-node: 29.6.2
|
jest-environment-node: 29.6.2
|
||||||
jest-haste-map: 29.6.2
|
jest-haste-map: 29.6.2
|
||||||
|
@ -17765,7 +17804,7 @@ packages:
|
||||||
cjs-module-lexer: 1.2.2
|
cjs-module-lexer: 1.2.2
|
||||||
collect-v8-coverage: 1.0.1
|
collect-v8-coverage: 1.0.1
|
||||||
glob: 7.2.3
|
glob: 7.2.3
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jest-haste-map: 29.6.2
|
jest-haste-map: 29.6.2
|
||||||
jest-message-util: 29.6.2
|
jest-message-util: 29.6.2
|
||||||
jest-mock: 29.6.2
|
jest-mock: 29.6.2
|
||||||
|
@ -17794,7 +17833,7 @@ packages:
|
||||||
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.9)
|
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.9)
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
expect: 29.6.2
|
expect: 29.6.2
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
jest-diff: 29.6.2
|
jest-diff: 29.6.2
|
||||||
jest-get-type: 29.4.3
|
jest-get-type: 29.4.3
|
||||||
jest-matcher-utils: 29.6.2
|
jest-matcher-utils: 29.6.2
|
||||||
|
@ -18248,7 +18287,7 @@ packages:
|
||||||
/jsonfile@4.0.0:
|
/jsonfile@4.0.0:
|
||||||
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jsonfile@6.1.0:
|
/jsonfile@6.1.0:
|
||||||
|
@ -18256,7 +18295,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
universalify: 2.0.0
|
universalify: 2.0.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jsonpath@1.1.1:
|
/jsonpath@1.1.1:
|
||||||
|
@ -18344,7 +18383,7 @@ packages:
|
||||||
resolution: {integrity: sha512-UUOZ0CVReK1QVU3rbi9bC7N5/le8ziUj0A2ef1Q0M7OPD2KvjEYizptqIxGIo6fSLYDkqBrazILS18tYuRc8gw==}
|
resolution: {integrity: sha512-UUOZ0CVReK1QVU3rbi9bC7N5/le8ziUj0A2ef1Q0M7OPD2KvjEYizptqIxGIo6fSLYDkqBrazILS18tYuRc8gw==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/express': 4.17.14
|
'@types/express': 4.17.21
|
||||||
'@types/jsonwebtoken': 9.0.1
|
'@types/jsonwebtoken': 9.0.1
|
||||||
debug: 4.3.4(supports-color@8.1.1)
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
jose: 4.11.4
|
jose: 4.11.4
|
||||||
|
@ -18400,7 +18439,7 @@ packages:
|
||||||
/klaw@3.0.0:
|
/klaw@3.0.0:
|
||||||
resolution: {integrity: sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==}
|
resolution: {integrity: sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/kleur@3.0.3:
|
/kleur@3.0.3:
|
||||||
|
@ -18979,7 +19018,7 @@ packages:
|
||||||
resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==}
|
resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
parse-json: 2.2.0
|
parse-json: 2.2.0
|
||||||
pify: 2.3.0
|
pify: 2.3.0
|
||||||
pinkie-promise: 2.0.1
|
pinkie-promise: 2.0.1
|
||||||
|
@ -21140,7 +21179,7 @@ packages:
|
||||||
resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==}
|
resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
pify: 2.3.0
|
pify: 2.3.0
|
||||||
pinkie-promise: 2.0.1
|
pinkie-promise: 2.0.1
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -22370,6 +22409,16 @@ packages:
|
||||||
http-errors: 2.0.0
|
http-errors: 2.0.0
|
||||||
iconv-lite: 0.4.24
|
iconv-lite: 0.4.24
|
||||||
unpipe: 1.0.0
|
unpipe: 1.0.0
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/raw-body@2.5.2:
|
||||||
|
resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==}
|
||||||
|
engines: {node: '>= 0.8'}
|
||||||
|
dependencies:
|
||||||
|
bytes: 3.1.2
|
||||||
|
http-errors: 2.0.0
|
||||||
|
iconv-lite: 0.4.24
|
||||||
|
unpipe: 1.0.0
|
||||||
|
|
||||||
/rc@1.2.8:
|
/rc@1.2.8:
|
||||||
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
|
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
|
||||||
|
@ -24385,13 +24434,13 @@ packages:
|
||||||
resolution: {integrity: sha512-j0PIATqQSEFGOLmiJOJZj1X1Jt6bFIur3JpY7+ghliUnfZs0fpWDdHEkn9q7QUlBtKbkn6TepvSxTqnE8l3s0A==}
|
resolution: {integrity: sha512-j0PIATqQSEFGOLmiJOJZj1X1Jt6bFIur3JpY7+ghliUnfZs0fpWDdHEkn9q7QUlBtKbkn6TepvSxTqnE8l3s0A==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/swagger-ui-express@5.0.0(express@4.18.2):
|
/swagger-ui-express@5.0.0(express@4.18.3):
|
||||||
resolution: {integrity: sha512-tsU9tODVvhyfkNSvf03E6FAk+z+5cU3lXAzMy6Pv4av2Gt2xA0++fogwC4qo19XuFf6hdxevPuVCSKFuMHJhFA==}
|
resolution: {integrity: sha512-tsU9tODVvhyfkNSvf03E6FAk+z+5cU3lXAzMy6Pv4av2Gt2xA0++fogwC4qo19XuFf6hdxevPuVCSKFuMHJhFA==}
|
||||||
engines: {node: '>= v0.10.32'}
|
engines: {node: '>= v0.10.32'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
express: '>=4.0.0 || >=5.0.0-beta'
|
express: '>=4.0.0 || >=5.0.0-beta'
|
||||||
dependencies:
|
dependencies:
|
||||||
express: 4.18.2
|
express: 4.18.3
|
||||||
swagger-ui-dist: 5.11.0
|
swagger-ui-dist: 5.11.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -26281,7 +26330,7 @@ packages:
|
||||||
eslint-scope: 5.1.1
|
eslint-scope: 5.1.1
|
||||||
events: 3.3.0
|
events: 3.3.0
|
||||||
glob-to-regexp: 0.4.1
|
glob-to-regexp: 0.4.1
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
json-parse-even-better-errors: 2.3.1
|
json-parse-even-better-errors: 2.3.1
|
||||||
loader-runner: 4.3.0
|
loader-runner: 4.3.0
|
||||||
mime-types: 2.1.35
|
mime-types: 2.1.35
|
||||||
|
@ -26512,7 +26561,7 @@ packages:
|
||||||
/write-file-atomic@2.4.3:
|
/write-file-atomic@2.4.3:
|
||||||
resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==}
|
resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.11
|
||||||
imurmurhash: 0.1.4
|
imurmurhash: 0.1.4
|
||||||
signal-exit: 3.0.7
|
signal-exit: 3.0.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in a new issue