fix build

This commit is contained in:
TheJuze
2024-04-11 16:20:45 +03:00
parent dd658c7a3a
commit f988da8078
2 changed files with 14 additions and 29 deletions

41
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"merge-anything": "^5.1.7",
"neverthrow": "^6.0.0",
"patch-package": "^8.0.0",
"simple-typed-fetch": "0.2.3",
"simple-typed-fetch": "0.2.5",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",
@@ -9072,9 +9072,9 @@
"peer": true
},
"node_modules/neverthrow": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/neverthrow/-/neverthrow-6.1.0.tgz",
"integrity": "sha512-xNbNjp/6M5vUV+mststgneJN9eJeJCDSYSBTaf3vxgvcKooP+8L0ATFpM8DGfmH7UWKJeoa24Qi33tBP9Ya3zA=="
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/neverthrow/-/neverthrow-6.0.0.tgz",
"integrity": "sha512-kPZKRs4VkdloCGQXPoP84q4sT/1Z+lYM61AXyV8wWa2hnuo5KpPBF2S3crSFnMrOgUISmEBP8Vo/ngGZX60NhA=="
},
"node_modules/node-domexception": {
"version": "1.0.0",
@@ -10399,9 +10399,9 @@
"dev": true
},
"node_modules/simple-typed-fetch": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/simple-typed-fetch/-/simple-typed-fetch-0.2.3.tgz",
"integrity": "sha512-EXP2mVVsVf4A3+5QGevs8789ztnT6FozsYyMrIrUYhfqtX2V+X9xETHeGXffmgv7YQ0p+GrW7N+5x+b+pBW59Q==",
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/simple-typed-fetch/-/simple-typed-fetch-0.2.5.tgz",
"integrity": "sha512-T/KKUHKOZgaYVp3dbjE1wEK5cAGmG5N7FNAzP6ZGqLDhzBsRm3Gpt8bO/kowV6bt8duXDWiapYFQibW/8iHp6Q==",
"dependencies": {
"isomorphic-unfetch": "^4.0.2",
"neverthrow": "^6.0.0",
@@ -10409,14 +10409,6 @@
"zod": "^3.22.2"
}
},
"node_modules/simple-typed-fetch/node_modules/zod": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/sisteransi": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
@@ -18426,9 +18418,9 @@
"peer": true
},
"neverthrow": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/neverthrow/-/neverthrow-6.1.0.tgz",
"integrity": "sha512-xNbNjp/6M5vUV+mststgneJN9eJeJCDSYSBTaf3vxgvcKooP+8L0ATFpM8DGfmH7UWKJeoa24Qi33tBP9Ya3zA=="
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/neverthrow/-/neverthrow-6.0.0.tgz",
"integrity": "sha512-kPZKRs4VkdloCGQXPoP84q4sT/1Z+lYM61AXyV8wWa2hnuo5KpPBF2S3crSFnMrOgUISmEBP8Vo/ngGZX60NhA=="
},
"node-domexception": {
"version": "1.0.0",
@@ -19341,21 +19333,14 @@
"dev": true
},
"simple-typed-fetch": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/simple-typed-fetch/-/simple-typed-fetch-0.2.3.tgz",
"integrity": "sha512-EXP2mVVsVf4A3+5QGevs8789ztnT6FozsYyMrIrUYhfqtX2V+X9xETHeGXffmgv7YQ0p+GrW7N+5x+b+pBW59Q==",
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/simple-typed-fetch/-/simple-typed-fetch-0.2.5.tgz",
"integrity": "sha512-T/KKUHKOZgaYVp3dbjE1wEK5cAGmG5N7FNAzP6ZGqLDhzBsRm3Gpt8bO/kowV6bt8duXDWiapYFQibW/8iHp6Q==",
"requires": {
"isomorphic-unfetch": "^4.0.2",
"neverthrow": "^6.0.0",
"patch-package": "^8.0.0",
"zod": "^3.22.2"
},
"dependencies": {
"zod": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg=="
}
}
},
"sisteransi": {

View File

@@ -102,7 +102,7 @@
"merge-anything": "^5.1.7",
"neverthrow": "^6.0.0",
"patch-package": "^8.0.0",
"simple-typed-fetch": "0.2.3",
"simple-typed-fetch": "0.2.5",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",