Skip to content

Commit 2c81e9a

Browse files
Bump @angular/common from 20.2.3 to 20.3.14
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.2.3 to 20.3.14. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/20.3.14/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e82dc19 commit 2c81e9a

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

js-sdk-framework-tests/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"private": true,
2525
"dependencies": {
26-
"@angular/common": "20.1.0",
26+
"@angular/common": "20.3.14",
2727
"@angular/compiler": "20.1.0",
2828
"@angular/core": "20.1.0",
2929
"@angular/forms": "20.1.0",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@
216216
yargs "18.0.0"
217217
zod "3.25.75"
218218

219-
"@angular/common@20.1.0":
220-
version "20.1.0"
221-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.1.0.tgz#80fa6739fb174fc051ccebb6bbf9bb21518ec366"
222-
integrity sha512-RsHClHJux+4lXrHdGHVw22wekRbSjYtx6Xwjox2S+IRPP51CbX0KskAALZ9ZmtCttkYSFVtvr0S+SQrU2cu5WA==
219+
"@angular/common@20.3.14":
220+
version "20.3.14"
221+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.14.tgz#62d7e693ae70d3ac41aa424c602c490c0e8d46c5"
222+
integrity sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==
223223
dependencies:
224224
tslib "^2.3.0"
225225

@@ -9392,7 +9392,16 @@ streamroller@^3.1.5:
93929392
debug "^4.3.4"
93939393
fs-extra "^8.1.0"
93949394

9395-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9395+
"string-width-cjs@npm:string-width@^4.2.0":
9396+
version "4.2.3"
9397+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9398+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9399+
dependencies:
9400+
emoji-regex "^8.0.0"
9401+
is-fullwidth-code-point "^3.0.0"
9402+
strip-ansi "^6.0.1"
9403+
9404+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
93969405
version "4.2.3"
93979406
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
93989407
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9501,7 +9510,14 @@ string_decoder@~1.1.1:
95019510
dependencies:
95029511
safe-buffer "~5.1.0"
95039512

9504-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9513+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9514+
version "6.0.1"
9515+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9516+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9517+
dependencies:
9518+
ansi-regex "^5.0.1"
9519+
9520+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
95059521
version "6.0.1"
95069522
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
95079523
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10192,7 +10208,7 @@ wordwrap@^1.0.0:
1019210208
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1019310209
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1019410210

10195-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10211+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1019610212
version "7.0.0"
1019710213
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1019810214
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10210,6 +10226,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1021010226
string-width "^4.1.0"
1021110227
strip-ansi "^6.0.0"
1021210228

10229+
wrap-ansi@^7.0.0:
10230+
version "7.0.0"
10231+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10232+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10233+
dependencies:
10234+
ansi-styles "^4.0.0"
10235+
string-width "^4.1.0"
10236+
strip-ansi "^6.0.0"
10237+
1021310238
wrap-ansi@^8.1.0:
1021410239
version "8.1.0"
1021510240
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)