Bump next-iron-session from 4.1.12 to 4.1.13

Bumps [next-iron-session](https://github.com/vvo/next-iron-session) from 4.1.12 to 4.1.13.
- [Release notes](https://github.com/vvo/next-iron-session/releases)
- [Commits](https://github.com/vvo/next-iron-session/compare/v4.1.12...v4.1.13)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-18 20:52:05 +00:00
committed by Thomas Ruoff
parent 87a29a472d
commit a7bd0f8423
2 changed files with 10 additions and 4 deletions

12
package-lock.json generated
View File

@@ -4658,6 +4658,11 @@
"classnames": "*"
}
},
"@types/cookie": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.0.tgz",
"integrity": "sha512-y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg=="
},
"@types/graceful-fs": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.4.tgz",
@@ -10723,10 +10728,11 @@
}
},
"next-iron-session": {
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/next-iron-session/-/next-iron-session-4.1.12.tgz",
"integrity": "sha512-1eopV444Bov+hy1fy3JVQJpyPyO0KEz3QvnOLycvhyyIGRB3UTPCWMxFWlbOQbS07WKajAEW/IphdbVB3207aw==",
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/next-iron-session/-/next-iron-session-4.1.13.tgz",
"integrity": "sha512-CHYeVtpdHDy4OjH1QppR0n2tF4eEp0hFalQIzhqNEPfG4AfbmqiVGZIVTipJRVc7YfCOS3MZx8B5/yKbM8gA7Q==",
"requires": {
"@types/cookie": "^0.4.0",
"array.prototype.flat": "^1.2.4",
"clone": "^2.1.2",
"cookie": "^0.4.1",