diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b302607fb1ab..cd2e6fb28060 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -13,7 +13,7 @@ jobs: assistant_to_the_branch_manager: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: persist-credentials: false - uses: angular/dev-infra/github-actions/branch-manager@8367e5d95e6f16c0671bc2401373adc9b448eb54 diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index e380b782bd45..a97ecfe6e995 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,14 +12,14 @@ jobs: labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - uses: angular/dev-infra/github-actions/commit-message-based-labels@8367e5d95e6f16c0671bc2401373adc9b448eb54 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - uses: angular/dev-infra/github-actions/post-approval-changes@8367e5d95e6f16c0671bc2401373adc9b448eb54 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 3e7c0bd46fdc..942fc197b305 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "ini": "3.0.1", "inquirer": "8.2.4", "jasmine": "^4.0.0", - "jasmine-core": "~4.5.0", + "jasmine-core": "~4.6.0", "jasmine-spec-reporter": "~7.0.0", "jquery": "^3.3.1", "jsonc-parser": "3.2.0", @@ -212,7 +212,7 @@ "typescript": "5.0.0-beta", "verdaccio": "5.22.1", "verdaccio-auth-memory": "^10.0.0", - "webpack": "5.76.1", + "webpack": "5.76.2", "webpack-dev-middleware": "6.0.1", "webpack-dev-server": "4.12.0", "webpack-merge": "5.8.0", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index af8426c61c5a..53339efcf72e 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -61,7 +61,7 @@ "text-table": "0.2.0", "tree-kill": "1.2.2", "tslib": "2.5.0", - "webpack": "5.76.1", + "webpack": "5.76.2", "webpack-dev-middleware": "6.0.1", "webpack-dev-server": "4.12.0", "webpack-merge": "5.8.0", diff --git a/packages/angular_devkit/build_webpack/package.json b/packages/angular_devkit/build_webpack/package.json index 3ed3cd0a2033..017cd21a5a25 100644 --- a/packages/angular_devkit/build_webpack/package.json +++ b/packages/angular_devkit/build_webpack/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@angular-devkit/core": "0.0.0-PLACEHOLDER", "node-fetch": "2.6.7", - "webpack": "5.76.1" + "webpack": "5.76.2" }, "peerDependencies": { "webpack": "^5.30.0", diff --git a/packages/angular_devkit/schematics_cli/schematic/files/package.json b/packages/angular_devkit/schematics_cli/schematic/files/package.json index 2cc65b2b1587..0d1acbeff7a7 100644 --- a/packages/angular_devkit/schematics_cli/schematic/files/package.json +++ b/packages/angular_devkit/schematics_cli/schematic/files/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@types/node": "^14.15.0", "@types/jasmine": "~4.3.0", - "jasmine": "~4.5.0" + "jasmine": "~4.6.0" } } diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index aaee4c01f765..8756c50d7c9e 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -31,6 +31,6 @@ "@angular/compiler": "15.2.2", "@angular/compiler-cli": "15.2.2", "typescript": "5.0.0-beta", - "webpack": "5.76.1" + "webpack": "5.76.2" } } diff --git a/packages/schematics/angular/utility/latest-versions/package.json b/packages/schematics/angular/utility/latest-versions/package.json index 424e2c86ccf3..64ab9cc1cebc 100644 --- a/packages/schematics/angular/utility/latest-versions/package.json +++ b/packages/schematics/angular/utility/latest-versions/package.json @@ -5,7 +5,7 @@ "dependencies": { "@types/jasmine": "~4.3.0", "@types/node": "^14.15.0", - "jasmine-core": "~4.5.0", + "jasmine-core": "~4.6.0", "jasmine-spec-reporter": "~7.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", diff --git a/yarn.lock b/yarn.lock index 5630b49e6088..aff8e5c52371 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7201,7 +7201,7 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.0.5: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jasmine-core@^4.1.0, jasmine-core@^4.5.0, jasmine-core@~4.5.0: +jasmine-core@^4.1.0, jasmine-core@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3" integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw== @@ -7211,6 +7211,11 @@ jasmine-core@~2.8.0: resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e" integrity sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ== +jasmine-core@~4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.6.0.tgz#6884fc3d5b66bf293e422751eed6d6da217c38f5" + integrity sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ== + jasmine-reporters@~2.5.0: version "2.5.2" resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.5.2.tgz#b5dfa1d9c40b8020c5225e0e1e2b9953d66a4d69" @@ -11505,10 +11510,10 @@ webpack@5.75.0: watchpack "^2.4.0" webpack-sources "^3.2.3" -webpack@5.76.1: - version "5.76.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c" - integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ== +webpack@5.76.2: + version "5.76.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230" + integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^0.0.51"