Skip to content

Commit fd96cd7

Browse files
authored
Merge pull request #102 from CodeLog-Development/dependabot/npm_and_yarn/zone.js-0.14.8
Bump zone.js from 0.14.7 to 0.14.8
2 parents 066dbfc + 9c6af00 commit fd96cd7

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"rxjs": "~7.8.0",
4848
"supports-color": "^9.4.0",
4949
"tslib": "^2.3.0",
50-
"zone.js": "0.14.7"
50+
"zone.js": "0.14.8"
5151
},
5252
"devDependencies": {
5353
"@angular-devkit/build-angular": "18.1.1",

yarn.lock

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18337,8 +18337,7 @@ string-length@^4.0.1:
1833718337
char-regex "^1.0.2"
1833818338
strip-ansi "^6.0.0"
1833918339

18340-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
18341-
name string-width-cjs
18340+
"string-width-cjs@npm:string-width@^4.2.0":
1834218341
version "4.2.3"
1834318342
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1834418343
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18356,6 +18355,15 @@ string-width@^1.0.1:
1835618355
is-fullwidth-code-point "^1.0.0"
1835718356
strip-ansi "^3.0.0"
1835818357

18358+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
18359+
version "4.2.3"
18360+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18361+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18362+
dependencies:
18363+
emoji-regex "^8.0.0"
18364+
is-fullwidth-code-point "^3.0.0"
18365+
strip-ansi "^6.0.1"
18366+
1835918367
string-width@^2.0.0, string-width@^2.1.1:
1836018368
version "2.1.1"
1836118369
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -18442,7 +18450,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
1844218450
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
1844318451
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1844418452

18445-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18453+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1844618454
version "6.0.1"
1844718455
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1844818456
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18470,6 +18478,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1847018478
dependencies:
1847118479
ansi-regex "^4.1.0"
1847218480

18481+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18482+
version "6.0.1"
18483+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
18484+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18485+
dependencies:
18486+
ansi-regex "^5.0.1"
18487+
1847318488
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1847418489
version "7.1.0"
1847518490
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -20082,8 +20097,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
2008220097
dependencies:
2008320098
errno "~0.1.7"
2008420099

20085-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
20086-
name wrap-ansi-cjs
20100+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2008720101
version "7.0.0"
2008820102
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2008920103
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20110,6 +20124,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2011020124
string-width "^4.1.0"
2011120125
strip-ansi "^6.0.0"
2011220126

20127+
wrap-ansi@^7.0.0:
20128+
version "7.0.0"
20129+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
20130+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20131+
dependencies:
20132+
ansi-styles "^4.0.0"
20133+
string-width "^4.1.0"
20134+
strip-ansi "^6.0.0"
20135+
2011320136
wrap-ansi@^8.1.0:
2011420137
version "8.1.0"
2011520138
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -20370,7 +20393,7 @@ zip-stream@^6.0.1:
2037020393
compress-commons "^6.0.2"
2037120394
readable-stream "^4.0.0"
2037220395

20373-
20374-
version "0.14.7"
20375-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.7.tgz#4a9a70599109663b1921165663bbac521995eef3"
20376-
integrity sha512-0w6DGkX2BPuiK/NLf+4A8FLE43QwBfuqz2dVgi/40Rj1WmqUskCqj329O/pwrqFJLG5X8wkeG2RhIAro441xtg==
20396+
20397+
version "0.14.8"
20398+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.8.tgz#a87ffec976c990604f769c594dbfc8b969443453"
20399+
integrity sha512-48uh7MnVp4/OQDuCHeFdXw5d8xwPqFTvlHgPJ1LBFb5GaustLSZV+YUH0to5ygNyGpqTsjpbpt141U/j3pCfqQ==

0 commit comments

Comments
 (0)