Skip to content

Commit

Permalink
Merge pull request #153 from piic/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
9renpoto authored May 18, 2020
2 parents ac33ac9 + 1ac0990 commit 2c07298
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@9renpoto/eslint-config-typescript": "5.5.1",
"@9renpoto/textlint-config-ja": "5.5.1",
"@secretlint/secretlint-rule-preset-recommend": "2.0.0",
"@types/faker": "^4.1.12",
"@types/faker": "4.1.12",
"@types/jest": "25.2.2",
"can-npm-publish": "1.3.2",
"eslint": "7.0.0",
"faker": "^4.1.0",
"faker": "4.1.0",
"husky": "4.2.5",
"jest": "26.0.1",
"lerna-changelog": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"graphql-relay": "0.6.0",
"sqlite3": "4.2.0",
"typeorm": "0.2.24",
"typeorm-factory": "^0.0.14"
"typeorm-factory": "0.0.14"
},
"types": "lib/index.d.ts"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@
"@types/express-serve-static-core" "*"
"@types/serve-static" "*"

"@types/faker@^4.1.12":
"@types/[email protected]":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-4.1.12.tgz#065d37343677df1aa757c622650bd14666c42602"
integrity sha512-0MEyzJrLLs1WaOCx9ULK6FzdCSj2EuxdSP9kvuxxdBEGujZYUOZ4vkPXdgu3dhyg/pOdn7VCatelYX7k0YShlA==
Expand Down Expand Up @@ -5661,7 +5661,7 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

faker@^4.1.0:
[email protected]:
version "4.1.0"
resolved "https://registry.yarnpkg.com/faker/-/faker-4.1.0.tgz#1e45bbbecc6774b3c195fad2835109c6d748cc3f"
integrity sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8=
Expand Down Expand Up @@ -12325,7 +12325,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typeorm-factory@^0.0.14:
[email protected]:
version "0.0.14"
resolved "https://registry.yarnpkg.com/typeorm-factory/-/typeorm-factory-0.0.14.tgz#bbc56a61684238ac9e3a1c88cbab508efe422ba1"
integrity sha512-PdCEnprw2YDbFJ50mCtPr+IOQa5Y9Yv7l3DDmqNEJPROwK48znvQEHVRA9bWR2ByjaZDfmRMWo7+/Q+WkDPOgw==
Expand Down

0 comments on commit 2c07298

Please sign in to comment.