diff --git a/package-lock.json b/package-lock.json index 7bcad30..7450349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@notionhq/client": "4.0.2", "@radix-ui/react-select": "2.2.6", "@radix-ui/react-slot": "1.2.3", - "axios": "1.11.0", + "axios": "1.12.0", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "lucide-react": "0.541.0", @@ -2729,9 +2729,9 @@ } }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 32c29e1..3bd733e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@notionhq/client": "4.0.2", "@radix-ui/react-select": "2.2.6", "@radix-ui/react-slot": "1.2.3", - "axios": "1.11.0", + "axios": "1.12.0", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "lucide-react": "0.541.0",