Skip to content

Commit

Permalink
Merge pull request #35 from sounisi5011/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
sounisi5011 committed Jun 25, 2019
2 parents b162f81 + 4b762a7 commit 8bb5dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@types/sinon": "7.0.13",
"@types/slug": "^0.9.1",
"@types/slug": "0.9.1",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"ava": "2.1.0",
Expand All @@ -93,7 +93,7 @@
"prettier": "1.18.2",
"prettier-package-json": "2.1.0",
"sinon": "7.3.2",
"slug": "^1.1.0",
"slug": "1.1.0",
"sort-package-json": "1.22.1",
"ts-node": "8.3.0",
"typescript": "3.5.2"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -425,7 +425,7 @@
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==

"@types/slug@^0.9.1":
"@types/slug@0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@types/slug/-/slug-0.9.1.tgz#16dbf8b77d73e0a09ce51a96400878f33806ab32"
integrity sha512-zR/u8WFQ4/6uCIikjI00a5uB084XjgEGNRAvM4a1BL39Bw9yEiDQFiPS2DgJ8lPDkR2Qd/vZ26dCR9XqlKbDqQ==
Expand Down Expand Up @@ -4521,7 +4521,7 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0"

slug@^1.1.0:
slug@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/slug/-/slug-1.1.0.tgz#73eef5710416f515077bdf70c683bde4915913c9"
integrity sha512-NuIOjDQeTMPm+/AUIHJ5636mF3jOsYLFnoEErl9Tdpt4kpt4fOrAJxscH9mUgX1LtPaEqgPCawBg7A4yhoSWRg==
Expand Down

0 comments on commit 8bb5dc2

Please sign in to comment.