diff --git a/bundle-size/package-lock.json b/bundle-size/package-lock.json index 5324e8d1..474d17e2 100644 --- a/bundle-size/package-lock.json +++ b/bundle-size/package-lock.json @@ -22,7 +22,7 @@ "probot": "13.3.8", "sleep-promise": "9.1.0", "tsx": "4.19.1", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "devDependencies": { "@octokit/webhooks": "13.3.0", @@ -30,7 +30,7 @@ "@types/fancy-log": "2.0.2", "@types/node": "20.16.11", "@types/supertest": "6.0.2", - "express": "4.21.0", + "express": "4.21.1", "fancy-log": "2.0.0", "nodemon": "3.1.7", "smee-client": "2.0.3", @@ -2577,9 +2577,9 @@ } }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", @@ -2587,7 +2587,7 @@ "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -2619,9 +2619,9 @@ } }, "node_modules/express/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -6252,9 +6252,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/bundle-size/package.json b/bundle-size/package.json index bc194d77..13888974 100644 --- a/bundle-size/package.json +++ b/bundle-size/package.json @@ -32,7 +32,7 @@ "probot": "13.3.8", "sleep-promise": "9.1.0", "tsx": "4.19.1", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "devDependencies": { "@octokit/webhooks": "13.3.0", @@ -40,7 +40,7 @@ "@types/fancy-log": "2.0.2", "@types/node": "20.16.11", "@types/supertest": "6.0.2", - "express": "4.21.0", + "express": "4.21.1", "fancy-log": "2.0.0", "vitest-mock-extended": "2.0.2", "nodemon": "3.1.7",