From 3412cb4153f40dfcc6afde1708bf9de371d0ade3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Apr 2024 19:10:45 +0000 Subject: [PATCH] fix: upgrade @heroicons/react from 2.1.1 to 2.1.3 Snyk has created this PR to upgrade @heroicons/react from 2.1.1 to 2.1.3. See this package in npm: https://www.npmjs.com/package/@heroicons/react See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/4f308ce2-903a-44f4-ba41-1e2222ab2aa9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b93534d1b3485..6ee1063abe16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "nodejs.org", + "name": "npm-proj-1713640196925-0.47570931719024134jDCsPg", "lockfileVersion": 3, "requires": true, "packages": { "": { "license": "MIT", "dependencies": { - "@heroicons/react": "~2.1.1", + "@heroicons/react": "^2.1.3", "@mdx-js/mdx": "^3.0.1", "@nodevu/core": "~0.1.0", "@orama/highlight": "^0.1.3", @@ -3104,9 +3104,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.1.tgz", - "integrity": "sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.3.tgz", + "integrity": "sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==", "peerDependencies": { "react": ">= 16" } diff --git a/package.json b/package.json index 049b0fe2c637b..839c8c604caa4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prepare": "husky install" }, "dependencies": { - "@heroicons/react": "~2.1.1", + "@heroicons/react": "~2.1.3", "@mdx-js/mdx": "^3.0.1", "@nodevu/core": "~0.1.0", "@orama/highlight": "^0.1.3",