diff --git a/package-lock.json b/package-lock.json index 7e4a1c34..1b7a98d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,22 +5,22 @@ "requires": true, "dependencies": { "@mcschema/core": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.2.tgz", - "integrity": "sha512-lCYeeHQ7ADzq3BExl3u8tbyyy84YnffDT5LwtusMdHoSqduNW3CHaVJysJgw0oiCaKjn+bPnzG+J5Ob9YKi7RA==" + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.3.tgz", + "integrity": "sha512-xIas7f6rnqfkMuIMPxteR4CYLmLgXfRVsIXNAFAkNwvFmSP25/xFRsLDwxEbNDmMQkPDMNCj9Cbn9fiHVxAf0A==" }, "@mcschema/java-1.16": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.5.1.tgz", - "integrity": "sha512-zR72iwq3Cv5K4Vg6u9MqkgZRlNGhGQix2vHNVpanufjEJf/5FXX5S/jataXA9WSvunDneUIeHjNBUf1hFpo7aQ==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.5.2.tgz", + "integrity": "sha512-qTEEkzIgfbEf1QQLnYPhXXNcNKNNQu8xmZtrd/iUF2uriiuLI7Edr9xKaEAImRAcm/0nD/2iAfxPm8GL7FY9qQ==", "requires": { "@mcschema/core": "^0.8.1" } }, "@mcschema/locales": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.9.tgz", - "integrity": "sha512-FcXL2YStAAgDmv2UWxs9ILh7+vSCnB/PXT6kvGhJK9gTlNCeH1n/SzlSirpqfVaNMk7IAgx8er2PGgNNhVEhXA==" + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.10.tgz", + "integrity": "sha512-PMavXnBpH1SyO8x1jPG8o9t1clNof7WzjLt1aDS+hoVRz/Ax0hJ6y1A/nMjnzZErxl+vmL74plPA1ndgmmh/JA==" }, "@nodelib/fs.scandir": { "version": "2.1.3", diff --git a/package.json b/package.json index d821d4ed..c667c6c7 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "author": "Misode", "license": "MIT", "dependencies": { - "@mcschema/core": "^0.8.2", - "@mcschema/java-1.16": "^0.5.1", - "@mcschema/locales": "^0.1.9", + "@mcschema/core": "^0.8.3", + "@mcschema/java-1.16": "^0.5.2", + "@mcschema/locales": "^0.1.10", "@types/google.analytics": "0.0.40", "@types/split.js": "^1.4.0", "copy-webpack-plugin": "^6.0.1",