diff --git a/package-lock.json b/package-lock.json index 4536fe2e217..f30b889a322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "@typescript-eslint/parser": "^8.48.0", "@typescript-eslint/rule-tester": "^8.48.0", "@typescript-eslint/utils": "^8.47.0", - "axe-core": "^4.11.0", + "axe-core": "^4.11.1", "commander": "^14.0.2", "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^6.4.1", @@ -143,7 +143,7 @@ "karma-jasmine-html-reporter": "^1.5.0", "karma-mocha-reporter": "2.2.5", "md5": "^2.3.0", - "ng-mocks": "^14.14.0", + "ng-mocks": "^14.15.0", "ngx-mask": "^16.0.0", "postcss": "^8.5", "postcss-import": "^14.0.0", @@ -10979,9 +10979,9 @@ "dev": true }, "node_modules/axe-core": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz", - "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz", + "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==", "dev": true, "license": "MPL-2.0", "engines": { @@ -19367,9 +19367,9 @@ "dev": true }, "node_modules/ng-mocks": { - "version": "14.14.0", - "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.14.0.tgz", - "integrity": "sha512-ixx3ch5dzjDpp6QdxHPfOOBE/8foInkVxMi/dO6/DWm/LoZbzxsUNu93bwcedaCZEMkHdwXk+gTPQZ1rXMPAMw==", + "version": "14.15.0", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.15.0.tgz", + "integrity": "sha512-nKsudeVq5GUAonkQgjm3wnFRAb9v1U73W91qL5QVCFfDYSVCHfGLWZAuYmbjl6PJJlIxso7sNE7ym/YkVeQOKw==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 949e33dcdf4..9117d60f263 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "@typescript-eslint/parser": "^8.48.0", "@typescript-eslint/rule-tester": "^8.48.0", "@typescript-eslint/utils": "^8.47.0", - "axe-core": "^4.11.0", + "axe-core": "^4.11.1", "commander": "^14.0.2", "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^6.4.1", @@ -211,7 +211,7 @@ "karma-jasmine-html-reporter": "^1.5.0", "karma-mocha-reporter": "2.2.5", "md5": "^2.3.0", - "ng-mocks": "^14.14.0", + "ng-mocks": "^14.15.0", "ngx-mask": "^16.0.0", "postcss": "^8.5", "postcss-import": "^14.0.0",