Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"typescript-eslint": "^8.36.0",
"vite": "^7.0.0",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-node-polyfills": "^0.26.0",
"vite-tsconfig-paths": "^6.0.0",
"vitest": "^4.0.0",
"wrangler": "^4.59.1"
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11348,7 +11348,7 @@ __metadata:
languageName: node
linkType: hard

"crypto-browserify@npm:3.12.1, crypto-browserify@npm:^3.11.0":
"crypto-browserify@npm:3.12.1, crypto-browserify@npm:^3.12.1":
version: 3.12.1
resolution: "crypto-browserify@npm:3.12.1"
dependencies:
Expand Down Expand Up @@ -12207,10 +12207,10 @@ __metadata:
languageName: node
linkType: hard

"domain-browser@npm:^4.22.0":
version: 4.23.0
resolution: "domain-browser@npm:4.23.0"
checksum: 10c0/dfcc6ba070a2c968a4d922e7d99ef440d1076812af0d983404aadf64729f746bb4a0ad2c5e73ccd5d9cf41bc79037f2a1e4a915bdf33d07e0d77f487b635b5b2
"domain-browser@npm:4.22.0":
version: 4.22.0
resolution: "domain-browser@npm:4.22.0"
checksum: 10c0/2ef7eda6d2161038fda0c9aa4c9e18cc7a0baa89ea6be975d449527c2eefd4b608425db88508e2859acc472f46f402079274b24bd75e3fb506f28c5dba203129
languageName: node
linkType: hard

Expand Down Expand Up @@ -18254,9 +18254,9 @@ __metadata:
languageName: node
linkType: hard

"node-stdlib-browser@npm:^1.2.0":
version: 1.2.1
resolution: "node-stdlib-browser@npm:1.2.1"
"node-stdlib-browser@npm:^1.3.1":
version: 1.3.1
resolution: "node-stdlib-browser@npm:1.3.1"
dependencies:
assert: "npm:^2.0.0"
browser-resolve: "npm:^2.0.0"
Expand All @@ -18265,8 +18265,8 @@ __metadata:
console-browserify: "npm:^1.1.0"
constants-browserify: "npm:^1.0.0"
create-require: "npm:^1.1.1"
crypto-browserify: "npm:^3.11.0"
domain-browser: "npm:^4.22.0"
crypto-browserify: "npm:^3.12.1"
domain-browser: "npm:4.22.0"
events: "npm:^3.0.0"
https-browserify: "npm:^1.0.0"
isomorphic-timers-promises: "npm:^1.0.1"
Expand All @@ -18285,7 +18285,7 @@ __metadata:
url: "npm:^0.11.4"
util: "npm:^0.12.4"
vm-browserify: "npm:^1.0.1"
checksum: 10c0/83ed4ee2c102298ce54b201c6c6d3bd4d486afc22160176acff4e1b94c2f2f18404f0c5ca2c49a729ee52b02d4630d341c3a8e60d12692d32c9a4a508e101700
checksum: 10c0/5b0cb5d4499b1b1c73f54db3e9e69b2a3a8aebe2ead2e356b0a03c1dfca6b5c5d2f6516e24301e76dc7b68999b9d0ae3da6c3f1dec421eed80ad6cb9eec0f356
languageName: node
linkType: hard

Expand Down Expand Up @@ -22047,7 +22047,7 @@ __metadata:
uuid: "npm:14.0.0"
vite: "npm:^7.0.0"
vite-bundle-visualizer: "npm:^1.2.1"
vite-plugin-node-polyfills: "npm:^0.24.0"
vite-plugin-node-polyfills: "npm:^0.26.0"
vite-tsconfig-paths: "npm:^6.0.0"
vitest: "npm:^4.0.0"
wrangler: "npm:^4.59.1"
Expand Down Expand Up @@ -24651,15 +24651,15 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-node-polyfills@npm:^0.24.0":
version: 0.24.0
resolution: "vite-plugin-node-polyfills@npm:0.24.0"
"vite-plugin-node-polyfills@npm:^0.26.0":
version: 0.26.0
resolution: "vite-plugin-node-polyfills@npm:0.26.0"
dependencies:
"@rollup/plugin-inject": "npm:^5.0.5"
node-stdlib-browser: "npm:^1.2.0"
node-stdlib-browser: "npm:^1.3.1"
peerDependencies:
vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
checksum: 10c0/33181013f72012d6b59fc5678088d39e56e44b18ec07b86a9ff3d093e8adda8071a0da9af75d375f51dd330f95b1cf05e6cd572463124dbe9ba1eb33a35e6ffc
vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 10c0/31ce1a878519460c318ef58d6556878ce6a8692fbd125738390be9e15825bbf41792f2f89282f9bc21b2226ddcbe2e86383ec42391091bb4bb58a07e7d92b4c9
languageName: node
linkType: hard

Expand Down
Loading