Skip to content

Commit 4c82eb2

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update all non-major dependencies (angular#57633)
See associated pull request for more information. PR Close angular#57633
1 parent fc17344 commit 4c82eb2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Run CI tests for framework
9696
run: yarn tsx ./scripts/build/build-packages-dist.mts
9797
- name: Archive build artifacts
98-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
98+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
9999
with:
100100
name: pr-artifacts-${{ github.event.number }}
101101
path: dist/packages-dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@types/selenium-webdriver4": "npm:@types/selenium-webdriver@4.1.26",
9191
"@types/semver": "^7.3.4",
9292
"@types/shelljs": "^0.8.6",
93-
"@types/systemjs": "6.13.5",
93+
"@types/systemjs": "6.15.0",
9494
"@types/yargs": "^17.0.3",
9595
"@xterm/addon-fit": "^0.10.0",
9696
"@xterm/xterm": "^5.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5339,10 +5339,10 @@
53395339
resolved "https://registry.yarnpkg.com/@types/supports-color/-/supports-color-8.1.3.tgz#b769cdce1d1bb1a3fa794e35b62c62acdf93c139"
53405340
integrity sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg==
53415341

5342-
"@types/systemjs@6.13.5":
5343-
version "6.13.5"
5344-
resolved "https://registry.yarnpkg.com/@types/systemjs/-/systemjs-6.13.5.tgz#dcc763ddf50558cea14019f2c17fc3b704ef0141"
5345-
integrity sha512-VWG7Z1/cb90UQF3HjkVcE+PB2kts93mW/94XQ2XUyHk+4wpzVrTdfXw0xeoaVyI/2XUuBRuCA7Is25RhEfHXNg==
5342+
"@types/systemjs@6.15.0":
5343+
version "6.15.0"
5344+
resolved "https://registry.yarnpkg.com/@types/systemjs/-/systemjs-6.15.0.tgz#098ea50650bd128550e9564e2c818cde17d22aee"
5345+
integrity sha512-cnlGl3wretbgmtNOo43OtIUctcAeXddy+vrBFp4Pz2spuEfsTS/sol0KsUG1qmP1OeU4SgbRYPKxNIlkkXdUBQ==
53465346

53475347
"@types/tmp@^0.2.1":
53485348
version "0.2.6"

0 commit comments

Comments
 (0)