mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
Fix build on NodeJS 21
This commit is contained in:
parent
1f9a68cd9c
commit
c49780bcee
20
.pnp.cjs
generated
20
.pnp.cjs
generated
@ -4700,7 +4700,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"nan",\
|
||||
"npm:2.17.0"\
|
||||
"npm:2.18.0"\
|
||||
],\
|
||||
[\
|
||||
"nanoid",\
|
||||
@ -5584,7 +5584,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
],\
|
||||
[\
|
||||
"re2",\
|
||||
"npm:1.19.1"\
|
||||
"npm:1.20.5"\
|
||||
],\
|
||||
[\
|
||||
"react-is",\
|
||||
@ -14057,7 +14057,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["qs", "npm:6.11.2"],\
|
||||
["random-seed", "npm:0.3.0"],\
|
||||
["ratelimiter", "npm:3.4.1"],\
|
||||
["re2", "npm:1.19.1"],\
|
||||
["re2", "npm:1.20.5"],\
|
||||
["redis-lock", "npm:0.1.4"],\
|
||||
["redis-semaphore", "virtual:aa59773ac87791c4813d53447077fcf8a847d6de5a301d34dc31286584b1dbb26d30d3adb5b4c41c1e8aea04371e926fda05c09c6253647c432e11d872a304ba#npm:5.3.1"],\
|
||||
["reflect-metadata", "npm:0.1.13"],\
|
||||
@ -24909,10 +24909,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["nan", [\
|
||||
["npm:2.17.0", {\
|
||||
"packageLocation": "./.yarn/unplugged/nan-npm-2.17.0-bf36a21d6f/node_modules/nan/",\
|
||||
["npm:2.18.0", {\
|
||||
"packageLocation": "./.yarn/unplugged/nan-npm-2.18.0-a51ed5bed5/node_modules/nan/",\
|
||||
"packageDependencies": [\
|
||||
["nan", "npm:2.17.0"],\
|
||||
["nan", "npm:2.18.0"],\
|
||||
["node-gyp", "npm:9.4.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
@ -27658,12 +27658,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["re2", [\
|
||||
["npm:1.19.1", {\
|
||||
"packageLocation": "./.yarn/unplugged/re2-npm-1.19.1-8c50c5469a/node_modules/re2/",\
|
||||
["npm:1.20.5", {\
|
||||
"packageLocation": "./.yarn/unplugged/re2-npm-1.20.5-851f906517/node_modules/re2/",\
|
||||
"packageDependencies": [\
|
||||
["re2", "npm:1.19.1"],\
|
||||
["re2", "npm:1.20.5"],\
|
||||
["install-artifact-from-github", "npm:1.3.3"],\
|
||||
["nan", "npm:2.17.0"],\
|
||||
["nan", "npm:2.18.0"],\
|
||||
["node-gyp", "npm:9.4.0"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
|
BIN
.yarn/cache/nan-npm-2.17.0-bf36a21d6f-ec609aeaf7.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/nan-npm-2.17.0-bf36a21d6f-ec609aeaf7.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/nan-npm-2.18.0-a51ed5bed5-4fe42f5845.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/nan-npm-2.18.0-a51ed5bed5-4fe42f5845.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/re2-npm-1.19.1-8c50c5469a-44f752ebc0.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/re2-npm-1.19.1-8c50c5469a-44f752ebc0.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/re2-npm-1.20.5-851f906517-94979a62e5.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/re2-npm-1.20.5-851f906517-94979a62e5.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
@ -110,7 +110,7 @@
|
||||
"qs": "6.11.2",
|
||||
"random-seed": "0.3.0",
|
||||
"ratelimiter": "3.4.1",
|
||||
"re2": "1.19.1",
|
||||
"re2": "^1.20.5",
|
||||
"redis-lock": "0.1.4",
|
||||
"redis-semaphore": "5.3.1",
|
||||
"reflect-metadata": "0.1.13",
|
||||
|
20
yarn.lock
20
yarn.lock
@ -5397,7 +5397,7 @@ __metadata:
|
||||
qs: 6.11.2
|
||||
random-seed: 0.3.0
|
||||
ratelimiter: 3.4.1
|
||||
re2: 1.19.1
|
||||
re2: ^1.20.5
|
||||
redis-lock: 0.1.4
|
||||
redis-semaphore: 5.3.1
|
||||
reflect-metadata: 0.1.13
|
||||
@ -14760,12 +14760,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nan@npm:^2.17.0":
|
||||
version: 2.17.0
|
||||
resolution: "nan@npm:2.17.0"
|
||||
"nan@npm:^2.18.0":
|
||||
version: 2.18.0
|
||||
resolution: "nan@npm:2.18.0"
|
||||
dependencies:
|
||||
node-gyp: latest
|
||||
checksum: ec609aeaf7e68b76592a3ba96b372aa7f5df5b056c1e37410b0f1deefbab5a57a922061e2c5b369bae9c7c6b5e6eecf4ad2dac8833a1a7d3a751e0a7c7f849ed
|
||||
checksum: 4fe42f58456504eab3105c04a5cffb72066b5f22bd45decf33523cb17e7d6abc33cca2a19829407b9000539c5cb25f410312d4dc5b30220167a3594896ea6a0a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -17201,14 +17201,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"re2@npm:1.19.1":
|
||||
version: 1.19.1
|
||||
resolution: "re2@npm:1.19.1"
|
||||
"re2@npm:^1.20.5":
|
||||
version: 1.20.5
|
||||
resolution: "re2@npm:1.20.5"
|
||||
dependencies:
|
||||
install-artifact-from-github: ^1.3.3
|
||||
nan: ^2.17.0
|
||||
nan: ^2.18.0
|
||||
node-gyp: ^9.4.0
|
||||
checksum: 44f752ebc03b9973d797f126787664f2763dc983d52a872833b4c8988e64db644a74fa76570112b1cd6e44b2f845d3e58e9779f1a917cb5a511044a6ba62a206
|
||||
checksum: 94979a62e52cd35530ea496c64e9bc10266265ce8fb8ed233184b99c035d1cfe8e353bb46e0f5ac1648f0496bda28bc39026d71a32c7078e4b4daa984a7c510e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user