Merge branch 'release' into staging
| @@ -3081,29 +3081,49 @@ | |||
| 3081 | "license": "MIT" | 3081 | "license": "MIT" |
| 3082 | }, | 3082 | }, |
| 3083 | "node_modules/body-parser": { | 3083 | "node_modules/body-parser": { |
| 3084 | "version": "1.20.3", | 3084 | "version": "1.20.4", |
| 3085 | "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", | 3085 | "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz", |
| 3086 | "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", | 3086 | "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==", |
| 3087 | "license": "MIT", | 3087 | "license": "MIT", |
| 3088 | "dependencies": { | 3088 | "dependencies": { |
| 3089 | "bytes": "3.1.2", | 3089 | "bytes": "~3.1.2", |
| 3090 | "content-type": "~1.0.5", | 3090 | "content-type": "~1.0.5", |
| 3091 | "debug": "2.6.9", | 3091 | "debug": "2.6.9", |
| 3092 | "depd": "2.0.0", | 3092 | "depd": "2.0.0", |
| 3093 | "destroy": "1.2.0", | 3093 | "destroy": "~1.2.0", |
| 3094 | "http-errors": "2.0.0", | 3094 | "http-errors": "~2.0.1", |
| 3095 | "iconv-lite": "0.4.24", | 3095 | "iconv-lite": "~0.4.24", |
| 3096 | "on-finished": "2.4.1", | 3096 | "on-finished": "~2.4.1", |
| 3097 | "qs": "6.13.0", | 3097 | "qs": "~6.14.0", |
| 3098 | "raw-body": "2.5.2", | 3098 | "raw-body": "~2.5.3", |
| 3099 | "type-is": "~1.6.18", | 3099 | "type-is": "~1.6.18", |
| 3100 | "unpipe": "1.0.0" | 3100 | "unpipe": "~1.0.0" |
| 3101 | }, | 3101 | }, |
| 3102 | "engines": { | 3102 | "engines": { |
| 3103 | "node": ">= 0.8", | 3103 | "node": ">= 0.8", |
| 3104 | "npm": "1.2.8000 || >= 1.4.16" | 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 | "node_modules/body-parser/node_modules/iconv-lite": { | 3127 | "node_modules/body-parser/node_modules/iconv-lite": { |
| 3108 | "version": "0.4.24", | 3128 | "version": "0.4.24", |
| 3109 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", | 3129 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| @@ -3116,6 +3136,15 @@ | |||
| 3116 | "node": ">=0.10.0" | 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 | "node_modules/boolbase": { | 3148 | "node_modules/boolbase": { |
| 3120 | "version": "1.0.0", | 3149 | "version": "1.0.0", |
| 3121 | "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", | 3150 | "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", |
| @@ -4872,21 +4901,6 @@ | |||
| 4872 | "url": "https://opencollective.com/express" | 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 | "node_modules/express/node_modules/safe-buffer": { | 4904 | "node_modules/express/node_modules/safe-buffer": { |
| 4891 | "version": "5.2.1", | 4905 | "version": "5.2.1", |
| 4892 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", | 4906 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| @@ -7405,12 +7419,12 @@ | |||
| 7405 | } | 7419 | } |
| 7406 | }, | 7420 | }, |
| 7407 | "node_modules/qs": { | 7421 | "node_modules/qs": { |
| 7408 | "version": "6.13.0", | 7422 | "version": "6.14.1", |
| 7409 | "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", | 7423 | "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz", |
| 7410 | "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", | 7424 | "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==", |
| 7411 | "license": "BSD-3-Clause", | 7425 | "license": "BSD-3-Clause", |
| 7412 | "dependencies": { | 7426 | "dependencies": { |
| 7413 | "side-channel": "^1.0.6" | 7427 | "side-channel": "^1.1.0" |
| 7414 | }, | 7428 | }, |
| 7415 | "engines": { | 7429 | "engines": { |
| 7416 | "node": ">=0.6" | 7430 | "node": ">=0.6" |
| @@ -7482,18 +7496,38 @@ | |||
| 7482 | "license": "ISC" | 7496 | "license": "ISC" |
| 7483 | }, | 7497 | }, |
| 7484 | "node_modules/raw-body": { | 7498 | "node_modules/raw-body": { |
| 7485 | "version": "2.5.2", | 7499 | "version": "2.5.3", |
| 7486 | "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", | 7500 | "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", |
| 7487 | "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", | 7501 | "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", |
| 7488 | "license": "MIT", | 7502 | "license": "MIT", |
| 7489 | "dependencies": { | 7503 | "dependencies": { |
| 7490 | "bytes": "3.1.2", | 7504 | "bytes": "~3.1.2", |
| 7491 | "http-errors": "2.0.0", | 7505 | "http-errors": "~2.0.1", |
| 7492 | "iconv-lite": "0.4.24", | 7506 | "iconv-lite": "~0.4.24", |
| 7493 | "unpipe": "1.0.0" | 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 | "engines": { | 7525 | "engines": { |
| 7496 | "node": ">= 0.8" | 7526 | "node": ">= 0.8" |
| 7527 | }, | ||
| 7528 | "funding": { | ||
| 7529 | "type": "opencollective", | ||
| 7530 | "url": "https://opencollective.com/express" | ||
| 7497 | } | 7531 | } |
| 7498 | }, | 7532 | }, |
| 7499 | "node_modules/raw-body/node_modules/iconv-lite": { | 7533 | "node_modules/raw-body/node_modules/iconv-lite": { |
| @@ -7508,6 +7542,15 @@ | |||
| 7508 | "node": ">=0.10.0" | 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 | "node_modules/readable-stream": { | 7554 | "node_modules/readable-stream": { |
| 7512 | "version": "2.3.8", | 7555 | "version": "2.3.8", |
| 7513 | "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", | 7556 | "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", |