Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 20, 2019
1 parent 7993417 commit ae4ba86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"dependencies": {
"cozy-konnector-libs": "4.18.2",
"exif": "^0.6.0",
"mime": "^2.4.4",
"moment": "^2.24.0"
"exif": "0.6.0",
"mime": "2.4.4",
"moment": "2.24.0"
},
"devDependencies": {
"copy-webpack-plugin": "5.0.3",
Expand All @@ -53,7 +53,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.36.1",
"webpack-cli": "3.3.6"
Expand Down
8 changes: 4 additions & 4 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 @@ -3490,7 +3490,7 @@ [email protected], mime-types@^2.1.12, mime-types@~2.1.19:
dependencies:
mime-db "1.40.0"

mime@^2.4.4:
[email protected]:
version "2.4.4"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5"
integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==
Expand Down Expand Up @@ -3578,7 +3578,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 @@ -4184,7 +4184,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 ae4ba86

Please sign in to comment.