diff --git a/package-lock.json b/package-lock.json index af38e28f..8664b634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@angular-eslint/schematics": "^19.3.0", "@angular-eslint/template-parser": "^19.3.0", "@angular/cli": "19.1.5", - "@angular/compiler-cli": "19.1.4", + "@angular/compiler-cli": "19.2.7", "@angular/language-service": "19.1.4", "@gtvmbh/eslint-config": "^1.1.7", "@stylistic/eslint-plugin-ts": "^2.13.0", @@ -1456,13 +1456,13 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.4.tgz", - "integrity": "sha512-ozJvTUzPOgFqlz69YnV14Ncod+iH0cXZvUKerjw8o+JsixLG2LmJpwQ79Gh4a/ZQmAkAxMAYYK5izCiio8MmTg==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.7.tgz", + "integrity": "sha512-NMRCqzmDyPx4nZDgdyDtjZqpFJ+Yc0GoDVRwEILXnKA26yHkptoGQHLcasZAOxjCA0uqLuLqNVRG/IwkCoTb2Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/core": "7.26.0", + "@babel/core": "7.26.9", "@jridgewell/sourcemap-codec": "^1.4.14", "chokidar": "^4.0.0", "convert-source-map": "^1.5.1", @@ -1480,8 +1480,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.1.4", - "typescript": ">=5.5 <5.8" + "@angular/compiler": "19.2.7", + "typescript": ">=5.5 <5.9" } }, "node_modules/@angular/core": { @@ -1652,22 +1652,22 @@ } }, "node_modules/@babel/core": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", - "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz", + "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.26.0", - "@babel/generator": "^7.26.0", - "@babel/helper-compilation-targets": "^7.25.9", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.9", + "@babel/helper-compilation-targets": "^7.26.5", "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.0", - "@babel/parser": "^7.26.0", - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.26.0", + "@babel/helpers": "^7.26.9", + "@babel/parser": "^7.26.9", + "@babel/template": "^7.26.9", + "@babel/traverse": "^7.26.9", + "@babel/types": "^7.26.9", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", diff --git a/package.json b/package.json index d2a3553a..ab60e805 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@angular-eslint/schematics": "^19.3.0", "@angular-eslint/template-parser": "^19.3.0", "@angular/cli": "19.1.5", - "@angular/compiler-cli": "19.1.4", + "@angular/compiler-cli": "19.2.7", "@angular/language-service": "19.1.4", "@gtvmbh/eslint-config": "^1.1.7", "@stylistic/eslint-plugin-ts": "^2.13.0",