Merge pull request #680 from TriliumNext/renovate/express-session-1.x

chore(deps): update dependency @types/express-session to v1.18.1
This commit is contained in:
Elian Doran 2024-12-07 12:10:58 +02:00 committed by GitHub
commit e2a33e9694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -121,7 +121,7 @@
"@types/electron-squirrel-startup": "1.0.2", "@types/electron-squirrel-startup": "1.0.2",
"@types/escape-html": "1.0.4", "@types/escape-html": "1.0.4",
"@types/express": "4.17.21", "@types/express": "4.17.21",
"@types/express-session": "1.18.0", "@types/express-session": "1.18.1",
"@types/html": "1.0.4", "@types/html": "1.0.4",
"@types/ini": "4.1.1", "@types/ini": "4.1.1",
"@types/jasmine": "5.1.4", "@types/jasmine": "5.1.4",
@ -3814,10 +3814,11 @@
} }
}, },
"node_modules/@types/express-session": { "node_modules/@types/express-session": {
"version": "1.18.0", "version": "1.18.1",
"resolved": "https://registry.npmjs.org/@types/express-session/-/express-session-1.18.0.tgz", "resolved": "https://registry.npmjs.org/@types/express-session/-/express-session-1.18.1.tgz",
"integrity": "sha512-27JdDRgor6PoYlURY+Y5kCakqp5ulC0kmf7y+QwaY+hv9jEFuQOThgkjyA53RP3jmKuBsH5GR6qEfFmvb8mwOA==", "integrity": "sha512-S6TkD/lljxDlQ2u/4A70luD8/ZxZcrU5pQwI1rVXCiaVIywoFgbA+PIUNDjPhQpPdK0dGleLtYc/y7XWBfclBg==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@types/express": "*" "@types/express": "*"
} }

View File

@ -160,7 +160,7 @@
"@types/electron-squirrel-startup": "1.0.2", "@types/electron-squirrel-startup": "1.0.2",
"@types/escape-html": "1.0.4", "@types/escape-html": "1.0.4",
"@types/express": "4.17.21", "@types/express": "4.17.21",
"@types/express-session": "1.18.0", "@types/express-session": "1.18.1",
"@types/html": "1.0.4", "@types/html": "1.0.4",
"@types/ini": "4.1.1", "@types/ini": "4.1.1",
"@types/jasmine": "5.1.4", "@types/jasmine": "5.1.4",