From ba204ebfd77eb6417208974c86bf869bcb6ef84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:29:22 +0000 Subject: [PATCH] build(deps): bump @tabler/icons-react from 2.44.0 to 2.45.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.44.0 to 2.45.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v2.45.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 698e3ce2..0613da5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.1.0", "dependencies": { - "@tabler/icons-react": "^2.44.0", + "@tabler/icons-react": "^2.45.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "next": "^13.5.6", @@ -668,20 +668,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.44.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.44.0.tgz", - "integrity": "sha512-WPPtihDcAwEm1QZM9MXQw6+r/R2/qx7KMU1eegsi9DsqBLAb0W2kbt6e/syvd6j9c+6XNpRVBW1ziGqSWQAWOg==", + "version": "2.45.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.45.0.tgz", + "integrity": "sha512-J10UDghOni9wlrj5CpKAzychDCABCKYq897mGg0wGFsd+tYLaUdz0dt/HZeGnV8gZJo0hIiTPLGwBp5EW42Qsg==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.44.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.44.0.tgz", - "integrity": "sha512-10qwrqJ/QBNgY4YYer9PjWmCwm3wv9aVK8kGAkFKkwu6UJURVLZ2ea+oFh5j6vSXnA1zMtUG+X8anR5fZ67Isw==", + "version": "2.45.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.45.0.tgz", + "integrity": "sha512-1vSBsHnBi9AfMILeJQrQo1XIHtFOxuWNGOeIvNHpDcBXyFTfVvDuh64PjMl57xCh5y/PlQlu3Hpx9vSkpSYXYQ==", "dependencies": { - "@tabler/icons": "2.44.0", + "@tabler/icons": "2.45.0", "prop-types": "^15.7.2" }, "funding": { diff --git a/package.json b/package.json index 0878c273..923e6976 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons-react": "^2.44.0", + "@tabler/icons-react": "^2.45.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "next": "^13.5.6",