diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af219892..3b608ae656 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,3 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" npx lint-staged diff --git a/package-lock.json b/package-lock.json index f112572b6b..2fbdf56dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "ngx-cookie-service": "18.0.0", "ngx-matomo-client": "6.3.0", "ngx-owl-carousel-o": "18.0.0", - "ngx-scrollbar": "13.0.3", + "ngx-scrollbar": "15.1.2", "postcss-loader": "8.1.1", "postcss-url": "10.1.3", "rxjs": "7.8.1", @@ -14233,16 +14233,17 @@ } }, "node_modules/ngx-scrollbar": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/ngx-scrollbar/-/ngx-scrollbar-13.0.3.tgz", - "integrity": "sha512-ZpjNm9y7F5OSQh7p4x2PrwRkNl5zARPqPbRdkS5HjP8lHpG7hAFpbsjW+WlsM/6lAL5pesfVRCSlvcRJihM2sg==", + "version": "15.1.2", + "resolved": "https://registry.npmjs.org/ngx-scrollbar/-/ngx-scrollbar-15.1.2.tgz", + "integrity": "sha512-Jmf7lQHSHB9Bm+z/ha4hdVEQoNfB1byW1fIlZrlntWZf0JAO65pbjAXFveZ2gznqgTF9LnsZzBbNUVvjBPfGvg==", + "license": "MIT", "dependencies": { - "tslib": "^2.3.1" + "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/cdk": ">=16.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", + "@angular/cdk": ">=17.1.0", + "@angular/common": ">=17.1.0", + "@angular/core": ">=17.1.0", "rxjs": ">=7.0.0" } }, diff --git a/package.json b/package.json index c9dea019c5..6c4264d829 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "e2e": "npm-run-all -p -r webdriver-start protractor", "pree2e": "webdriver-manager update --standalone false --gecko false --quiet", "compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json", - "prepare": "husky install" + "prepare": "husky init" }, "resolutions": {}, "private": true, @@ -67,7 +67,7 @@ "ngx-cookie-service": "18.0.0", "ngx-matomo-client": "6.3.0", "ngx-owl-carousel-o": "18.0.0", - "ngx-scrollbar": "13.0.3", + "ngx-scrollbar": "15.1.2", "postcss-loader": "8.1.1", "postcss-url": "10.1.3", "rxjs": "7.8.1",