From 4aecc027258e70e07dd8adf639b881f029844e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 05:09:08 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/cookie from 7.3.0 to 7.3.1 (#620) Bumps [@fastify/cookie](https://github.com/fastify/fastify-cookie) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/fastify/fastify-cookie/releases) - [Commits](https://github.com/fastify/fastify-cookie/compare/v7.3.0...v7.3.1) --- updated-dependencies: - dependency-name: "@fastify/cookie" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index acb20fdd..43c2c6d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -725,9 +725,9 @@ "dev": true }, "node_modules/@fastify/cookie": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-7.3.0.tgz", - "integrity": "sha512-6TrA8EdxXRFIzIeztWbM2xOI4nGzgPm12JSql+swCj9M/FaaMMEVKySwROQaVLAQ7EGWQUCTJZUXY+ygVrBYJA==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-7.3.1.tgz", + "integrity": "sha512-io16UMtIkXKvHUTm63LHPQpMm1NcQ7NT2aAeGYLzX94jJXeQnu0by8VSm3iCrfnFuF0bGTWzUtefHSjKHNxppw==", "dev": true, "dependencies": { "cookie": "^0.5.0", @@ -6967,9 +6967,9 @@ } }, "@fastify/cookie": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-7.3.0.tgz", - "integrity": "sha512-6TrA8EdxXRFIzIeztWbM2xOI4nGzgPm12JSql+swCj9M/FaaMMEVKySwROQaVLAQ7EGWQUCTJZUXY+ygVrBYJA==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-7.3.1.tgz", + "integrity": "sha512-io16UMtIkXKvHUTm63LHPQpMm1NcQ7NT2aAeGYLzX94jJXeQnu0by8VSm3iCrfnFuF0bGTWzUtefHSjKHNxppw==", "dev": true, "requires": { "cookie": "^0.5.0",