diff --git a/package-lock.json b/package-lock.json index 687212359..a38109215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@tippyjs/react": "^4.2.6", "@uiw/react-codemirror": "4.19.5", "@urql/exchange-refocus": "^1.0.0", - "axios": "^1.7.2", + "axios": "^1.7.7", "classnames": "^2.5.1", "connectkit": "^1.3.0", "date-fns": "^3.6.0", @@ -5411,9 +5411,9 @@ "integrity": "sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==" }, "node_modules/@lit-protocol/sdk-browser": { - "version": "1.1.249", - "resolved": "https://registry.npmjs.org/@lit-protocol/sdk-browser/-/sdk-browser-1.1.249.tgz", - "integrity": "sha512-SFVy1Ha5aZCZvpcxpphMjeNSw/wVtG2v8ZLkyFa5aXIWF/h9ZlXHZYUGsiUYiefjG8DEmNAhcxKiLx03aVuSvw==", + "version": "1.1.250", + "resolved": "https://registry.npmjs.org/@lit-protocol/sdk-browser/-/sdk-browser-1.1.250.tgz", + "integrity": "sha512-MzGJ4HBmOC95k2TmWdr4EsYUrZh4hX0qDXwYi1YhGVE6IMPMzzkQNxzcokE5HKGW2x9Pk/Ib8o96fZ3ihbUcRw==", "dependencies": { "@ethersproject/bytes": "^5.5.0", "@ethersproject/contracts": "^5.2.0", @@ -20064,9 +20064,9 @@ "peer": true }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -55811,9 +55811,9 @@ "integrity": "sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==" }, "@lit-protocol/sdk-browser": { - "version": "1.1.249", - "resolved": "https://registry.npmjs.org/@lit-protocol/sdk-browser/-/sdk-browser-1.1.249.tgz", - "integrity": "sha512-SFVy1Ha5aZCZvpcxpphMjeNSw/wVtG2v8ZLkyFa5aXIWF/h9ZlXHZYUGsiUYiefjG8DEmNAhcxKiLx03aVuSvw==", + "version": "1.1.250", + "resolved": "https://registry.npmjs.org/@lit-protocol/sdk-browser/-/sdk-browser-1.1.250.tgz", + "integrity": "sha512-MzGJ4HBmOC95k2TmWdr4EsYUrZh4hX0qDXwYi1YhGVE6IMPMzzkQNxzcokE5HKGW2x9Pk/Ib8o96fZ3ihbUcRw==", "requires": { "@ethersproject/bytes": "^5.5.0", "@ethersproject/contracts": "^5.2.0", @@ -67259,9 +67259,9 @@ "peer": true }, "axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index a5fcc2959..7a4047c75 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@tippyjs/react": "^4.2.6", "@uiw/react-codemirror": "4.19.5", "@urql/exchange-refocus": "^1.0.0", - "axios": "^1.7.2", + "axios": "^1.7.7", "classnames": "^2.5.1", "connectkit": "^1.3.0", "date-fns": "^3.6.0",