diff --git a/package-lock.json b/package-lock.json index 5ee385b2..914ffef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular/router": "^14.3.0", "@ng-apimock/core": "^3.11.0", "@ngxs/store": "^3.8.1", - "@sovity.de/edc-client": "^0.20240912.74124-main-0ae66c2d", + "@sovity.de/edc-client": "0.20240912.74124-main-0ae66c2d", "clean-deep": "^3.4.0", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.1", @@ -59,7 +59,7 @@ "prettier": "^2.8.8", "prettier-plugin-organize-attributes": "^0.0.5", "tailwindcss": "^3.3.3", - "typescript": "4.8.4" + "typescript": "^4.8.4" } }, "node_modules/@adobe/css-tools": { @@ -14322,9 +14322,9 @@ "license": "MIT" }, "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, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 4ef12104..6f4078a6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/router": "^14.3.0", "@ng-apimock/core": "^3.11.0", "@ngxs/store": "^3.8.1", - "@sovity.de/edc-client": "^0.20240912.74124-main-0ae66c2d", + "@sovity.de/edc-client": "0.20240912.74124-main-0ae66c2d", "clean-deep": "^3.4.0", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.1", @@ -65,7 +65,7 @@ "prettier": "^2.8.8", "prettier-plugin-organize-attributes": "^0.0.5", "tailwindcss": "^3.3.3", - "typescript": "4.8.4" + "typescript": "^4.8.4" }, "resolutions": { "@angular-devkit/build-angular": "14.2.12",