Skip to content

Commit

Permalink
fix(deps): update dependency next-iron-session to v3.0.1 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 17, 2020
1 parent 76c3fb4 commit 6d00d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"next": "9.3.1",
"next-iron-session": "3.0.0",
"next-iron-session": "3.0.1",
"node-fetch": "2.6.0",
"react": "16.13.0",
"react-dom": "16.13.0",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3778,10 +3778,10 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==

[email protected].0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/next-iron-session/-/next-iron-session-3.0.0.tgz#1fca99f0b4c4055998c46e5660d8eb4aad5f4d0c"
integrity sha512-bEih+UqxsV+9J3NqttD4UkvzksQGJ7Zt7tU6qBEOcJDh5FmmApM7m5Mm//AA5y9JZ5EJ/2FpVNXy9pdYGVGCng==
[email protected].1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/next-iron-session/-/next-iron-session-3.0.1.tgz#ba43a15530c56eb59f4c6d433fccc62d62c50e83"
integrity sha512-6L30MiTMm9E2EGk05stqpqauXxbdHWN5OHVlScLRIRowChqz2IV2zhDuZ+Dip42BAMDaFDAVC6LWP9AQbzUooQ==
dependencies:
clone "^2.1.2"
cookie "^0.4.0"
Expand Down

0 comments on commit 6d00d42

Please sign in to comment.