diff --git a/package-lock.json b/package-lock.json index cef1815..a90f486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@gnuxie/typescript-result": "^1.0.0", "@sinclair/typebox": "^0.34.13", "@the-draupnir-project/interface-manager": "^4.2.3", - "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@^3.12.0" + "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@^3.12.0 || ^6.0.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -294,9 +294,10 @@ } }, "node_modules/@the-draupnir-project/matrix-basic-types": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-1.3.0.tgz", - "integrity": "sha512-WkUD7cqs9qFr1NQZiJWxa+/1trWrhQqv8SbPxrMLRKv1LMm93ELeguROP470kHNWHrCkVcKmYQVc4uC2Yup+EQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-1.4.1.tgz", + "integrity": "sha512-NzA2EWiTQK774J6hZZ4W5xJWY0G9J1gadrTWJfVrAo5GupwfY3nmRtVgZogpqwWbMV0t2zKcqXYuYqyP+1ju5w==", + "license": "Apache-2.0", "peer": true, "dependencies": { "@gnuxie/typescript-result": "^1.0.0", @@ -1224,9 +1225,10 @@ }, "node_modules/matrix-protection-suite": { "name": "@gnuxie/matrix-protection-suite", - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.12.0.tgz", - "integrity": "sha512-f/nuzHYaCB/uVwN7UZy4BatcIvmQL/pTzRE4O2TGMrdv2fDQPsSvc3HZyJTJI/t8iU5g+k/58tk2TyJmLzMS6A==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-6.0.0.tgz", + "integrity": "sha512-OLtY0LGFSY4qwl4/d+g3VJf/6fmPsgFwp8MR8r/MiRHp+Li/QTP68Sgdll/d0eNgHlvQU2D9cHhffwqkVMYLTQ==", + "license": "AFL-3.0", "peer": true, "dependencies": { "@gnuxie/typescript-result": "^1.0.0", @@ -1238,7 +1240,7 @@ }, "peerDependencies": { "@sinclair/typebox": "0.34.13", - "@the-draupnir-project/matrix-basic-types": "1.3.0" + "@the-draupnir-project/matrix-basic-types": "1.4.1" } }, "node_modules/merge2": { diff --git a/package.json b/package.json index 14985cc..c1619d1 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "@gnuxie/typescript-result": "^1.0.0", "@sinclair/typebox": "^0.34.13", "@the-draupnir-project/interface-manager": "^4.2.3", - "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@^3.12.0" + "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@^3.12.0 || ^6.0.0" } }