From 9051d5e3ebfadf410490a8b238d2a400fa12e8f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 06:35:11 +0000 Subject: [PATCH] fix: upgrade patch-package from 7.0.0 to 7.0.2 Snyk has created this PR to upgrade patch-package from 7.0.0 to 7.0.2. See this package in npm: patch-package See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/cc19e96e-4083-4d24-ae8b-ddbc58138043?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++------------- package.json | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9f3b81..c83af1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-remark": "^6.11.0", "markdownlint": "^0.29.0", - "patch-package": "^7.0.0", + "patch-package": "^7.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "svgo": "^3.0.2", @@ -12857,9 +12857,10 @@ } }, "node_modules/patch-package": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.0.tgz", - "integrity": "sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.2.tgz", + "integrity": "sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==", + "license": "MIT", "dependencies": { "@yarnpkg/lockfile": "^1.1.0", "chalk": "^4.1.2", @@ -12871,7 +12872,7 @@ "minimist": "^1.2.6", "open": "^7.4.2", "rimraf": "^2.6.3", - "semver": "^5.6.0", + "semver": "^7.5.3", "slash": "^2.0.0", "tmp": "^0.0.33", "yaml": "^2.2.2" @@ -12912,14 +12913,6 @@ "node": ">=10" } }, - "node_modules/patch-package/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, "node_modules/patch-package/node_modules/slash": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", diff --git a/package.json b/package.json index e264455..9e73183 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-remark": "^6.11.0", "markdownlint": "^0.29.0", - "patch-package": "^7.0.0", + "patch-package": "^7.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "svgo": "^3.0.2",