From b4b593de3fe5196b184b7fb068f6ffdcfa60e280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:29:40 +0000 Subject: [PATCH] build(deps): bump cookie, light-my-request and @nestjs/platform-fastify Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [light-my-request](https://github.com/fastify/light-my-request) and [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.2) Updates `light-my-request` from 5.13.0 to 5.14.0 - [Release notes](https://github.com/fastify/light-my-request/releases) - [Commits](https://github.com/fastify/light-my-request/compare/v5.13.0...v5.14.0) Updates `@nestjs/platform-fastify` from 10.4.2 to 10.4.5 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.5/packages/platform-fastify) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: light-my-request dependency-type: indirect - dependency-name: "@nestjs/platform-fastify" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 51 +++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 24 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa6c90e3..9beb5a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nestjs/core": "^10.4.2", "@nestjs/graphql": "^12.2.0", "@nestjs/mercurius": "^12.2.0", - "@nestjs/platform-fastify": "^10.4.2", + "@nestjs/platform-fastify": "^10.4.5", "@nestjs/swagger": "^7.4.1", "@sectester/core": "^0.33.1", "@sectester/repeater": "^0.33.1", @@ -1890,21 +1890,20 @@ } }, "node_modules/@fastify/middie": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@fastify/middie/-/middie-8.3.1.tgz", - "integrity": "sha512-qrQ8U3iCdjNum3+omnIvAyz21ifFx+Pp5jYW7PJJ7b9ueKTCPXsH6vEvaZQrjEZvOpTnWte+CswfBODWD0NqYQ==", + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/@fastify/middie/-/middie-8.3.3.tgz", + "integrity": "sha512-+WHavMQr9CNTZoy2cjoDxoWp76kZ3JKjAtZj5sXNlxX5XBzHig0TeCPfPc+1+NQmliXtndT3PFwAjrQHE/6wnQ==", "dependencies": { "@fastify/error": "^3.2.0", "fastify-plugin": "^4.0.0", - "path-to-regexp": "^6.1.0", + "path-to-regexp": "^6.3.0", "reusify": "^1.0.4" } }, "node_modules/@fastify/middie/node_modules/path-to-regexp": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", - "license": "MIT" + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "node_modules/@fastify/multipart": { "version": "8.3.0", @@ -3466,16 +3465,15 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.4.2.tgz", - "integrity": "sha512-TvSl3g3j6h8De53tb7wCo0VPl2eGjEHreqKnoKtPDBxwWMtcFrZ4To4dba0oDdNd+zYum8QCSZ8eChlVMa6rwg==", - "license": "MIT", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.4.5.tgz", + "integrity": "sha512-5kcLsloaKkG6i46qbHmz6m/XoEtwroBni3uwsNENw4OJ8fptllihOqG3PWKRfljfpH4twyKdtZfKvyjMHXNj4w==", "dependencies": { "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", - "@fastify/middie": "8.3.1", + "@fastify/middie": "8.3.3", "fastify": "4.28.1", - "light-my-request": "6.0.0", + "light-my-request": "6.1.0", "path-to-regexp": "3.3.0", "tslib": "2.7.0" }, @@ -3499,12 +3497,11 @@ } }, "node_modules/@nestjs/platform-fastify/node_modules/light-my-request": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.0.0.tgz", - "integrity": "sha512-kFkFXrmKCL0EEeOmJybMH5amWFd+AFvlvMlvFTRxCUwbhfapZqDmeLMPoWihntnYY6JpoQDE9k+vOzObF1fDqg==", - "license": "BSD-3-Clause", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.1.0.tgz", + "integrity": "sha512-+NFuhlOGoEwxeQfJ/pobkVFxcnKyDtiX847hLjuB/IzBxIl3q4VJeFI8uRCgb3AlTWL1lgOr+u5+8QdUcr33ng==", "dependencies": { - "cookie": "^0.6.0", + "cookie": "^0.7.0", "process-warning": "^4.0.0", "set-cookie-parser": "^2.6.0" } @@ -3512,8 +3509,7 @@ "node_modules/@nestjs/platform-fastify/node_modules/process-warning": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz", - "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==", - "license": "MIT" + "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==" }, "node_modules/@nestjs/platform-fastify/node_modules/tslib": { "version": "2.7.0", @@ -6434,10 +6430,9 @@ "dev": true }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "license": "MIT", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "engines": { "node": ">= 0.6" } @@ -11158,11 +11153,11 @@ } }, "node_modules/light-my-request": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.13.0.tgz", - "integrity": "sha512-9IjUN9ZyCS9pTG+KqTDEQo68Sui2lHsYBrfMyVUTTZ3XhH8PMZq7xO94Kr+eP9dhi/kcKsx4N41p2IXEBil1pQ==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-5.14.0.tgz", + "integrity": "sha512-aORPWntbpH5esaYpGOOmri0OHDOe3wC5M2MQxZ9dvMLZm6DnaAn0kJlcbU9hwsQgLzmZyReKwFwwPkR+nHu5kA==", "dependencies": { - "cookie": "^0.6.0", + "cookie": "^0.7.0", "process-warning": "^3.0.0", "set-cookie-parser": "^2.4.1" } diff --git a/package.json b/package.json index 406eb5aa..0ea75f2e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nestjs/core": "^10.4.2", "@nestjs/graphql": "^12.2.0", "@nestjs/mercurius": "^12.2.0", - "@nestjs/platform-fastify": "^10.4.2", + "@nestjs/platform-fastify": "^10.4.5", "@nestjs/swagger": "^7.4.1", "@sectester/core": "^0.33.1", "@sectester/repeater": "^0.33.1",