Skip to content

Commit

Permalink
fix(deps): update dependency @nestjsx/crud to v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 14, 2020
1 parent 411cadc commit 83a4259
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/terminus": "7.0.1",
"@nestjs/typeorm": "7.0.0",
"@nestjs/websockets": "7.0.11",
"@nestjsx/crud": "4.6.1",
"@nestjsx/crud": "4.6.2",
"@xmlking/jwks-rsa": "1.4.3",
"cache-manager": "3.3.0",
"class-transformer": "0.2.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1896,27 +1896,27 @@
iterare "1.2.0"
tslib "1.11.2"

"@nestjsx/crud-request@^4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@nestjsx/crud-request/-/crud-request-4.6.1.tgz#7dad476399ac61b9ba718139e81edb694d440fd3"
integrity sha512-nkq9+5vUtgUTECY76vlWmhli62RcUHpU820HlOK8+1iSBZjT0VFyhKNuZbVxGP7Py3qxwjxTulaLtvGydkYPEA==
"@nestjsx/crud-request@^4.6.2":
version "4.6.2"
resolved "https://registry.yarnpkg.com/@nestjsx/crud-request/-/crud-request-4.6.2.tgz#c0d29df354b3de648a44dc0973f80131c953af86"
integrity sha512-EqveTzR5JLMRBnxqJzo0mm7Ff05IzQ6dvfg1gj46q6nOwZ0hfXr0FBTChtciKtkZB/QOlWQ5B1scCap/QuNJWQ==
dependencies:
"@nestjsx/util" "^4.6.1"
"@nestjsx/util" "^4.6.2"
qs "^6.8.0"

"@nestjsx/[email protected].1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@nestjsx/crud/-/crud-4.6.1.tgz#a0bd067564aae86201894bccf7547f17ddd92799"
integrity sha512-Sc17ExhOrOoQFi1odvVSPyL3nVEiE/bmd8UngZGRu20w62BTJ5zV9mTLs6nv2R6noY3tS97pVqB85Qez5thlMA==
"@nestjsx/[email protected].2":
version "4.6.2"
resolved "https://registry.yarnpkg.com/@nestjsx/crud/-/crud-4.6.2.tgz#7b6c3e8642f44f6113e7d9945aa397bbda334b26"
integrity sha512-WWzPI7X2saxJ2No5vO4+zaSRP4CABqSM4NGVAE1VjGQ1ApdjDxj3dFu08Y7YSa5kz+vmrVRwh++Vh+xd9MixUQ==
dependencies:
"@nestjsx/crud-request" "^4.6.1"
"@nestjsx/util" "^4.6.1"
"@nestjsx/crud-request" "^4.6.2"
"@nestjsx/util" "^4.6.2"
deepmerge "^3.2.0"

"@nestjsx/util@^4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@nestjsx/util/-/util-4.6.1.tgz#0fecb7618b26ec8d479d6d857f3a26523c2fafd4"
integrity sha512-HJkZj/1fF9Y6GEiklAfF5Sk3kkOwMZ6qGlQ+RqTKVidoocf7NeviuLLRCAeMi2/LOoLKDOdVayosGCl9tzklTg==
"@nestjsx/util@^4.6.2":
version "4.6.2"
resolved "https://registry.yarnpkg.com/@nestjsx/util/-/util-4.6.2.tgz#89bd31447a30f9666d7ad1616111c78b2d61dd56"
integrity sha512-YG2gQvSm7p8zBFaW6MFM5r1Ihk4Vr189SB2OTr7fV7qcjPS+02v7xILw2dTz2emdmu0t0AgCL2RU1V0lY8Aa9w==

"@ngtools/[email protected]":
version "9.1.5"
Expand Down

0 comments on commit 83a4259

Please sign in to comment.