From 56a1712a05a0ff6949995c1ca11487d4e3093815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:13:50 +0000 Subject: [PATCH] Bump express from 4.18.3 to 4.19.1 in /it/typescript Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.3...4.19.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/typescript/package-lock.json | 16 ++++++++-------- it/typescript/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index c79a33de57..b8c350f34a 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -17,7 +17,7 @@ "@microsoft/kiota-serialization-json": "^1.0.0-preview.48", "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.27", "@microsoft/kiota-serialization-text": "^1.0.0-preview.45", - "express": "^4.18.3", + "express": "^4.19.1", "node-fetch": "^2.7.0" }, "devDependencies": { @@ -1345,9 +1345,9 @@ } }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "engines": { "node": ">= 0.6" } @@ -1732,16 +1732,16 @@ } }, "node_modules/express": { - "version": "4.18.3", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.3.tgz", - "integrity": "sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.1.tgz", + "integrity": "sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", diff --git a/it/typescript/package.json b/it/typescript/package.json index 52effab505..a9dfa3c2fe 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -38,7 +38,7 @@ "@microsoft/kiota-serialization-json": "^1.0.0-preview.48", "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.27", "@microsoft/kiota-serialization-text": "^1.0.0-preview.45", - "express": "^4.18.3", + "express": "^4.19.1", "node-fetch": "^2.7.0" } }