diff --git a/package-lock.json b/package-lock.json index fa1f727..d559d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "moment": "^2.29.4", "ngrx-store-localstorage": "^14", "ngx-avatars": "1.4.0", - "ngx-clipboard": "^14.0.1", + "ngx-clipboard": "^15.1.0", "ngx-image-cropper": "^3.3.5", "ngx-openlayers": "file:dist/ngx-openlayers", "ngx-uploadx": "^5.2.0", @@ -102,7 +102,7 @@ "angular-oauth2-oidc": ">=13.0.0", "bootstrap": ">=4.4.1", "moment": ">=2.27.0", - "ngx-avatars": ">=1..0", + "ngx-avatars": "1.4.0", "ngx-clipboard": ">=14.0.1", "ngx-image-cropper": ">=3.3.5", "ngx-uploadx": ">=5.1.0", @@ -11982,16 +11982,16 @@ } }, "node_modules/ngx-clipboard": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/ngx-clipboard/-/ngx-clipboard-14.0.2.tgz", - "integrity": "sha512-zJaFi09D2bq9X1RYvFixE0AfYOI7E8mUO8S0GXcq76HisuE816HRl+8A46G+NML5GPA3Lr5qaGnQJN533So+8g==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/ngx-clipboard/-/ngx-clipboard-15.1.0.tgz", + "integrity": "sha512-dUJl1cNtdkCqL953oAhP7wmUPFrqW2aDg5OPhwPU9R3cLEdQgU2NbsHEUz4zaPyEopTXu8SR37onVm1Ep8qOHg==", "dependencies": { - "ngx-window-token": ">=4.0.0 <6.0.0", + "ngx-window-token": ">=6.0.0", "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=10.0.0 <13.0.0", - "@angular/core": ">=10.0.0 <13.0.0" + "@angular/common": ">=13.0.0", + "@angular/core": ">=13.0.0" } }, "node_modules/ngx-image-cropper": { @@ -12029,18 +12029,18 @@ } }, "node_modules/ngx-window-token": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ngx-window-token/-/ngx-window-token-5.0.0.tgz", - "integrity": "sha512-DhigCrm9QO8R29lqJYzBC9aaTU0KiWgdnt8RNcTN/DvMaS7shfzAqyvUtxSIm/+JR4gW5JKqR/JODU8760nJMw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ngx-window-token/-/ngx-window-token-7.0.0.tgz", + "integrity": "sha512-5+XfRVSY7Dciu8xyCNMkOlH2UfwR9W2P1Pirz7caaZgOZDjFbL8aEO2stjfJJm2FFf1D6dlVHNzhLWGk9HGkqA==", "dependencies": { "tslib": "^2.0.0" }, "engines": { - "node": ">=10.13.x" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": ">=10.0.0", - "@angular/core": ">=10.0.0" + "@angular/common": ">=13.0.0", + "@angular/core": ">=13.0.0" } }, "node_modules/nice-napi": { @@ -25905,11 +25905,11 @@ } }, "ngx-clipboard": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/ngx-clipboard/-/ngx-clipboard-14.0.2.tgz", - "integrity": "sha512-zJaFi09D2bq9X1RYvFixE0AfYOI7E8mUO8S0GXcq76HisuE816HRl+8A46G+NML5GPA3Lr5qaGnQJN533So+8g==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/ngx-clipboard/-/ngx-clipboard-15.1.0.tgz", + "integrity": "sha512-dUJl1cNtdkCqL953oAhP7wmUPFrqW2aDg5OPhwPU9R3cLEdQgU2NbsHEUz4zaPyEopTXu8SR37onVm1Ep8qOHg==", "requires": { - "ngx-window-token": ">=4.0.0 <6.0.0", + "ngx-window-token": ">=6.0.0", "tslib": "^2.0.0" } }, @@ -25943,9 +25943,9 @@ } }, "ngx-window-token": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ngx-window-token/-/ngx-window-token-5.0.0.tgz", - "integrity": "sha512-DhigCrm9QO8R29lqJYzBC9aaTU0KiWgdnt8RNcTN/DvMaS7shfzAqyvUtxSIm/+JR4gW5JKqR/JODU8760nJMw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ngx-window-token/-/ngx-window-token-7.0.0.tgz", + "integrity": "sha512-5+XfRVSY7Dciu8xyCNMkOlH2UfwR9W2P1Pirz7caaZgOZDjFbL8aEO2stjfJJm2FFf1D6dlVHNzhLWGk9HGkqA==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index f495115..5280036 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "moment": "^2.29.4", "ngrx-store-localstorage": "^14", "ngx-avatars": "1.4.0", - "ngx-clipboard": "^14.0.1", + "ngx-clipboard": "^15.1.0", "ngx-image-cropper": "^3.3.5", "ngx-uploadx": "^5.2.0", "ol": "~6.3.1", diff --git a/projects/common/package.json b/projects/common/package.json index 06e9523..7643ce9 100644 --- a/projects/common/package.json +++ b/projects/common/package.json @@ -20,6 +20,6 @@ "moment": ">=2.27.0", "ngx-avatars": "1.4.0", "ngx-image-cropper": ">=3.3.5", - "ngx-clipboard": ">=14.0.1" + "ngx-clipboard": ">=15.1.0" } }