Skip to content

Commit

Permalink
chore(package): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Jan 4, 2017
1 parent 0689c5a commit 27e467f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
},
"homepage": "https://github.com/lgaticaq/tz-parser#readme",
"dependencies": {
"crc": "^3.4.3",
"crc": "^3.4.4",
"moment": "^2.17.1",
"node-nmea": "^1.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.4.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"generate-changelog": "^1.0.2",
"eslint": "^3.12.2",
"generate-changelog": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ coveralls@^2.11.15:
minimist "1.2.0"
request "2.75.0"

crc@^3.4.3:
version "3.4.3"
resolved "https://registry.npmjs.org/crc/-/crc-3.4.3.tgz#05ba61b6c0471007dd0d4bcddd2ba96ceab08a86"
crc@^3.4.4:
version "3.4.4"
resolved "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz#9da1e980e3bd44fc5c93bf5ab3da3378d85e466b"

[email protected]:
version "2.0.5"
Expand Down Expand Up @@ -433,9 +433,9 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@^3.11.1:
version "3.11.1"
resolved "https://registry.npmjs.org/eslint/-/eslint-3.11.1.tgz#408be581041385cba947cd8d1cd2227782b55dbf"
eslint@^3.12.2:
version "3.12.2"
resolved "https://registry.npmjs.org/eslint/-/eslint-3.12.2.tgz#6be5a9aa29658252abd7f91e9132bab1f26f3c34"
dependencies:
babel-code-frame "^6.16.0"
chalk "^1.1.3"
Expand All @@ -448,7 +448,7 @@ eslint@^3.11.1:
esutils "^2.0.2"
file-entry-cache "^2.0.0"
glob "^7.0.3"
globals "^9.2.0"
globals "^9.14.0"
ignore "^3.2.0"
imurmurhash "^0.1.4"
inquirer "^0.12.0"
Expand Down Expand Up @@ -576,9 +576,9 @@ fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

generate-changelog:
version "1.0.2"
resolved "https://registry.yarnpkg.com/generate-changelog/-/generate-changelog-1.0.2.tgz#b26116d531a6ac4536a90ef5634121a55088d0eb"
generate-changelog@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/generate-changelog/-/generate-changelog-1.1.0.tgz#2a70badc4e47a7cb5e1145194e5cb5acf4ed06e1"
dependencies:
bluebird "^3.0.6"
commander "^2.9.0"
Expand Down Expand Up @@ -625,7 +625,7 @@ glob@^5.0.15:
once "^1.3.0"
path-is-absolute "^1.0.0"

globals@^9.2.0:
globals@^9.14.0:
version "9.14.0"
resolved "https://registry.npmjs.org/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034"

Expand Down

0 comments on commit 27e467f

Please sign in to comment.