Skip to content

Commit 7176bfd

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 0ba845c commit 7176bfd

File tree

4 files changed

+52
-11
lines changed

4 files changed

+52
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Initialize environment
4141
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@01a73e850b84b6a6e24701298c73a043adb2163a
4242
- name: Setup ESLint Caching
43-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
43+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444
with:
4545
path: .eslintcache
4646
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@angular/platform-server": "17.0.0-next.2",
7777
"@angular/router": "17.0.0-next.2",
7878
"@angular/service-worker": "17.0.0-next.2",
79-
"@babel/core": "7.22.15",
79+
"@babel/core": "7.22.17",
8080
"@babel/generator": "7.22.15",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.22.15",
13+
"@babel/core": "7.22.17",
1414
"@babel/generator": "7.22.15",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",

yarn.lock

Lines changed: 49 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,21 +358,21 @@
358358
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
359359
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
360360

361-
"@babel/[email protected].15":
362-
version "7.22.15"
363-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.15.tgz#15d4fd03f478a459015a4b94cfbb3bd42c48d2f4"
364-
integrity sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==
361+
"@babel/[email protected].17":
362+
version "7.22.17"
363+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
364+
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
365365
dependencies:
366366
"@ampproject/remapping" "^2.2.0"
367367
"@babel/code-frame" "^7.22.13"
368368
"@babel/generator" "^7.22.15"
369369
"@babel/helper-compilation-targets" "^7.22.15"
370-
"@babel/helper-module-transforms" "^7.22.15"
370+
"@babel/helper-module-transforms" "^7.22.17"
371371
"@babel/helpers" "^7.22.15"
372-
"@babel/parser" "^7.22.15"
372+
"@babel/parser" "^7.22.16"
373373
"@babel/template" "^7.22.15"
374-
"@babel/traverse" "^7.22.15"
375-
"@babel/types" "^7.22.15"
374+
"@babel/traverse" "^7.22.17"
375+
"@babel/types" "^7.22.17"
376376
convert-source-map "^1.7.0"
377377
debug "^4.1.0"
378378
gensync "^1.0.0-beta.2"
@@ -595,6 +595,17 @@
595595
"@babel/helper-split-export-declaration" "^7.22.6"
596596
"@babel/helper-validator-identifier" "^7.22.15"
597597

598+
"@babel/helper-module-transforms@^7.22.17":
599+
version "7.22.17"
600+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
601+
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
602+
dependencies:
603+
"@babel/helper-environment-visitor" "^7.22.5"
604+
"@babel/helper-module-imports" "^7.22.15"
605+
"@babel/helper-simple-access" "^7.22.5"
606+
"@babel/helper-split-export-declaration" "^7.22.6"
607+
"@babel/helper-validator-identifier" "^7.22.15"
608+
598609
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
599610
version "7.22.9"
600611
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
@@ -728,6 +739,11 @@
728739
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.15.tgz#d34592bfe288a32e741aa0663dbc4829fcd55160"
729740
integrity sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==
730741

742+
"@babel/parser@^7.22.16":
743+
version "7.22.16"
744+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
745+
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
746+
731747
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
732748
version "7.22.15"
733749
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -1672,6 +1688,22 @@
16721688
debug "^4.1.0"
16731689
globals "^11.1.0"
16741690

1691+
"@babel/traverse@^7.22.17":
1692+
version "7.22.17"
1693+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
1694+
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
1695+
dependencies:
1696+
"@babel/code-frame" "^7.22.13"
1697+
"@babel/generator" "^7.22.15"
1698+
"@babel/helper-environment-visitor" "^7.22.5"
1699+
"@babel/helper-function-name" "^7.22.5"
1700+
"@babel/helper-hoist-variables" "^7.22.5"
1701+
"@babel/helper-split-export-declaration" "^7.22.6"
1702+
"@babel/parser" "^7.22.16"
1703+
"@babel/types" "^7.22.17"
1704+
debug "^4.1.0"
1705+
globals "^11.1.0"
1706+
16751707
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.11", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
16761708
version "7.22.11"
16771709
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2"
@@ -1690,6 +1722,15 @@
16901722
"@babel/helper-validator-identifier" "^7.22.15"
16911723
to-fast-properties "^2.0.0"
16921724

1725+
"@babel/types@^7.22.17":
1726+
version "7.22.17"
1727+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
1728+
integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
1729+
dependencies:
1730+
"@babel/helper-string-parser" "^7.22.5"
1731+
"@babel/helper-validator-identifier" "^7.22.15"
1732+
to-fast-properties "^2.0.0"
1733+
16931734
16941735
version "1.18.0"
16951736
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.18.0.tgz#90ea8fc432ac6a7c83020e47a4bf59cfa2c81020"

0 commit comments

Comments
 (0)