1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Gastón Fournier 2022-08-20 07:29:46 +02:00 committed by GitHub
parent b7c59e1733
commit 1625d6193a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@
"@unleash/express-openapi": "^0.2.0", "@unleash/express-openapi": "^0.2.0",
"ajv": "^8.11.0", "ajv": "^8.11.0",
"ajv-formats": "^2.1.1", "ajv-formats": "^2.1.1",
"async": "^3.2.3", "async": "^3.2.4",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"compression": "^1.7.4", "compression": "^1.7.4",
"connect-session-knex": "^3.0.0", "connect-session-knex": "^3.0.0",
@ -178,7 +178,7 @@
"typescript": "4.7.4" "typescript": "4.7.4"
}, },
"resolutions": { "resolutions": {
"async": "^3.2.3", "async": "^3.2.4",
"db-migrate/rc/minimist": "^1.2.5", "db-migrate/rc/minimist": "^1.2.5",
"es5-ext": "0.10.62", "es5-ext": "0.10.62",
"knex/liftoff/object.map/**/kind-of": "^6.0.3", "knex/liftoff/object.map/**/kind-of": "^6.0.3",

View File

@ -1680,10 +1680,10 @@ astral-regex@^2.0.0:
resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz"
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
async@^3.2.3, async@~0.9.0, async@~1.0.0: async@^3.2.4, async@~0.9.0, async@~1.0.0:
version "3.2.3" version "3.2.4"
resolved "https://registry.npmjs.org/async/-/async-3.2.3.tgz" resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
asynckit@^0.4.0: asynckit@^0.4.0:
version "0.4.0" version "0.4.0"