diff --git a/package-lock.json b/package-lock.json index 5002ba9..4806691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mantine/core": "7.5.1", "@mantine/hooks": "7.5.1", "@mantine/notifications": "^7.5.1", - "@tabler/icons-react": "^2.46.0", + "@tabler/icons-react": "^2.47.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -20,8 +20,8 @@ }, "devDependencies": { "@evilmartians/lefthook": "^1.6.1", - "@types/node": "^20.11.15", - "@types/react": "^18.2.51", + "@types/node": "^20.11.16", + "@types/react": "^18.2.53", "eslint": "^8.56.0", "eslint-config-next": "^14.1.0", "eslint-config-prettier": "^9.1.0", @@ -30,7 +30,7 @@ "postcss": "^8.4.33", "postcss-preset-mantine": "1.13.0", "postcss-simple-vars": "^7.0.1", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "rimraf": "^5.0.5", "stylelint": "^16.2.1", "stylelint-config-standard": "^36.0.0", @@ -843,20 +843,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.46.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.46.0.tgz", - "integrity": "sha512-Q5G8Pj5IO+Uhc6pszpu5/hGYY018JwEzzvmuqr+gKJtfIvAHA3umpwUilMRLEy89p+WCP+YsDhicMhfBCCv1qA==", + "version": "2.47.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.47.0.tgz", + "integrity": "sha512-4w5evLh+7FUUiA1GucvGj2ReX2TvOjEr4ejXdwL/bsjoSkof6r1gQmzqI+VHrE2CpJpB3al7bCTulOkFa/RcyA==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.46.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.46.0.tgz", - "integrity": "sha512-X8MRxuslIOFqMjAo+GvUZDpjlOwNYNJTuOsHXf/NBvVI6ygqUf0FUNsDLLA5fQ6k6KtRwxMlgGB+eR8ZG1UP0g==", + "version": "2.47.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.47.0.tgz", + "integrity": "sha512-iqly2FvCF/qUbgmvS8E40rVeYY7laltc5GUjRxQj59DuX0x/6CpKHTXt86YlI2whg4czvd/c8Ce8YR08uEku0g==", "dependencies": { - "@tabler/icons": "2.46.0", + "@tabler/icons": "2.47.0", "prop-types": "^15.7.2" }, "funding": { @@ -874,9 +874,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.15.tgz", - "integrity": "sha512-gscmuADZfvNULx1eyirVbr3kVOVZtpQtzKMCZpeSZcN6MfbkRXAR4s9/gsQ4CzxLHw6EStDtKLNtSDL3vbq05A==", + "version": "20.11.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz", + "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -889,9 +889,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.51", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.51.tgz", - "integrity": "sha512-XeoMaU4CzyjdRr3c4IQQtiH7Rpo18V07rYZUucEZQwOUEtGgTXv7e6igQiQ+xnV6MbMe1qjEmKdgMNnfppnXfg==", + "version": "18.2.53", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.53.tgz", + "integrity": "sha512-52IHsMDT8qATp9B9zoOyobW8W3/0QhaJQTw1HwRj0UY2yBpCAQ7+S/CqHYQ8niAm3p4ji+rWUQ9UCib0GxQ60w==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -4200,9 +4200,9 @@ } }, "node_modules/prettier": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", - "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index df5219e..e223539 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@mantine/core": "7.5.1", "@mantine/hooks": "7.5.1", "@mantine/notifications": "^7.5.1", - "@tabler/icons-react": "^2.46.0", + "@tabler/icons-react": "^2.47.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -34,8 +34,8 @@ }, "devDependencies": { "@evilmartians/lefthook": "^1.6.1", - "@types/node": "^20.11.15", - "@types/react": "^18.2.51", + "@types/node": "^20.11.16", + "@types/react": "^18.2.53", "eslint": "^8.56.0", "eslint-config-next": "^14.1.0", "eslint-config-prettier": "^9.1.0", @@ -44,7 +44,7 @@ "postcss": "^8.4.33", "postcss-preset-mantine": "1.13.0", "postcss-simple-vars": "^7.0.1", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "rimraf": "^5.0.5", "stylelint": "^16.2.1", "stylelint-config-standard": "^36.0.0",