1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Bump express-mysql-session from 2.1.7 to 2.1.8

Bumps [express-mysql-session](https://github.com/chill117/express-mysql-session) from 2.1.7 to 2.1.8.
- [Release notes](https://github.com/chill117/express-mysql-session/releases)
- [Changelog](https://github.com/chill117/express-mysql-session/blob/v2.1.8/changelog.md)
- [Commits](https://github.com/chill117/express-mysql-session/compare/v2.1.7...v2.1.8)

---
updated-dependencies:
- dependency-name: express-mysql-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]
2022-04-27 04:30:49 +00:00
committed by Matt Fiddaman
parent 79ab9a8352
commit 0d19f25e92

44
package-lock.json generated
View File

@@ -4091,14 +4091,14 @@
}
},
"node_modules/express-mysql-session": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/express-mysql-session/-/express-mysql-session-2.1.7.tgz",
"integrity": "sha512-0lY8nBVo6GZdQ/Y98zsTsRnDMNJJYRh5k83rrzLf/5CKHEAJZfOnHaox1WG/W8HHTutNKMsmsiiGgL16r1PcsQ==",
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/express-mysql-session/-/express-mysql-session-2.1.8.tgz",
"integrity": "sha512-EnFdhG6RNmC/gZpC+mmcGKZeX8kcp5Lh90ozFTa8LNJmHrGWzqOt8564IvnTw5c4d3/Aj0EAXnpGuzLCoKzcig==",
"dependencies": {
"debug": "4.3.2",
"debug": "4.3.4",
"express-session": "1.17.2",
"mysql": "2.18.1",
"underscore": "1.13.1"
"underscore": "1.13.3"
},
"funding": {
"type": "individual",
@@ -4106,9 +4106,9 @@
}
},
"node_modules/express-mysql-session/node_modules/debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dependencies": {
"ms": "2.1.2"
},
@@ -11499,9 +11499,9 @@
}
},
"node_modules/underscore": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.3.tgz",
"integrity": "sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA=="
},
"node_modules/undertaker": {
"version": "1.3.0",
@@ -15209,20 +15209,20 @@
}
},
"express-mysql-session": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/express-mysql-session/-/express-mysql-session-2.1.7.tgz",
"integrity": "sha512-0lY8nBVo6GZdQ/Y98zsTsRnDMNJJYRh5k83rrzLf/5CKHEAJZfOnHaox1WG/W8HHTutNKMsmsiiGgL16r1PcsQ==",
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/express-mysql-session/-/express-mysql-session-2.1.8.tgz",
"integrity": "sha512-EnFdhG6RNmC/gZpC+mmcGKZeX8kcp5Lh90ozFTa8LNJmHrGWzqOt8564IvnTw5c4d3/Aj0EAXnpGuzLCoKzcig==",
"requires": {
"debug": "4.3.2",
"debug": "4.3.4",
"express-session": "1.17.2",
"mysql": "2.18.1",
"underscore": "1.13.1"
"underscore": "1.13.3"
},
"dependencies": {
"debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"requires": {
"ms": "2.1.2"
}
@@ -20788,9 +20788,9 @@
"dev": true
},
"underscore": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.3.tgz",
"integrity": "sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA=="
},
"undertaker": {
"version": "1.3.0",