mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 17:32:43 +00:00
Don't allow nested loot functions in sequence
This commit is contained in:
28
package-lock.json
generated
28
package-lock.json
generated
@@ -22,8 +22,8 @@
|
||||
"@mcschema/java-1.20": "^0.0.22",
|
||||
"@mcschema/java-1.20.2": "^0.0.12",
|
||||
"@mcschema/java-1.20.3": "^0.0.13",
|
||||
"@mcschema/java-1.20.5": "^0.0.36",
|
||||
"@mcschema/java-1.21": "^0.0.21",
|
||||
"@mcschema/java-1.20.5": "^0.0.37",
|
||||
"@mcschema/java-1.21": "^0.0.22",
|
||||
"@mcschema/locales": "^0.1.104",
|
||||
"@zip.js/zip.js": "^2.4.5",
|
||||
"brace": "^0.11.1",
|
||||
@@ -719,17 +719,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.20.5": {
|
||||
"version": "0.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.36.tgz",
|
||||
"integrity": "sha512-B4QBVWGMq9V6DdzxZDWO5kcVoADXqvA1PTfVRZB4qB5WOWWj/iGnIGh14pQMn3xuqXGu2xHhnxK2EyURy/CklA==",
|
||||
"version": "0.0.37",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.37.tgz",
|
||||
"integrity": "sha512-DBT1i0sj8Yvz0lI8rkVAIgSgAAkr+HSomTzg1QGD9IHpQhvCFo15LpfU+sXbQOaCSNVglBXkX+QPX95T4Q7iaw==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.21": {
|
||||
"version": "0.0.21",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21/-/java-1.21-0.0.21.tgz",
|
||||
"integrity": "sha512-7OdbNArGjiLVpLfYjns014gzkF1sMkqg3EnU54HpoBS6FqR9noJ7ulAA3R/Xp+HtmPR4loIyHOOhHYG+5G+01g==",
|
||||
"version": "0.0.22",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21/-/java-1.21-0.0.22.tgz",
|
||||
"integrity": "sha512-jhKAHbJUwO0s81Cg72B7qrae73AwFNi0ONp4Mk+B/SzSUvEDb940VRBh0WBzgnJinE7JqPyVuH9W059l4dx2Fg==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.13.0"
|
||||
}
|
||||
@@ -4832,17 +4832,17 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.20.5": {
|
||||
"version": "0.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.36.tgz",
|
||||
"integrity": "sha512-B4QBVWGMq9V6DdzxZDWO5kcVoADXqvA1PTfVRZB4qB5WOWWj/iGnIGh14pQMn3xuqXGu2xHhnxK2EyURy/CklA==",
|
||||
"version": "0.0.37",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.20.5/-/java-1.20.5-0.0.37.tgz",
|
||||
"integrity": "sha512-DBT1i0sj8Yvz0lI8rkVAIgSgAAkr+HSomTzg1QGD9IHpQhvCFo15LpfU+sXbQOaCSNVglBXkX+QPX95T4Q7iaw==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.13.0"
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.21": {
|
||||
"version": "0.0.21",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21/-/java-1.21-0.0.21.tgz",
|
||||
"integrity": "sha512-7OdbNArGjiLVpLfYjns014gzkF1sMkqg3EnU54HpoBS6FqR9noJ7ulAA3R/Xp+HtmPR4loIyHOOhHYG+5G+01g==",
|
||||
"version": "0.0.22",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.21/-/java-1.21-0.0.22.tgz",
|
||||
"integrity": "sha512-jhKAHbJUwO0s81Cg72B7qrae73AwFNi0ONp4Mk+B/SzSUvEDb940VRBh0WBzgnJinE7JqPyVuH9W059l4dx2Fg==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.13.0"
|
||||
}
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
"@mcschema/java-1.20": "^0.0.22",
|
||||
"@mcschema/java-1.20.2": "^0.0.12",
|
||||
"@mcschema/java-1.20.3": "^0.0.13",
|
||||
"@mcschema/java-1.20.5": "^0.0.36",
|
||||
"@mcschema/java-1.21": "^0.0.21",
|
||||
"@mcschema/java-1.20.5": "^0.0.37",
|
||||
"@mcschema/java-1.21": "^0.0.22",
|
||||
"@mcschema/locales": "^0.1.104",
|
||||
"@zip.js/zip.js": "^2.4.5",
|
||||
"brace": "^0.11.1",
|
||||
|
||||
Reference in New Issue
Block a user