From 417cf3409e5183b3dd14faa444ebf2175fe24257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:36:29 +0200 Subject: [PATCH] Bump express from 4.19.1 to 4.19.2 in /nodejs/yarn (#706) Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2. - [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.19.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- nodejs/yarn/package.json | 2 +- nodejs/yarn/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nodejs/yarn/package.json b/nodejs/yarn/package.json index 57c32818..68664b8b 100644 --- a/nodejs/yarn/package.json +++ b/nodejs/yarn/package.json @@ -1,7 +1,7 @@ { "author": "Paketo Buildpacks", "dependencies": { - "express": "^4.19.1" + "express": "^4.19.2" }, "description": "Sample Node.js Application using Yarn", "license": "Apache-2.0", diff --git a/nodejs/yarn/yarn.lock b/nodejs/yarn/yarn.lock index 0a5dd08a..d6b8fd2a 100644 --- a/nodejs/yarn/yarn.lock +++ b/nodejs/yarn/yarn.lock @@ -105,10 +105,10 @@ etag@~1.8.1: resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= -express@^4.19.1: - version "4.19.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256" - integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w== +express@^4.19.2: + version "4.19.2" + resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465" + integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q== dependencies: accepts "~1.3.8" array-flatten "1.1.1"