diff --git a/package-lock.json b/package-lock.json index eca7ea4..63b8803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,7 @@ "version": "0.1.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@mia-platform/custom-plugin-lib": "^5.1.3", - "@mia-platform/lc39": "^6.0.2" + "@mia-platform/custom-plugin-lib": "^5.1.3" }, "devDependencies": { "@mia-platform/eslint-config-mia": "^3.0.0", @@ -22,10 +21,13 @@ "eslint": "^8.25.0", "json-schema-to-ts": "^2.5.5", "tap": "^16.3.0", - "typescript": "^4.8.4" + "typescript": "^4.9.5" }, "engines": { "node": ">=16" + }, + "peerDependencies": { + "@mia-platform/lc39": "^6.0.2" } }, "node_modules/@ampproject/remapping": { @@ -6879,9 +6881,9 @@ } }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -12019,9 +12021,9 @@ } }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "unicode-length": { diff --git a/package.json b/package.json index e6f2d1b..863cc96 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint": "^8.25.0", "json-schema-to-ts": "^2.5.5", "tap": "^16.3.0", - "typescript": "^4.8.4" + "typescript": "^4.9.5" }, "peerDependencies": { "@mia-platform/lc39": "^6.0.2"