From 7493ee1c92924e6ecc77fdb79294fecb3a22079d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jun 2024 02:14:41 +0000 Subject: [PATCH] fix: upgrade @fastify/cors from 8.2.0 to 8.5.0 Snyk has created this PR to upgrade @fastify/cors from 8.2.0 to 8.5.0. See this package in npm: @fastify/cors See this project in Snyk: https://app.snyk.io/org/summonshr/project/af9fc7a5-155b-4b04-aec2-b3102f70f63d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57f3e29..809c930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,7 @@ { - "requires": true, + "name": "npm-proj-1719627237634-0.46053049665775725z7nttj", "lockfileVersion": 1, + "requires": true, "dependencies": { "@fastify/ajv-compiler": { "version": "3.5.0", @@ -13,12 +14,12 @@ } }, "@fastify/cors": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.2.0.tgz", - "integrity": "sha512-qDgwpmg6C4D0D3nh8MTMuRXWyEwPnDZDBODaJv90FP2o9ukbahJByW4FtrM5Bpod5KbTf1oIExBmpItbUTQmHg==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.5.0.tgz", + "integrity": "sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==", "requires": { "fastify-plugin": "^4.0.0", - "mnemonist": "0.39.5" + "mnemonist": "0.39.6" } }, "@fastify/deepmerge": { @@ -623,9 +624,9 @@ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "mnemonist": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.5.tgz", - "integrity": "sha512-FPUtkhtJ0efmEFGpU14x7jGbTB+s18LrzRL2KgoWz9YvcY3cPomz8tih01GbHwnGk/OmkOKfqd/RAQoc8Lm7DQ==", + "version": "0.39.6", + "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.6.tgz", + "integrity": "sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==", "requires": { "obliterator": "^2.0.1" } diff --git a/package.json b/package.json index f71e599..ffb8416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@fastify/cors": "^8.2.0", + "@fastify/cors": "^8.5.0", "fastify": "^4.13.0", "fastify-cli": "^5.7.1", "fastify-plugin": "^4.5.0"