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 Apr 28, 2020
1 parent 88152b3 commit 7df9bf5
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 @@ -38,21 +38,21 @@
"travisDeployKey": "./bin/generate_travis_deploy_key"
},
"dependencies": {
"buffer-to-stream": "^1.0.0",
"buffer-to-stream": "1.0.0",
"cozy-konnector-libs": "4.34.2",
"soap": "0.29.0"
},
"devDependencies": {
"copy-webpack-plugin": "5.0.4",
"cozy-app-publish": "0.19.3",
"cozy-jobs-cli": "1.13.3",
"eslint": "^6.4.0",
"eslint": "6.8.0",
"eslint-config-cozy-app": "1.3.2",
"eslint-plugin-prettier": "3.1.1",
"git-directory-deploy": "1.5.1",
"husky": "3.0.7",
"konitor": "0.10.3",
"prettier": "^1.18.2",
"prettier": "1.19.1",
"svgo": "1.3.0",
"webpack": "4.41.0",
"webpack-cli": "3.3.9"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ buffer-from@^1.0.0:
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==

buffer-to-stream@^1.0.0:
buffer-to-stream@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/buffer-to-stream/-/buffer-to-stream-1.0.0.tgz#64ae615303fdce9446c8a1ea50239e178a5b49ed"
integrity sha512-EMiRQgNY0mFGbPm7zV3b7vc1mSNs7WSkZvH2Rmvl2tjTe43uCuRlCVw1OAEon7NXBTT7He1Pf2lLoKKgvcAujA==
Expand Down Expand Up @@ -2311,7 +2311,7 @@ eslint@5.16.0:
table "^5.2.3"
text-table "^0.2.0"

eslint@^6.4.0:
eslint@6.8.0:
version "6.8.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
Expand Down Expand Up @@ -4988,7 +4988,7 @@ prettier@1.18.2:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

prettier@^1.18.2:
prettier@1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
Expand Down

0 comments on commit 7df9bf5

Please sign in to comment.