Skip to content

Commit 5abec28

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update all non-major dependencies to ~5.3.0 (angular#57748)
See associated pull request for more information. PR Close angular#57748
1 parent 95b8105 commit 5abec28

File tree

4 files changed

+92
-168
lines changed

4 files changed

+92
-168
lines changed

adev/src/content/tutorials/first-app/common/package-lock.json

Lines changed: 79 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/src/content/tutorials/first-app/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/jasmine": "~5.1.0",
2828
"@types/node": "^16.11.35",
2929
"copyfiles": "^2.4.1",
30-
"jasmine-core": "~5.2.0",
30+
"jasmine-core": "~5.3.0",
3131
"jasmine-marbles": "~0.9.2",
3232
"jasmine-spec-reporter": "~7.0.0",
3333
"karma": "~6.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"domino": "https://github.com/angular/domino.git#8f228f8862540c6ccd14f76b5a1d9bb5458618af",
114114
"hammerjs": "~2.0.8",
115115
"http-server": "^14.0.0",
116-
"jasmine": "~5.2.0",
116+
"jasmine": "~5.3.0",
117117
"jasmine-ajax": "^4.0.0",
118118
"jasmine-core": "^5.0.0",
119119
"karma": "~6.4.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11797,7 +11797,7 @@ jasmine-core@^4.1.0:
1179711797
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.6.1.tgz#5ebb8afa07282078f8d7b15871737a83b74e58f2"
1179811798
integrity sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==
1179911799

11800-
jasmine-core@^5.0.0, jasmine-core@~5.2.0:
11800+
jasmine-core@^5.0.0:
1180111801
version "5.2.0"
1180211802
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.2.0.tgz#7d0aa4c26cb3dbaed201d0505489baf1e48faeca"
1180311803
integrity sha512-tSAtdrvWybZkQmmaIoDgnvHG8ORUNw5kEVlO5CvrXj02Jjr9TZrmjFq7FUiOUzJiOP2wLGYT6PgrQgQF4R1xiw==
@@ -11807,6 +11807,11 @@ jasmine-core@~2.8.0:
1180711807
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e"
1180811808
integrity sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==
1180911809

11810+
jasmine-core@~5.3.0:
11811+
version "5.3.0"
11812+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.3.0.tgz#ed784e5a10af43988d8408bad80b9f08e240a3f8"
11813+
integrity sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==
11814+
1181011815
jasmine-reporters@~2.5.0:
1181111816
version "2.5.2"
1181211817
resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.5.2.tgz#b5dfa1d9c40b8020c5225e0e1e2b9953d66a4d69"
@@ -11824,13 +11829,13 @@ jasmine@2.8.0:
1182411829
glob "^7.0.6"
1182511830
jasmine-core "~2.8.0"
1182611831

11827-
jasmine@~5.2.0:
11828-
version "5.2.0"
11829-
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.2.0.tgz#caa318ac1ccf966b2768e092137337621cdd3ca9"
11830-
integrity sha512-il+noV96N1BGU9/FMmc8QtAMxC8lPnXUiAvgb0o9MDZATRdxglTQe9wo6UdL049ropQL6MopDYwDlludKR6wJQ==
11832+
jasmine@~5.3.0:
11833+
version "5.3.0"
11834+
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.3.0.tgz#523dea612f3573f896e7f680f54752685e48581b"
11835+
integrity sha512-Vrv5VWTXVZ/5xcNawlYCmE24pOaZu3KduLr9iAaENoMJ8W8Ryvhfpw2cf3rI4Unc2ajvu2t4tCKjS72TnraBGQ==
1183111836
dependencies:
1183211837
glob "^10.2.2"
11833-
jasmine-core "~5.2.0"
11838+
jasmine-core "~5.3.0"
1183411839

1183511840
jasminewd2@^2.1.0:
1183611841
version "2.2.0"

0 commit comments

Comments
 (0)