Skip to content

Commit

Permalink
chore(deps): update dependency joi to v17.3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
Donbot committed Nov 20, 2020
1 parent 4efb7e8 commit 70d758b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 46 deletions.
80 changes: 37 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-angular": "11.0.0",
"@hapi/joi": "17.1.1",
"@nestjs/common": "7.5.4",
"@nestjs/core": "7.5.4",
"@nestjs/platform-express": "7.5.4",
"@nestjs/testing": "7.5.4",
"@types/hapi__joi": "17.1.6",
"@types/jest": "26.0.15",
"@types/lodash.get": "4.4.6",
"@types/lodash.has": "4.5.6",
Expand All @@ -46,6 +44,7 @@
"eslint-plugin-import": "2.22.1",
"husky": "4.3.0",
"jest": "26.6.3",
"joi": "17.3.0",
"lint-staged": "10.5.1",
"prettier": "2.2.0",
"reflect-metadata": "0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion tests/src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Joi from '@hapi/joi';
import Joi from 'joi';
import { DynamicModule, Inject, Module, Optional } from '@nestjs/common';
import { join } from 'path';
import { ConfigType } from '../../lib';
Expand Down

0 comments on commit 70d758b

Please sign in to comment.