diff --git a/package-lock.json b/package-lock.json index 6e29825..ce842dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "packages": { "": { "name": "@localizesh/processor-json", + "license": "Apache-2.0", "dependencies": { "unist-util-visit-parents": "^6.0.1" }, @@ -15,7 +16,7 @@ "chai": "^5.2.0", "mocha": "^11.1.0", "ts-node": "^10.9.2", - "typescript": "^5.8.2" + "typescript": "^6.0.3" }, "peerDependencies": { "@localizesh/sdk": "^0.3.4" @@ -1340,11 +1341,10 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -2460,9 +2460,9 @@ } }, "typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true }, "undici-types": { diff --git a/package.json b/package.json index e459b98..26db278 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chai": "^5.2.0", "mocha": "^11.1.0", "ts-node": "^10.9.2", - "typescript": "^5.8.2" + "typescript": "^6.0.3" }, "peerDependencies": { "@localizesh/sdk": "^0.3.4"