Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 4, 2020
1 parent aa43fc0 commit 7d5d90b
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 90 deletions.
4 changes: 2 additions & 2 deletions packages/@nodepack/app-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@nodepack/utils": "^0.8.2",
"@types/inquirer": "^0.0.43",
"chalk": "^3.0.0",
"consola": "^2.11.1",
"consola": "^2.11.3",
"deepmerge": "^4.2.2",
"ejs": "^3.0.1",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"inquirer": "^7.0.1",
"isbinaryfile": "^4.0.2",
"isbinaryfile": "^4.0.3",
"lodash.clonedeep": "^4.5.0",
"semver": "^7.1.1",
"slash": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cliui": "^6.0.0",
"cmd-shim": "^3.0.3",
"commander": "^4.0.1",
"consola": "^2.11.1",
"consola": "^2.11.3",
"download-git-repo": "^3.0.2",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/env-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"semver": "^7.1.1",
"systeminformation": "^4.16.0"
"systeminformation": "^4.16.1"
}
}
2 changes: 1 addition & 1 deletion packages/@nodepack/env-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@nodepack/module": "^0.8.2",
"@nodepack/utils": "^0.8.2",
"consola": "^2.11.1",
"consola": "^2.11.3",
"globby": "^10.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/maintenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nodepack/hookable": "^0.8.0",
"@nodepack/utils": "^0.8.2",
"chalk": "^3.0.0",
"consola": "^2.11.1",
"consola": "^2.11.3",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/plugin-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@akryum/mock-express-response": "^0.2.3",
"@types/express": "^4.11.1",
"apollo-server-express": "2.9.4",
"apollo-server-express": "2.9.15",
"graphql-deduplicator": "^2.0.5",
"graphql-playground-middleware-express": "^1.7.12",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/plugin-db-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"knex": "^0.20.4"
"knex": "^0.20.6"
},
"peerDependencies": {
"@nodepack/app-context": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@nodepack/module": "^0.8.2",
"@nodepack/utils": "^0.8.2",
"consola": "^2.11.1",
"consola": "^2.11.3",
"eslint-loader": "^3.0.3",
"globby": "^10.0.1",
"yorkie": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nodepack/module": "^0.8.2",
"case": "^1.6.2",
"comment-json": "^2.3.1",
"fork-ts-checker-webpack-plugin": "^4.0.0-beta.4",
"fork-ts-checker-webpack-plugin": "^4.0.0-beta.5",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"ts-loader": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chalk": "^3.0.0",
"cli-highlight": "^2.1.4",
"cliui": "^6.0.0",
"consola": "^2.11.1",
"consola": "^2.11.3",
"cosmiconfig": "^6.0.0",
"deasync": "^0.1.19",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@nodepack/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@hapi/joi": "^15.1.0",
"@nodepack/module": "^0.8.2",
"chalk": "^3.0.0",
"consola": "^2.11.1",
"consola": "^2.11.3",
"execa": "^4.0.0",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
Expand Down
162 changes: 84 additions & 78 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2943,20 +2943,20 @@ anymatch@~3.1.1:
normalize-path "^3.0.0"
picomatch "^2.0.4"

apollo-cache-control@^0.8.9:
version "0.8.9"
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.8.9.tgz#1c53dcb6cc209646b73b4ba8803ff6ea50bea2a7"
integrity sha512-EFRAEL13QkMbXhl0NSABVS0wfiKYIVV4sDR+XNtRy3EWf2rWw7xulYFDMPiujjtElF2qjTswzcpLtYOXgOZN9A==
apollo-cache-control@^0.8.10:
version "0.8.10"
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.8.10.tgz#c104481ffa77ba32127ad8351ba8948c6382ff8d"
integrity sha512-1/CAEidIoY1PWw2mhwZChchK4fvLdHfdoB7AEikWMYFSbjYY6ZiayT+Q3z48wsiS/LTNugF/YJDJHQi4+qjuug==
dependencies:
apollo-server-env "^2.4.3"
graphql-extensions "^0.10.8"
graphql-extensions "^0.10.9"

apollo-datasource@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.6.3.tgz#b31e089e52adb92fabb536ab8501c502573ffe13"
integrity sha512-gRYyFVpJgHE2hhS+VxMeOerxXQ/QYxWG7T6QddfugJWYAG9DRCl65e2b7txcGq2NP3r+O1iCm4GNwhRBDJbd8A==
apollo-datasource@^0.6.4:
version "0.6.4"
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.6.4.tgz#c0d1604b1a97e004844d4b61bd819a9a6b0a409f"
integrity sha512-u4eu6Q94q6KuZacZfdo4vCevA81F4QWeTYEXUvoksQMJpiacPHHe0DJrofKVKvxngUp5kCi1RnPXSc6kBY+/oA==
dependencies:
apollo-server-caching "^0.5.0"
apollo-server-caching "^0.5.1"
apollo-server-env "^2.4.3"

apollo-engine-reporting-protobuf@^0.4.4:
Expand All @@ -2966,18 +2966,19 @@ apollo-engine-reporting-protobuf@^0.4.4:
dependencies:
"@apollo/protobufjs" "^1.0.3"

apollo-engine-reporting@^1.4.12:
version "1.4.12"
resolved "https://registry.yarnpkg.com/apollo-engine-reporting/-/apollo-engine-reporting-1.4.12.tgz#b33a6eae0ffa7b827dd813bed335260e6ad012d2"
integrity sha512-W1PpXaXSrqZu4Ae9NrjWXtTL9HFbQPynQLiGDAsDmCsL/wRAVyl6qRhVteSj7drwgXgAH5TwtUCnjJgSI+ixlg==
apollo-engine-reporting@^1.4.13:
version "1.4.13"
resolved "https://registry.yarnpkg.com/apollo-engine-reporting/-/apollo-engine-reporting-1.4.13.tgz#522b3782014c444e9656b7bdc590bfc59da5e209"
integrity sha512-p5fVmQigNGXoxCHnu8Bb6itNfwtjGnoyLf9i4oP0vfdSnTjaNI8KM7zXv16t1YnE/wsqYuieCnleoPSBReTy9Q==
dependencies:
apollo-engine-reporting-protobuf "^0.4.4"
apollo-graphql "^0.3.4"
apollo-server-caching "^0.5.0"
apollo-server-caching "^0.5.1"
apollo-server-env "^2.4.3"
apollo-server-types "^0.2.9"
apollo-server-errors "^2.3.4"
apollo-server-types "^0.2.10"
async-retry "^1.2.1"
graphql-extensions "^0.10.8"
graphql-extensions "^0.10.9"

apollo-env@^0.6.0:
version "0.6.0"
Expand Down Expand Up @@ -3006,33 +3007,33 @@ apollo-link@^1.2.3:
tslib "^1.9.3"
zen-observable-ts "^0.8.20"

apollo-server-caching@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.5.0.tgz#446a37ce2d4e24c81833e276638330a634f7bd46"
integrity sha512-l7ieNCGxUaUAVAAp600HjbUJxVaxjJygtPV0tPTe1Q3HkPy6LEWoY6mNHV7T268g1hxtPTxcdRu7WLsJrg7ufw==
apollo-server-caching@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.5.1.tgz#5cd0536ad5473abb667cc82b59bc56b96fb35db6"
integrity sha512-L7LHZ3k9Ao5OSf2WStvQhxdsNVplRQi7kCAPfqf9Z3GBEnQ2uaL0EgO0hSmtVHfXTbk5CTRziMT1Pe87bXrFIw==
dependencies:
lru-cache "^5.0.0"

apollo-server-core@^2.9.4:
version "2.9.14"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.9.14.tgz#9f68ec605df15cbe509a1b9f384923aef63d4169"
integrity sha512-Vc8TicXFFZGuEgo5AY1Ey0XuvHn7NQS1y7WxOQnr85KJ2zeRa6uIT8tU+73ZObzan3nlm9ysYtfSXh2QL21oyg==
apollo-server-core@^2.9.15:
version "2.9.15"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.9.15.tgz#fa18659d90430e2f9556191f9d873dbed6a58ca5"
integrity sha512-MgqtxZkUO2u7cSDQjp8feQlyHT/iZlKv3TV5kNy+xa9ewbfiR/qjziMsz46x+oVPBah+VH9WbGShSbVO0b2TJA==
dependencies:
"@apollographql/apollo-tools" "^0.4.0"
"@apollographql/graphql-playground-html" "1.6.24"
"@types/graphql-upload" "^8.0.0"
"@types/ws" "^6.0.0"
apollo-cache-control "^0.8.9"
apollo-datasource "^0.6.3"
apollo-engine-reporting "^1.4.12"
apollo-server-caching "^0.5.0"
apollo-cache-control "^0.8.10"
apollo-datasource "^0.6.4"
apollo-engine-reporting "^1.4.13"
apollo-server-caching "^0.5.1"
apollo-server-env "^2.4.3"
apollo-server-errors "^2.3.4"
apollo-server-plugin-base "^0.6.9"
apollo-server-types "^0.2.9"
apollo-tracing "^0.8.9"
apollo-server-plugin-base "^0.6.10"
apollo-server-types "^0.2.10"
apollo-tracing "^0.8.10"
fast-json-stable-stringify "^2.0.0"
graphql-extensions "^0.10.8"
graphql-extensions "^0.10.9"
graphql-tag "^2.9.2"
graphql-tools "^4.0.0"
graphql-upload "^8.0.2"
Expand All @@ -3053,19 +3054,19 @@ apollo-server-errors@^2.3.4:
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.3.4.tgz#b70ef01322f616cbcd876f3e0168a1a86b82db34"
integrity sha512-Y0PKQvkrb2Kd18d1NPlHdSqmlr8TgqJ7JQcNIfhNDgdb45CnqZlxL1abuIRhr8tiw8OhVOcFxz2KyglBi8TKdA==

[email protected].4:
version "2.9.4"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.9.4.tgz#ae7ca0b70a644ba9fa5e3ac395d1e2d9a4b23522"
integrity sha512-diX9n81E0tIJ0Sy2bHvDGPM9QsFBsZ76Nx/dszinY00ViyWG0yIAYEYWeRbsoKTeNDWWTvlMrh/3Eu2oaCIEhQ==
[email protected].15:
version "2.9.15"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.9.15.tgz#cd0b8c7275be8a6e120809c6c36147a29f3b8129"
integrity sha512-RrPFAW6QqxAGAlubdvxjluGc7SOr70H69ElLxDgXy3HREXN25Y4XZoCE+L3PoURwFy2mNtITZeDO7JKW1cbHNg==
dependencies:
"@apollographql/graphql-playground-html" "1.6.24"
"@types/accepts" "^1.3.5"
"@types/body-parser" "1.17.1"
"@types/cors" "^2.8.4"
"@types/express" "4.17.1"
accepts "^1.3.5"
apollo-server-core "^2.9.4"
apollo-server-types "^0.2.4"
apollo-server-core "^2.9.15"
apollo-server-types "^0.2.10"
body-parser "^1.18.3"
cors "^2.8.4"
express "^4.17.1"
Expand All @@ -3075,29 +3076,29 @@ [email protected]:
subscriptions-transport-ws "^0.9.16"
type-is "^1.6.16"

apollo-server-plugin-base@^0.6.9:
version "0.6.9"
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.6.9.tgz#0b47028f75066f2429935b0234fe58217bcc6de6"
integrity sha512-75rorl0y07PK7A/U1Oe9unLIGgbmy1T6uaCQ5zl8zy+mtmFFcH1nYERfXZha1eTDWLCx0F/xNI6YJmWxSisc5w==
apollo-server-plugin-base@^0.6.10:
version "0.6.10"
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.6.10.tgz#33d3e2bb82fca22a00b6648a2f1c6b2cc032a8a0"
integrity sha512-/xT7UT/tbCDIoTQ4lcEQsJ0ACh7h7QG0BDmeSlDXjwDuENRI50bQ2QoluCMPitZXGe+FCQfLhvzFgzbsZGT0IA==
dependencies:
apollo-server-types "^0.2.9"
apollo-server-types "^0.2.10"

apollo-server-types@^0.2.4, apollo-server-types@^0.2.9:
version "0.2.9"
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.2.9.tgz#d943817772e8712c7479be2403878be849183995"
integrity sha512-Iu9twx3lycH41F8shmrb33b4y0mNBz1chBdTIaSgIMmNwPDR4xs4eB6iyTK5swnaYC1eW+c+t5lHRUk7yexs/g==
apollo-server-types@^0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.2.10.tgz#017ee0c812e70b0846826834eb2c9eda036c1c7a"
integrity sha512-ke9ViPEWfW+2XLe66CaKGVZdS7duSLbamSKSprmmeMBd8s6tmjf0FumUVxV7X4quxPZi0OPo8x0LoLU7GWsmaA==
dependencies:
apollo-engine-reporting-protobuf "^0.4.4"
apollo-server-caching "^0.5.0"
apollo-server-caching "^0.5.1"
apollo-server-env "^2.4.3"

apollo-tracing@^0.8.9:
version "0.8.9"
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.8.9.tgz#2fde222dd60d21a211ebdbe4bc8d8674fdfb5e14"
integrity sha512-DYHPUW0rFcxxtI8+qU3leNU+fKfq9NPTjgPMr/AJmxKfsdOI6QgfVzVP/khiik0kU0+BMl5zBplwEDDdgbkUlg==
apollo-tracing@^0.8.10:
version "0.8.10"
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.8.10.tgz#e031a0e7fbd8662d4c2e3af03284a3eefeaf0a45"
integrity sha512-EjToHqHdDrjj0xBRnbie57lz3U81Onrs55YqHhvzaMv8gDAeKX3rnXiw5EfYZNxR7uutoyXH0iNKaYPyolWbZA==
dependencies:
apollo-server-env "^2.4.3"
graphql-extensions "^0.10.8"
graphql-extensions "^0.10.9"

apollo-utilities@^1.0.1, apollo-utilities@^1.3.0:
version "1.3.3"
Expand Down Expand Up @@ -3546,7 +3547,7 @@ bl@^3.0.0:
dependencies:
readable-stream "^3.0.1"

bluebird@^3.1.1, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1:
bluebird@^3.1.1, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
Expand Down Expand Up @@ -4501,7 +4502,12 @@ connect-history-api-fallback@^1.5.0, connect-history-api-fallback@^1.6.0:
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==

consola@^2.11.1, consola@^2.6.0:
consola@^2.11.3:
version "2.11.3"
resolved "https://registry.yarnpkg.com/consola/-/consola-2.11.3.tgz#f7315836224c143ac5094b47fd4c816c2cd1560e"
integrity sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw==

consola@^2.6.0:
version "2.11.1"
resolved "https://registry.yarnpkg.com/consola/-/consola-2.11.1.tgz#1df259c0a7aef44c9eb4f448e3a20ba0850a65e7"
integrity sha512-zFH/xFAE/KHJiWqwyTEDmdFe34Swc0pqMKJeowTvR3irepx8kKPu8bjaKzRd+RLjLH+0TvFxFBnohbSUQ+hOsw==
Expand Down Expand Up @@ -6693,10 +6699,10 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=

fork-ts-checker-webpack-plugin@^4.0.0-beta.4:
version "4.0.0-beta.4"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.0.0-beta.4.tgz#f12bed968aada4bb4ce1bf65277d25388cee28cf"
integrity sha512-srmjQMgMDFYjf0aIU9ugNH22FC8DaIsbMfMTlb+wI721smvwktlUimFTgkDdnXIxP+fxyyBOqyZNQUSBnEf7iA==
fork-ts-checker-webpack-plugin@^4.0.0-beta.5:
version "4.0.0-beta.5"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.0.0-beta.5.tgz#f56596b43cbaa5f12ab9e2ad857eae6990f9aaeb"
integrity sha512-844Q8QjomnAhxbj1N3A4vhqdnSbwiWKcsejL6lYZwrs964CVoELnCNnLGKswQFigqKIqIJ31kbBzpnwy/egHWg==
dependencies:
babel-code-frame "^6.22.0"
chalk "^2.4.1"
Expand Down Expand Up @@ -7215,14 +7221,14 @@ graphql-deduplicator@^2.0.5:
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.5.tgz#fab59d8a4f8127e010122784638cfc8afc815a9c"
integrity sha512-09yOnKej64C32saDU+jsQvIxDeYBTzDWhUkqE84AlCB6LUYuUktfgubZkOS3VdoFiYwsi2EL5Vc0wqemS9M3lg==

graphql-extensions@^0.10.8:
version "0.10.8"
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.10.8.tgz#d338048dfd9f09ec7953c6da2c8c06b3520cbb20"
integrity sha512-cUcc014vz+pfwcER8pc4ts/WWhDCrC9jhNFIiWYYntd2TshS+tZFsZ362i4P2VYLbpYCgFiO+xRY1f2mylyz5A==
graphql-extensions@^0.10.9:
version "0.10.9"
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.10.9.tgz#1b66baba8018c568f33a94e445134b614972a3db"
integrity sha512-NJdV8aGVGCrcm1Pbq8IbmV5FfLCAEPxgplh9EJU7qAP+Z4PenkuH6V6RAPRqIwwZ287m8/aDXKW+X0qFe8gyUQ==
dependencies:
"@apollographql/apollo-tools" "^0.4.0"
apollo-server-env "^2.4.3"
apollo-server-types "^0.2.9"
apollo-server-types "^0.2.10"

[email protected]:
version "1.6.12"
Expand Down Expand Up @@ -8346,10 +8352,10 @@ isarray@^2.0.1:
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==

isbinaryfile@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.2.tgz#bfc45642da645681c610cca831022e30af426488"
integrity sha512-C3FSxJdNrEr2F4z6uFtNzECDM5hXk+46fxaa+cwBe5/XrWSmzdG8DDgyjfX6/NRdBB21q2JXuRAzPCUs+fclnQ==
isbinaryfile@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.3.tgz#1bcca23bf4b2a95d209ec1e9da23b4d75e50fa2d"
integrity sha512-GQ9Gjhp3AsEbo8/L/pA+MYl/c4hRm5O/+uCkF4LMx1a556Wh4/d75H13qu9LldmhU4yKnlfNKBmEcCaze3b2Gw==

isexe@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -8586,12 +8592,12 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

knex@^0.20.4:
version "0.20.4"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.4.tgz#ee9575abb0611f44232a1579ea7c72d0fdff4ebe"
integrity sha512-gNpYj9BtacWnQwkyPaHOlzHRLJ7N6Abz8AKYb4OqoDA/iCY50VAUSpigjkS7Z4sr7uW64sxW2cVoXudaLN1ZQw==
knex@^0.20.6:
version "0.20.6"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.6.tgz#81eda6ec6580c05164a6317d3d4818ba20fca7bb"
integrity sha512-yuqAwRShmUOXqFiQMyQz+iBTJYiUcPAiE3Vy7Biuo64LLBDu7afwJeGhrr5/qwIgJ9idC/2kORGIwU9YrnLXEw==
dependencies:
bluebird "^3.7.1"
bluebird "^3.7.2"
colorette "1.1.0"
commander "^4.0.1"
debug "4.1.1"
Expand Down Expand Up @@ -12924,10 +12930,10 @@ symbol-observable@^1.0.4:
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==

systeminformation@^4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-4.16.0.tgz#d92ce821efdab720496c60656bf65cc68fb03f8c"
integrity sha512-1FjxPJSw7ad0zug+1YIQATj6Cn+wM5OBASEpjohEeOD2EGPIf0Cnhthd1L2O1YX+wKgOMuPldGfxYdo8yNHEIg==
systeminformation@^4.16.1:
version "4.16.1"
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-4.16.1.tgz#662beb2a820a311c242ae110285d80109286cffa"
integrity sha512-h/qDSRA4pPWm2d4JmTH75imJXfhen/s5JY6nG/3ZkK0GPJZ5UYIHegFqIj8Id6mnE8Y57vjHsPyd9wqrSnWtdQ==

table@^5.2.3:
version "5.4.6"
Expand Down

0 comments on commit 7d5d90b

Please sign in to comment.