Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 14, 2019
1 parent 78c2d0d commit f8533a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"cozy-konnector-libs": "4.18.0",
"exif": "^0.6.0",
"moment": "^2.24.0"
"exif": "0.6.0",
"moment": "2.24.0"
},
"devDependencies": {
"copy-webpack-plugin": "5.0.3",
Expand All @@ -52,7 +52,7 @@
"git-directory-deploy": "1.5.1",
"husky": "2.7.0",
"konitor": "0.10.2",
"performance-now": "^2.1.0",
"performance-now": "2.1.0",
"svgo": "1.3.0",
"webpack": "4.35.3",
"webpack-cli": "3.3.6"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

exif@^0.6.0:
[email protected]:
version "0.6.0"
resolved "https://registry.yarnpkg.com/exif/-/exif-0.6.0.tgz#60a62668076542cb7e4f57199d4ac6f37d2c5f4a"
integrity sha1-YKYmaAdlQst+T1cZnUrG830sX0o=
Expand Down Expand Up @@ -3573,7 +3573,7 @@ [email protected], [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@
dependencies:
minimist "0.0.8"

moment@^2.24.0:
[email protected]:
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
Expand Down Expand Up @@ -4179,7 +4179,7 @@ [email protected]:
unorm "^1.4.1"
uuid "^3.0.1"

performance-now@^2.1.0:
performance-now@2.1.0, performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
Expand Down

0 comments on commit f8533a6

Please sign in to comment.