Bump next-iron-session from 4.1.13 to 4.1.14

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

---
updated-dependencies:
- dependency-name: next-iron-session
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-07 22:16:46 +00:00
committed by Thomas Ruoff
parent 9581ae4dc5
commit 6ecb731ad5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7867,9 +7867,9 @@
} }
}, },
"next-iron-session": { "next-iron-session": {
"version": "4.1.13", "version": "4.1.14",
"resolved": "https://registry.npmjs.org/next-iron-session/-/next-iron-session-4.1.13.tgz", "resolved": "https://registry.npmjs.org/next-iron-session/-/next-iron-session-4.1.14.tgz",
"integrity": "sha512-CHYeVtpdHDy4OjH1QppR0n2tF4eEp0hFalQIzhqNEPfG4AfbmqiVGZIVTipJRVc7YfCOS3MZx8B5/yKbM8gA7Q==", "integrity": "sha512-Df1m/ohtvgHLqi0ECznxjNDRzTLT1NSXgyuRjLc5spYMCBJQ6yVY0Ah03Lw7/+/9sYBJ00fQjilFQ2Whechhrw==",
"requires": { "requires": {
"@types/cookie": "^0.4.0", "@types/cookie": "^0.4.0",
"array.prototype.flat": "^1.2.4", "array.prototype.flat": "^1.2.4",

View File

@@ -15,7 +15,7 @@
"ics": "^2.29.0", "ics": "^2.29.0",
"mongoose": "^5.12.12", "mongoose": "^5.12.12",
"next": "^10.2.3", "next": "^10.2.3",
"next-iron-session": "^4.1.13", "next-iron-session": "^4.1.14",
"next-mdx-remote": "^3.0.2", "next-mdx-remote": "^3.0.2",
"p-retry": "^4.5.0", "p-retry": "^4.5.0",
"react": "^17.0.2", "react": "^17.0.2",