From b91d389d693c116464c38f1d484b4195a8e9457b Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Mon, 18 Mar 2024 07:31:11 -0500 Subject: [PATCH] dependency bump --- package-lock.json | 106 +++++++++++++++++++++++----------------------- package.json | 16 +++---- 2 files changed, 61 insertions(+), 61 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c1d4b2..b6daa26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,25 +9,25 @@ "version": "1.0", "license": "MIT", "dependencies": { - "@mantine/core": "7.6.1", - "@mantine/hooks": "7.6.1", - "@mantine/notifications": "^7.6.1", - "@tabler/icons-react": "^3.0.0", + "@mantine/core": "7.6.2", + "@mantine/hooks": "7.6.2", + "@mantine/notifications": "^7.6.2", + "@tabler/icons-react": "^3.1.0", "next": "^14.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", "swr": "^2.2.5" }, "devDependencies": { - "@evilmartians/lefthook": "^1.6.5", - "@types/node": "^20.11.25", - "@types/react": "^18.2.64", + "@evilmartians/lefthook": "^1.6.7", + "@types/node": "^20.11.28", + "@types/react": "^18.2.66", "eslint": "^8.57.0", "eslint-config-next": "^14.1.3", "eslint-config-prettier": "^9.1.0", "markdownlint": "^0.33.0", "markdownlint-cli": "^0.39.0", - "postcss": "^8.4.35", + "postcss": "^8.4.36", "postcss-preset-mantine": "1.13.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.2.5", @@ -378,9 +378,9 @@ } }, "node_modules/@evilmartians/lefthook": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.5.tgz", - "integrity": "sha512-OtHskXpEdDE4UNMLqtlkEdNOmg80Yy1aq7aqo6s6rVi9MUpksGkVNL3oS4oBdpjJhGwkSordBpclbQrHIUhjkg==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.6.7.tgz", + "integrity": "sha512-nRCNWUl4xxkIwzChkARezEGuIcm6l2aywDPR3C4f8bGTzDJhVtEPcByqrOqPJ9emS7MnYz9WKI/NFdIsph/apw==", "cpu": [ "x64", "arm64", @@ -540,50 +540,50 @@ } }, "node_modules/@mantine/core": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.6.1.tgz", - "integrity": "sha512-52BgYXAMD+E6vDiGIGOJlLBc0pdT2+gzrB0g+v7c7xeiNXqHEG5cEplLErfNBHh9kMQHiDHCiCb5Su9jqoUlXw==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.6.2.tgz", + "integrity": "sha512-qmZhmQVc7ZZ8EKKhPkGuZbfBnLXR0xE45ikxfx+1E6/8hLY5Ypr4nWqh5Pk6p3b+K71yYnBqlbNXbtHLQH0h3g==", "dependencies": { "@floating-ui/react": "^0.26.9", "clsx": "2.1.0", "react-number-format": "^5.3.1", "react-remove-scroll": "^2.5.7", "react-textarea-autosize": "8.5.3", - "type-fest": "^3.13.1" + "type-fest": "^4.12.0" }, "peerDependencies": { - "@mantine/hooks": "7.6.1", + "@mantine/hooks": "7.6.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/hooks": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.6.1.tgz", - "integrity": "sha512-zsOGzFRcQZuER2rzAjfrAqp98W7WCFA43nF1QZUKV7AHTq8q1mtr3DOhFfO3/CA+t1lai68gp1guVcIhP4lrwQ==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.6.2.tgz", + "integrity": "sha512-ZrOgrZHoIGCDKrr2/9njDgK0al+jjusYQFlmR0YyEFyRtgY6eNSI4zuYLcAPx1haHmUm5RsLBrqY6Iy/TLdGXA==", "peerDependencies": { "react": "^18.2.0" } }, "node_modules/@mantine/notifications": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.6.1.tgz", - "integrity": "sha512-Aiui/faUBVQVgDPW9poCe8WdRZkXmIe9aFTnmf+WTopMWK/zfLBp02IjLY1f59zs5NeF/vfXaMxiuQq+KH2hTQ==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.6.2.tgz", + "integrity": "sha512-vLs6Y5nnxHipGkA5TSsxgjeus0N9uS+0+E9KZ5OG5QEtz7BdOsKPtNmytsQzBN8P8fjttFImhhoSUOLpYv0xtA==", "dependencies": { - "@mantine/store": "7.6.1", + "@mantine/store": "7.6.2", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "7.6.1", - "@mantine/hooks": "7.6.1", + "@mantine/core": "7.6.2", + "@mantine/hooks": "7.6.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "node_modules/@mantine/store": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.6.1.tgz", - "integrity": "sha512-UqSsJLlAL53OSSUNK/aTXpkss9DX0TppTbtBKXPyflYfq0B9vKwQKumxEsg3UGVC4cjiQq2VD4mjGT94r+deug==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.6.2.tgz", + "integrity": "sha512-IEGbyIs7LIXYQtjR87GQPiw12klgsiKiqplGu9LekJb8uW/7XSRNs31ggqKmdF+cMWO/WyQhEXZdpWNib6tVOw==", "peerDependencies": { "react": "^18.2.0" } @@ -843,27 +843,27 @@ } }, "node_modules/@tabler/icons": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.0.0.tgz", - "integrity": "sha512-DT27tfUt7v6wqn+NVBp5zSxYwfVuyImdgih0ULTbs0qQrAANmjobyMSrD+ATWvIsS5QuhbA+lX4hv8pEe7Lm/w==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.1.0.tgz", + "integrity": "sha512-CpZGyS1IVJKFcv88yZ2sYZIpWWhQ6oy76BQKQ5SF0fGgOqgyqKdBGG/YGyyMW632on37MX7VqQIMTzN/uQqmFg==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.0.0.tgz", - "integrity": "sha512-KI3rFTvH6k/4fJVVegvqdqiaaPyo2YZ4X/4A0HExwJKfqZrUeZZHB2/iCTXnvecI9REWrexmFlyYMpthA9dEDw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.1.0.tgz", + "integrity": "sha512-k/WTlax2vbj/LpxvaJ+BmaLAAhVUgyLj4Ftgaczz66tUSNzqrAZXCFdOU7cRMYPNVBqyqE2IdQd2rzzhDEJvkw==", "dependencies": { - "@tabler/icons": "3.0.0" + "@tabler/icons": "3.1.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" }, "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": ">= 16" } }, "node_modules/@types/json5": { @@ -873,9 +873,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", - "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", + "version": "20.11.28", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.28.tgz", + "integrity": "sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -888,9 +888,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.64", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", - "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", + "version": "18.2.66", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.66.tgz", + "integrity": "sha512-OYTmMI4UigXeFMF/j4uv0lBBEbongSgptPrHBxqME44h9+yNov+oL6Z3ocJKo0WyXR84sQUNeyIp9MRfckvZpg==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -4011,9 +4011,9 @@ } }, "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "version": "8.4.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.36.tgz", + "integrity": "sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==", "dev": true, "funding": [ { @@ -4032,7 +4032,7 @@ "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.1.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -4729,9 +4729,9 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.1.0.tgz", + "integrity": "sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==", "engines": { "node": ">=0.10.0" } @@ -5252,11 +5252,11 @@ } }, "node_modules/type-fest": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", - "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.12.0.tgz", + "integrity": "sha512-5Y2/pp2wtJk8o08G0CMkuFPCO354FGwk/vbidxrdhRGZfd0tFnb4Qb8anp9XxXriwBgVPjdWbKpGl4J9lJY2jQ==", "engines": { - "node": ">=14.16" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 74dc622..01d4b6b 100644 --- a/package.json +++ b/package.json @@ -23,25 +23,25 @@ "start": "next start" }, "dependencies": { - "@mantine/core": "7.6.1", - "@mantine/hooks": "7.6.1", - "@mantine/notifications": "^7.6.1", - "@tabler/icons-react": "^3.0.0", + "@mantine/core": "7.6.2", + "@mantine/hooks": "7.6.2", + "@mantine/notifications": "^7.6.2", + "@tabler/icons-react": "^3.1.0", "next": "^14.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", "swr": "^2.2.5" }, "devDependencies": { - "@evilmartians/lefthook": "^1.6.5", - "@types/node": "^20.11.25", - "@types/react": "^18.2.64", + "@evilmartians/lefthook": "^1.6.7", + "@types/node": "^20.11.28", + "@types/react": "^18.2.66", "eslint": "^8.57.0", "eslint-config-next": "^14.1.3", "eslint-config-prettier": "^9.1.0", "markdownlint": "^0.33.0", "markdownlint-cli": "^0.39.0", - "postcss": "^8.4.35", + "postcss": "^8.4.36", "postcss-preset-mantine": "1.13.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.2.5",