diff --git a/package-lock.json b/package-lock.json index 5672b884..2b6371aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "glob": "^13.0.6" }, "devDependencies": { - "@minecraft/common": "^1.2.0", + "@minecraft/common": "^1.3.0", "@minecraft/gameplay-utilities": "^1.3.0", "@minecraft/math": "2.4.0", "@npm/types": "^2.0.0", @@ -27,9 +27,9 @@ } }, "node_modules/@minecraft/common": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@minecraft/common/-/common-1.2.0.tgz", - "integrity": "sha512-JdmEq4P3Z/FtoBzhLijFgMSVFnFRrUoLwY8DHHrgtFo0mfLTOLTB1RErYjLMsA6b7BGVNxkX/pfFRiH7QZ0XwQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@minecraft/common/-/common-1.3.0.tgz", + "integrity": "sha512-GLT8USFhvEyeTTFHZAgszbrnoT007hmXmK+aO4l+2A1up9/zwZ+4e8R8F0KcKrCWDjLEqkOJtPow0hQCcNJ++Q==", "license": "MIT" }, "node_modules/@minecraft/gameplay-utilities": { diff --git a/package.json b/package.json index daf80765..2d13a294 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "glob": "^13.0.6" }, "devDependencies": { - "@minecraft/common": "^1.2.0", + "@minecraft/common": "^1.3.0", "@minecraft/gameplay-utilities": "^1.3.0", "@minecraft/math": "2.4.0", "@npm/types": "^2.0.0",