build(deps): update 3rd party dependencies (#11916)

This commit is contained in:
Denys Vuika
2026-05-27 12:23:48 +01:00
committed by GitHub
parent 70f90c65a5
commit b5d2de583d
2 changed files with 367 additions and 3537 deletions
+350 -3520
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -83,12 +83,12 @@
"@angular-eslint/template-parser": "19.8.1", "@angular-eslint/template-parser": "19.8.1",
"@angular/compiler-cli": "19.2.20", "@angular/compiler-cli": "19.2.20",
"@chromatic-com/storybook": "4.1.3", "@chromatic-com/storybook": "4.1.3",
"@nx/angular": "22.7.3", "@nx/angular": "22.7.4",
"@nx/eslint-plugin": "22.7.2", "@nx/eslint-plugin": "22.7.4",
"@nx/jest": "22.7.2", "@nx/jest": "22.7.4",
"@nx/js": "22.7.2", "@nx/js": "22.7.4",
"@nx/storybook": "22.7.2", "@nx/storybook": "22.7.4",
"@nx/workspace": "22.7.2", "@nx/workspace": "22.7.4",
"@schematics/angular": "19.2.22", "@schematics/angular": "19.2.22",
"@storybook/addon-themes": "^10.2.0", "@storybook/addon-themes": "^10.2.0",
"@storybook/angular": "^10.2.0", "@storybook/angular": "^10.2.0",
@@ -98,7 +98,7 @@
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@types/jsdom": "^27.0.0", "@types/jsdom": "^27.0.0",
"@types/minimatch": "5.1.2", "@types/minimatch": "5.1.2",
"@types/node": "^18.16.9", "@types/node": "25.9.1",
"@typescript-eslint/eslint-plugin": "8.59.4", "@typescript-eslint/eslint-plugin": "8.59.4",
"@typescript-eslint/parser": "8.59.4", "@typescript-eslint/parser": "8.59.4",
"@typescript-eslint/typescript-estree": "8.59.4", "@typescript-eslint/typescript-estree": "8.59.4",
@@ -116,7 +116,7 @@
"eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-storybook": "^10.2.0", "eslint-plugin-storybook": "^10.2.0",
"eslint-plugin-unicorn": "^49.0.0", "eslint-plugin-unicorn": "^49.0.0",
"graphql": "^16.9.0", "graphql": "^16.14.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jasmine-core": "5.13.0", "jasmine-core": "5.13.0",
"jasmine-reporters": "^2.5.2", "jasmine-reporters": "^2.5.2",
@@ -127,14 +127,14 @@
"karma": "6.4.4", "karma": "6.4.4",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "5.0.1", "karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "^2.1.0", "karma-jasmine-html-reporter": "^2.1.0",
"lint-staged": "15.5.2", "lint-staged": "17.0.5",
"ng-packagr": "19.2.2", "ng-packagr": "19.2.2",
"nx": "22.7.2", "nx": "22.7.4",
"prettier": "3.6.2", "prettier": "3.8.3",
"react": "^19.2.6", "react": "^19.2.6",
"react-dom": "^19.2.4", "react-dom": "^19.2.6",
"rimraf": "^6.1.2", "rimraf": "^6.1.2",
"sass-loader": "16.0.8", "sass-loader": "16.0.8",
"spdx-license-list": "^6.11.0", "spdx-license-list": "^6.11.0",
@@ -143,12 +143,12 @@
"stylelint-config-standard-scss": "^13.1.0", "stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "5.8.3", "typescript": "5.8.3",
"undici": "^8.2.0", "undici": "^8.3.0",
"webpack": "5.105.3" "webpack": "5.107.2"
}, },
"overrides": { "overrides": {
"@storybook/angular": { "@storybook/angular": {
"webpack": "5.105.3" "webpack": "5.107.2"
}, },
"picomatch": "4.0.4", "picomatch": "4.0.4",
"path-to-regexp": "^0.1.13", "path-to-regexp": "^0.1.13",
@@ -156,7 +156,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=22.19.0" "node": ">=24.14.0"
}, },
"module": "./index.js", "module": "./index.js",
"typings": "./index.d.ts" "typings": "./index.d.ts"