Skip to content

Commit

Permalink
chore: update packages to the latest version
Browse files Browse the repository at this point in the history
qrcode, @nestjs/core, @nestjs/graphql, graphql, ws, @commitlint/cli, @commitlint/config-conventional, @commitlint/config-lerna-scopes, @commitlint/travis-cli, ngx-masonry,
  • Loading branch information
AlishMekliov931 committed Jul 29, 2019
1 parent 0daa766 commit e169537
Show file tree
Hide file tree
Showing 14 changed files with 393 additions and 433 deletions.
2 changes: 1 addition & 1 deletion admin/website-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"normalize.css": "^8.0.1",
"pace-js": "1.0.2",
"popper.js": "^1.15.0",
"qrcode": "^1.3.3",
"qrcode": "^1.4.1",
"reflect-metadata": "^0.1.13",
"roboto-fontface": "^0.10.0",
"rxjs": "^6.5.2",
Expand Down
25 changes: 6 additions & 19 deletions admin/website-angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3605,13 +3605,6 @@ camelcase@^5.0.0, camelcase@^5.2.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

can-promise@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/can-promise/-/can-promise-0.0.1.tgz#7a7597ad801fb14c8b22341dfec314b6bd6ad8d3"
integrity sha512-gzVrHyyrvgt0YpDm7pn04MQt8gjh0ZAhN4ZDyCRtGl6YnuuK6b4aiUTD7G52r9l4YNmxfTtEscb92vxtAlL6XQ==
dependencies:
window-or-global "^1.0.1"

caniuse-lite@1.0.30000979:
version "1.0.30000979"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000979.tgz#92f16d00186a6cf20d6c5711bb6e042a3d667029"
Expand Down Expand Up @@ -11044,16 +11037,15 @@ qjobs@^1.1.4:
resolved "https://registry.yarnpkg.com/qjobs/-/qjobs-1.2.0.tgz#c45e9c61800bd087ef88d7e256423bdd49e5d071"
integrity sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==

qrcode@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.3.3.tgz#5ef50c0c890cffa1897f452070f0f094936993de"
integrity sha512-SH7V13AcJusH3GT8bMNOGz4w0L+LjcpNOU/NiOgtBhT/5DoWeZE6D5ntMJnJ84AMkoaM4kjJJoHoh9g++8lWFg==
qrcode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.4.1.tgz#2126814985d0dbbd9aee050fc523d319c6a7dc3b"
integrity sha512-3JhHQJkKqJL4PfoM6t+B40f0GWv9eNJAJmuNx2X/sHEOLvMyvEPN8GfbdN1qmr19O8N2nLraOzeWjXocHz1S4w==
dependencies:
can-promise "0.0.1"
dijkstrajs "^1.0.1"
isarray "^2.0.1"
pngjs "^3.3.0"
yargs "^12.0.5"
yargs "^13.2.4"

qs@6.5.2, qs@~6.5.2:
version "6.5.2"
Expand Down Expand Up @@ -14519,11 +14511,6 @@ widest-line@^2.0.0:
dependencies:
string-width "^2.1.1"

window-or-global@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/window-or-global/-/window-or-global-1.0.1.tgz#dbe45ba2a291aabc56d62cf66c45b7fa322946de"
integrity sha1-2+RboqKRqrxW1iz2bEW3+jIpRt4=

windows-release@^3.1.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f"
Expand Down Expand Up @@ -14697,7 +14684,7 @@ yargs-parser@^5.0.0:
dependencies:
camelcase "^3.0.0"

yargs@12.0.5, yargs@^12.0.5:
yargs@12.0.5:
version "12.0.5"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
Expand Down
16 changes: 8 additions & 8 deletions backend/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"dependencies": {
"@captemulation/get-parameter-names": "^1.3.0",
"@nestjs/common": "^6.3.2",
"@nestjs/core": "^6.3.2",
"@nestjs/core": "^6.5.3",
"@nestjs/cqrs": "^6.0.0",
"@nestjs/graphql": "^6.2.4",
"@nestjs/graphql": "^6.4.2",
"@nestjs/microservices": "^6.3.2",
"@nestjs/passport": "^6.1.0",
"@nestjs/platform-express": "^6.3.2",
Expand Down Expand Up @@ -85,7 +85,7 @@
"express-handlebars": "^3.1.0",
"faker": "^4.1.0",
"fstream": "^1.0.12",
"graphql": "^14.3.1",
"graphql": "^14.4.2",
"graphql-playground-middleware-express": "^1.7.12",
"graphql-subscriptions": "^1.1.0",
"graphql-tools": "^4.0.5",
Expand Down Expand Up @@ -142,13 +142,13 @@
"upath": "^1.1.2",
"uuid": "^3.3.2",
"validator": "^11.0.0",
"ws": "^7.0.1"
"ws": "^7.1.1"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/config-lerna-scopes": "^8.0.0",
"@commitlint/travis-cli": "^8.0.0",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/config-lerna-scopes": "^8.1.0",
"@commitlint/travis-cli": "^8.1.0",
"@nestjs/testing": "^6.3.2",
"@types/bcrypt": "^3.0.0",
"@types/bluebird": "^3.5.27",
Expand Down
Loading

0 comments on commit e169537

Please sign in to comment.