From d92f206249f06efb8139f9d7918bcc6612b452c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 06:04:40 +0000 Subject: [PATCH] fix: upgrade @tabler/icons-react from 3.19.0 to 3.20.0 Snyk has created this PR to upgrade @tabler/icons-react from 3.19.0 to 3.20.0. See this package in npm: @tabler/icons-react See this project in Snyk: https://app.snyk.io/org/sam-morin/project/9fd9e4ed-6ba3-4c48-a884-691d7ff52205?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 768a0895..54c885d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.12.2", - "@tabler/icons-react": "^3.19.0", + "@tabler/icons-react": "^3.20.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1280,20 +1280,22 @@ ] }, "node_modules/@tabler/icons": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.19.0.tgz", - "integrity": "sha512-A4WEWqpdbTfnpFEtwXqwAe9qf9sp1yRPvzppqAuwcoF0q5YInqB+JkJtSFToCyBpPVeLxJUxxkapLvt2qQgnag==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.20.0.tgz", + "integrity": "sha512-nXSeUzsCOxX/Of+kdUVQfxL9bG+ck8XCWNf9dGSpE+nhVexRwk/4HiDQDxFDysfT7vfgSut6GXnrZsU5M5dSlA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.19.0.tgz", - "integrity": "sha512-AqEWGI0tQWgqo6ZjMO5yJ9sYT8oXLuAM/up0hN9iENS6IdtNZryKrkNSiMgpwweNTpl8wFFG/dAZ959S91A/uQ==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.20.0.tgz", + "integrity": "sha512-a47oaL48bb5Cx/WUVfg/NZrsWwFExrcDQO8thUZ7S6h/OQYFu7sm4E5pZsmUtGCjikB3lRzjtmMD+C4s7mr9yw==", + "license": "MIT", "dependencies": { - "@tabler/icons": "3.19.0" + "@tabler/icons": "3.20.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index b220af33..d65115bf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.12.2", - "@tabler/icons-react": "^3.19.0", + "@tabler/icons-react": "^3.20.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", "react-dom": "^18.3.1",