Skip to content

Commit 39d320a

Browse files
chore(deps): pin dependencies
1 parent c71ba3e commit 39d320a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- "10.24.1"
44

55
script:
66
# - npm run danger (uncomment when danger is working)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"browserify": "17.0.0",
8888
"bundlesize": "0.18.1",
8989
"codecov": "3.8.3",
90-
"commitizen": "^4.2.4",
91-
"conventional-changelog-cli": "^3.0.0",
90+
"commitizen": "4.3.0",
91+
"conventional-changelog-cli": "3.0.0",
9292
"cz-conventional-changelog": "3.3.0",
9393
"danger": "11.2.6",
9494
"graphql": "16.6.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ commander@^2.18.0, commander@^2.20.0:
19551955
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
19561956
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
19571957

1958-
commitizen@^4.0.3, commitizen@^4.2.4:
1958+
commitizen@4.3.0, commitizen@^4.0.3:
19591959
version "4.3.0"
19601960
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.3.0.tgz#0d056c542a2d2b1f9b9aba981aa32575b2849924"
19611961
integrity sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==
@@ -2025,7 +2025,7 @@ conventional-changelog-atom@^3.0.0:
20252025
resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-3.0.0.tgz#32de463a29db773de15382c96acda47930d3d24d"
20262026
integrity sha512-pnN5bWpH+iTUWU3FaYdw5lJmfWeqSyrUkG+wyHBI9tC1dLNnHkbAOg1SzTQ7zBqiFrfo55h40VsGXWMdopwc5g==
20272027

2028-
conventional-changelog-cli@^3.0.0:
2028+
20292029
version "3.0.0"
20302030
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-3.0.0.tgz#e5b1e67550702b098b4e03d8401927fe4c462f3e"
20312031
integrity sha512-3zMYi0IrfNd6AAHdPMrcgCg5DbcffiqNaEBf8cYrlntXPbBIXaELTbnRmUy5TQAe0Hkgi0J6+/VmRCkkJQflcQ==

0 commit comments

Comments
 (0)