Merge branch 'release' into staging
| @@ -3081,29 +3081,49 @@ | ||
| 3081 | 3081 | "license": "MIT" |
| 3082 | 3082 | }, |
| 3083 | 3083 | "node_modules/body-parser": { |
| 3084 | 3084 | "version": "1.20.34", |
| 3085 | 3085 | "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.34.tgz", |
| 3086 | 3086 | "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBnZTgYYLMOXY9qKU/X0fcM1QUcAItpZrBEYhWGem+tzXH90c57FAo8F+G01ypMcYJBO9Y30203gHA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==", |
| 3087 | 3087 | "license": "MIT", |
| 3088 | 3088 | "dependencies": { |
| 3089 | 3089 | "bytes": "~3.1.2", |
| 3090 | 3090 | "content-type": "~1.0.5", |
| 3091 | 3091 | "debug": "2.6.9", |
| 3092 | 3092 | "depd": "2.0.0", |
| 3093 | 3093 | "destroy": "~1.2.0", |
| 3094 | 3094 | "http-errors": "~2.0.01", |
| 3095 | 3095 | "iconv-lite": "~0.4.24", |
| 3096 | 3096 | "on-finished": "~2.4.1", |
| 3097 | 3097 | "qs": "~6.1314.0", |
| 3098 | 3098 | "raw-body": "~2.5.23", |
| 3099 | 3099 | "type-is": "~1.6.18", |
| 3100 | 3100 | "unpipe": "~1.0.0" |
| 3101 | 3101 | }, |
| 3102 | 3102 | "engines": { |
| 3103 | 3103 | "node": ">= 0.8", |
| 3104 | 3104 | "npm": "1.2.8000 || >= 1.4.16" |
| 3105 | 3105 | } |
| 3106 | 3106 | }, |
| 3107 | + "node_modules/body-parser/node_modules/http-errors": { | |
| 3108 | + "version": "2.0.1", | |
| 3109 | + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", | |
| 3110 | + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", | |
| 3111 | + "license": "MIT", | |
| 3112 | + "dependencies": { | |
| 3113 | + "depd": "~2.0.0", | |
| 3114 | + "inherits": "~2.0.4", | |
| 3115 | + "setprototypeof": "~1.2.0", | |
| 3116 | + "statuses": "~2.0.2", | |
| 3117 | + "toidentifier": "~1.0.1" | |
| 3118 | + }, | |
| 3119 | + "engines": { | |
| 3120 | + "node": ">= 0.8" | |
| 3121 | + }, | |
| 3122 | + "funding": { | |
| 3123 | + "type": "opencollective", | |
| 3124 | + "url": "https://opencollective.com/express" | |
| 3125 | + } | |
| 3126 | + }, | |
| 3107 | 3127 | "node_modules/body-parser/node_modules/iconv-lite": { |
| 3108 | 3128 | "version": "0.4.24", |
| 3109 | 3129 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| @@ -3116,6 +3136,15 @@ | ||
| 3116 | 3136 | "node": ">=0.10.0" |
| 3117 | 3137 | } |
| 3118 | 3138 | }, |
| 3139 | + "node_modules/body-parser/node_modules/statuses": { | |
| 3140 | + "version": "2.0.2", | |
| 3141 | + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", | |
| 3142 | + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", | |
| 3143 | + "license": "MIT", | |
| 3144 | + "engines": { | |
| 3145 | + "node": ">= 0.8" | |
| 3146 | + } | |
| 3147 | + }, | |
| 3119 | 3148 | "node_modules/boolbase": { |
| 3120 | 3149 | "version": "1.0.0", |
| 3121 | 3150 | "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", |
| @@ -4872,21 +4901,6 @@ | ||
| 4872 | 4901 | "url": "https://opencollective.com/express" |
| 4873 | 4902 | } |
| 4874 | 4903 | }, |
| 4875 | - "node_modules/express/node_modules/qs": { | |
| 4876 | - "version": "6.14.0", | |
| 4877 | - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", | |
| 4878 | - "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", | |
| 4879 | - "license": "BSD-3-Clause", | |
| 4880 | - "dependencies": { | |
| 4881 | - "side-channel": "^1.1.0" | |
| 4882 | - }, | |
| 4883 | - "engines": { | |
| 4884 | - "node": ">=0.6" | |
| 4885 | - }, | |
| 4886 | - "funding": { | |
| 4887 | - "url": "https://github.com/sponsors/ljharb" | |
| 4888 | - } | |
| 4889 | - }, | |
| 4890 | 4904 | "node_modules/express/node_modules/safe-buffer": { |
| 4891 | 4905 | "version": "5.2.1", |
| 4892 | 4906 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| @@ -7405,12 +7419,12 @@ | ||
| 7405 | 7419 | } |
| 7406 | 7420 | }, |
| 7407 | 7421 | "node_modules/qs": { |
| 7408 | 7422 | "version": "6.1314.01", |
| 7409 | 7423 | "resolved": "https://registry.npmjs.org/qs/-/qs-6.1314.01.tgz", |
| 7410 | 7424 | "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd4EK3+egZTtjLB67Gu0HRX3uxJl8Ts67nLYNwqw/XOq7UU2Nx6nsjvS16Z9uwfpgdsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==", |
| 7411 | 7425 | "license": "BSD-3-Clause", |
| 7412 | 7426 | "dependencies": { |
| 7413 | 7427 | "side-channel": "^1.01.60" |
| 7414 | 7428 | }, |
| 7415 | 7429 | "engines": { |
| 7416 | 7430 | "node": ">=0.6" |
| @@ -7482,18 +7496,38 @@ | ||
| 7482 | 7496 | "license": "ISC" |
| 7483 | 7497 | }, |
| 7484 | 7498 | "node_modules/raw-body": { |
| 7485 | 7499 | "version": "2.5.23", |
| 7486 | 7500 | "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.23.tgz", |
| 7487 | 7501 | "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60Js4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+a48lt8qsCzirQ6loCVfAqk24bxq87szX1ydrwylIOp2uG1ojUpA==", |
| 7488 | 7502 | "license": "MIT", |
| 7489 | 7503 | "dependencies": { |
| 7490 | 7504 | "bytes": "~3.1.2", |
| 7491 | 7505 | "http-errors": "~2.0.01", |
| 7492 | 7506 | "iconv-lite": "~0.4.24", |
| 7493 | 7507 | "unpipe": "~1.0.0" |
| 7508 | + }, | |
| 7509 | + "engines": { | |
| 7510 | + "node": ">= 0.8" | |
| 7511 | + } | |
| 7512 | + }, | |
| 7513 | + "node_modules/raw-body/node_modules/http-errors": { | |
| 7514 | + "version": "2.0.1", | |
| 7515 | + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", | |
| 7516 | + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", | |
| 7517 | + "license": "MIT", | |
| 7518 | + "dependencies": { | |
| 7519 | + "depd": "~2.0.0", | |
| 7520 | + "inherits": "~2.0.4", | |
| 7521 | + "setprototypeof": "~1.2.0", | |
| 7522 | + "statuses": "~2.0.2", | |
| 7523 | + "toidentifier": "~1.0.1" | |
| 7494 | 7524 | }, |
| 7495 | 7525 | "engines": { |
| 7496 | 7526 | "node": ">= 0.8" |
| 7527 | + }, | |
| 7528 | + "funding": { | |
| 7529 | + "type": "opencollective", | |
| 7530 | + "url": "https://opencollective.com/express" | |
| 7497 | 7531 | } |
| 7498 | 7532 | }, |
| 7499 | 7533 | "node_modules/raw-body/node_modules/iconv-lite": { |
| @@ -7508,6 +7542,15 @@ | ||
| 7508 | 7542 | "node": ">=0.10.0" |
| 7509 | 7543 | } |
| 7510 | 7544 | }, |
| 7545 | + "node_modules/raw-body/node_modules/statuses": { | |
| 7546 | + "version": "2.0.2", | |
| 7547 | + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", | |
| 7548 | + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", | |
| 7549 | + "license": "MIT", | |
| 7550 | + "engines": { | |
| 7551 | + "node": ">= 0.8" | |
| 7552 | + } | |
| 7553 | + }, | |
| 7511 | 7554 | "node_modules/readable-stream": { |
| 7512 | 7555 | "version": "2.3.8", |
| 7513 | 7556 | "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", |