Skip to content

Commit

Permalink
chore(deps): upgrade js-cookie to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Nov 10, 2017
1 parent 3445ba8 commit 869a4d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@nuxtjs/axios": "^4.0.1",
"cookie": "^0.3.1",
"js-cookie": "^2.1.4",
"js-cookie": "^2.2.0",
"lodash": "^4.17.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3738,9 +3738,9 @@ js-beautify@^1.6.14:
mkdirp "~0.5.0"
nopt "~3.0.1"

js-cookie@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.1.4.tgz#da4ec503866f149d164cf25f579ef31015025d8d"
js-cookie@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.0.tgz#1b2c279a6eece380a12168b92485265b35b1effb"

js-tokens@^3.0.0, js-tokens@^3.0.2:
version "3.0.2"
Expand Down

0 comments on commit 869a4d1

Please sign in to comment.