diff --git a/package-lock.json b/package-lock.json index 87ee998..00d0090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@delab-team/connect": "^1.4.1", - "@esbuild-plugins/node-globals-polyfill": "^0.1.1", + "@esbuild-plugins/node-globals-polyfill": "^0.2.0", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", "@ston-fi/sdk": "^0.3.4", "@tegro/ton3-client": "^0.0.17", @@ -2616,10 +2616,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==", - "license": "ISC", + "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": "*" } @@ -29908,9 +29907,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 74afcd8..3a59e03 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@delab-team/connect": "^1.4.1", - "@esbuild-plugins/node-globals-polyfill": "^0.1.1", + "@esbuild-plugins/node-globals-polyfill": "^0.2.0", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", "@ston-fi/sdk": "^0.3.4", "@tegro/ton3-client": "^0.0.17",