diff --git a/package-lock.json b/package-lock.json index 6ef51f9..5dcfa45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,14 +1,14 @@ { - "name": "web", - "version": "0.0.0", + "name": "ton-dex-tegro-finance-lite", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "web", - "version": "0.0.0", + "name": "ton-dex-tegro-finance-lite", + "version": "1.0.0", "dependencies": { - "@esbuild-plugins/node-globals-polyfill": "^0.1.1", + "@esbuild-plugins/node-globals-polyfill": "^0.2.0", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", "@reduxjs/toolkit": "^2.0.1", "@tonconnect/sdk": "^2.0.4", @@ -650,9 +650,9 @@ } }, "node_modules/@esbuild-plugins/node-globals-polyfill": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.1.1.tgz", - "integrity": "sha512-MR0oAA+mlnJWrt1RQVQ+4VYuRJW/P2YmRTv1AsplObyvuBMnPHiizUF95HHYiSsMGLhyGtWufaq2XQg6+iurBg==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.2.3.tgz", + "integrity": "sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw==", "peerDependencies": { "esbuild": "*" } @@ -6244,9 +6244,9 @@ } }, "@esbuild-plugins/node-globals-polyfill": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.1.1.tgz", - "integrity": "sha512-MR0oAA+mlnJWrt1RQVQ+4VYuRJW/P2YmRTv1AsplObyvuBMnPHiizUF95HHYiSsMGLhyGtWufaq2XQg6+iurBg==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.2.3.tgz", + "integrity": "sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw==", "requires": {} }, "@esbuild-plugins/node-modules-polyfill": { diff --git a/package.json b/package.json index bbd5d1e..3c5ef4c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@esbuild-plugins/node-globals-polyfill": "^0.1.1", + "@esbuild-plugins/node-globals-polyfill": "^0.2.0", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", "@reduxjs/toolkit": "^2.0.1", "@tonconnect/sdk": "^2.0.4",