diff --git a/package.json b/package.json index c95618c28a..a347591821 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "@ngrx/store": "^13.0.2", "@nguniversal/express-engine": "^13.0.2", "@ngx-translate/core": "^13.0.0", - "@nicky-lenaers/ngx-scroll-to": "13", - "@types/grecaptcha": "3.0.4", + "@nicky-lenaers/ngx-scroll-to": "^13.0.0", + "@types/grecaptcha": "^3.0.4", "angular-idle-preload": "3.0.0", "angulartics2": "^12.0.0", "axios": "^0.27.2", @@ -115,7 +115,7 @@ "ngx-infinite-scroll": "^10.0.1", "ngx-pagination": "5.0.0", "ngx-sortablejs": "^11.1.0", - "ngx-ui-switch": "13.0.2", + "ngx-ui-switch": "^13.0.2", "nouislider": "^14.6.3", "pem": "1.14.4", "prop-types": "^15.7.2", @@ -198,7 +198,7 @@ "react-dom": "^16.14.0", "rimraf": "^3.0.2", "rxjs-spy": "^8.0.2", - "sass": "1.33", + "sass": "~1.33.0", "sass-loader": "^12.6.0", "sass-resources-loader": "^2.1.1", "string-replace-loader": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 03a1ebf681..8d618d2685 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1853,7 +1853,7 @@ dependencies: tslib "^2.0.0" -"@nicky-lenaers/ngx-scroll-to@13": +"@nicky-lenaers/ngx-scroll-to@^13.0.0": version "13.0.0" resolved "https://registry.yarnpkg.com/@nicky-lenaers/ngx-scroll-to/-/ngx-scroll-to-13.0.0.tgz#da81253dafc872002786a26e1b82e29be1ca22a1" integrity sha512-sF/F4yoHvOtEGkt58VJYbQVITbW0ivmQA+CJGzc9mnJS6XHFnc4be9rlCX3mz7mOn3FfEs+K80MnUivZ/EHfkQ== @@ -2242,7 +2242,7 @@ resolved "https://registry.yarnpkg.com/@types/file-saver/-/file-saver-2.0.5.tgz#9ee342a5d1314bb0928375424a2f162f97c310c7" integrity sha512-zv9kNf3keYegP5oThGLaPk8E081DFDuwfqjtiTzm6PoxChdJ1raSuADf2YGCVIyrSynLrgc8JWv296s7Q7pQSQ== -"@types/grecaptcha@3.0.4": +"@types/grecaptcha@^3.0.4": version "3.0.4" resolved "https://registry.yarnpkg.com/@types/grecaptcha/-/grecaptcha-3.0.4.tgz#3de601f3b0cd0298faf052dd5bd62aff64c2be2e" integrity sha512-7l1Y8DTGXkx/r4pwU1nMVAR+yD/QC+MCHKXAyEX/7JZhwcN1IED09aZ9vCjjkcGdhSQiu/eJqcXInpl6eEEEwg== @@ -8797,7 +8797,7 @@ ngx-sortablejs@^11.1.0: dependencies: tslib "^2.0.0" -ngx-ui-switch@13.0.2: +ngx-ui-switch@^13.0.2: version "13.0.2" resolved "https://registry.yarnpkg.com/ngx-ui-switch/-/ngx-ui-switch-13.0.2.tgz#67aa548c06d0bbaa23f57a8d4bce2b88789aeeb5" integrity sha512-dhRAQZmrSH8l8VVtce/jD0PIwQjagSYPSln9I6A6gda1HIhvU/M6bqOVJLComWX32aVIBewdJP625wp/S3FdTA== @@ -11044,13 +11044,6 @@ sass-resources-loader@^2.1.1: glob "^7.1.6" loader-utils "^2.0.0" -sass@1.33: - version "1.33.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.33.0.tgz#a26186902ee56585b9db6751fd151237f561dbc2" - integrity sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg== - dependencies: - chokidar ">=3.0.0 <4.0.0" - sass@1.49.9: version "1.49.9" resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9" @@ -11060,6 +11053,13 @@ sass@1.49.9: immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" +sass@~1.33.0: + version "1.33.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.33.0.tgz#a26186902ee56585b9db6751fd151237f561dbc2" + integrity sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg== + dependencies: + chokidar ">=3.0.0 <4.0.0" + sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"