diff --git a/.browserslistrc b/.browserslistrc index 0ccadaf32fba577ea99a28a0b9e8193a1fe0dac9..20fe10722f4197a8aadcdc55f4353d2e260d1023 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -16,3 +16,5 @@ last 2 iOS major versions Firefox ESR not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line. not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. +not ios_saf 15.2-15.3 +not safari 15.2-15.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b5b49533dbe54577817ca70bec1dcefc8e77dc8a..d25876de85fcdd73d6abb4cfd786336b49be0427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "moment": "^2.29.1", "ngx-cookie-service": "^13.1.2", - "ngx-infinite-scroll": "10.0.1", + "ngx-infinite-scroll": "^10.0.1", "ngx-markdown": "^13.0.0", "ngx-webstorage": "9.0.0", "rxjs": "^7.5.2", @@ -30255,7 +30255,7 @@ "text-table": "0.2.0", "tree-kill": "1.2.2", "tslib": "2.3.1", - "webpack": "5.66.0", + "webpack": "5.65.0", "webpack-dev-middleware": "5.2.2", "webpack-dev-server": "4.6.0", "webpack-merge": "5.8.0",