diff --git a/package-lock.json b/package-lock.json index ab5f22ec..d3e32e01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@radix-ui/react-tooltip": "1.2.8", "@tailwindcss/vite": "4.1.18", "@tanstack/match-sorter-utils": "8.19.4", - "@tanstack/react-query": "5.90.17", + "@tanstack/react-query": "5.90.18", "@tanstack/react-table": "8.21.3", "class-variance-authority": "0.7.1", "clsx": "2.1.1", @@ -73,7 +73,7 @@ "globals": "17.0.0", "husky": "9.1.7", "lint-staged": "16.2.7", - "prettier": "3.7.4", + "prettier": "3.8.0", "prettier-plugin-tailwindcss": "0.7.2", "storybook": "10.1.11", "typescript": "~5.9.3", @@ -3479,9 +3479,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.90.17", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.17.tgz", - "integrity": "sha512-hDww+RyyYhjhUfoYQ4es6pbgxY7LNiPWxt4l1nJqhByjndxJ7HIjDxTBtfvMr5HwjYavMrd+ids5g4Rfev3lVQ==", + "version": "5.90.18", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.18.tgz", + "integrity": "sha512-rbGx6bHgPNVzutP7BEr+53UPKohpckqlMAad+To9UxTbeaQ+kC/1SDRj+QzkwbQ7qhLT/1IKp34yS6thda6fzA==", "license": "MIT", "funding": { "type": "github", @@ -3489,12 +3489,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.90.17", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.17.tgz", - "integrity": "sha512-PGc2u9KLwohDUSchjW9MZqeDQJfJDON7y4W7REdNBgiFKxQy+Pf7eGjiFWEj5xPqKzAeHYdAb62IWI1a9UJyGQ==", + "version": "5.90.18", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.18.tgz", + "integrity": "sha512-KqNZX0C5IFz4639zR1ilnQ288tQdJrMNLtzmlzyJ14xauBkhtLEy3mPU/V4KiHsr41eL1ILZbDP36TB12lYfCQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.90.17" + "@tanstack/query-core": "5.90.18" }, "funding": { "type": "github", @@ -7578,9 +7578,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 63910ab0..072bffcf 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@radix-ui/react-tooltip": "1.2.8", "@tailwindcss/vite": "4.1.18", "@tanstack/match-sorter-utils": "8.19.4", - "@tanstack/react-query": "5.90.17", + "@tanstack/react-query": "5.90.18", "@tanstack/react-table": "8.21.3", "class-variance-authority": "0.7.1", "clsx": "2.1.1", @@ -108,7 +108,7 @@ "globals": "17.0.0", "husky": "9.1.7", "lint-staged": "16.2.7", - "prettier": "3.7.4", + "prettier": "3.8.0", "prettier-plugin-tailwindcss": "0.7.2", "storybook": "10.1.11", "typescript": "~5.9.3",