diff --git a/examples/buildkit/package-lock.json b/examples/buildkit/package-lock.json index c74e07725..8fe0782d4 100644 --- a/examples/buildkit/package-lock.json +++ b/examples/buildkit/package-lock.json @@ -205,9 +205,9 @@ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" }, "express": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.22.0.tgz", - "integrity": "sha512-c2iPh3xp5vvCLgaHK03+mWLFPhox7j1LwyxcZwFVApEv5i0X+IjPpbT50SJJwwLpdBVfp45AkK/v+AFgv/XlfQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz", + "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==", "requires": { "accepts": "~1.3.8", "array-flatten": "1.1.1", diff --git a/examples/buildkit/package.json b/examples/buildkit/package.json index e03b44fdb..db66bc879 100644 --- a/examples/buildkit/package.json +++ b/examples/buildkit/package.json @@ -7,7 +7,7 @@ "start": "nodemon index.js" }, "dependencies": { - "express": "^4.22.0", + "express": "^4.22.1", "nodemon": "^3.1.12" }, "keywords": [