11diff --git a/node_modules/@angular/common/fesm2015/common.mjs b/node_modules/@angular/common/fesm2015/common.mjs
2- index 4c0f041..0f22c13 100755
2+ index 76ea41d..c9fda0c 100755
33--- a/node_modules/@angular/common/fesm2015/common.mjs
44+++ b/node_modules/@angular/common/fesm2015/common.mjs
5- @@ -819 ,13 +819 ,16 @@ const CURRENCIES_EN = { "ADP": [undefined, undefined, 0], "AFN": [undefined, "؋
5+ @@ -835 ,13 +835 ,16 @@ const CURRENCIES_EN = { "ADP": [undefined, undefined, 0], "AFN": [undefined, "؋
66 *
77 * @publicApi
88 */
@@ -26,7 +26,7 @@ index 4c0f041..0f22c13 100755
2626 /**
2727 * Plurality cases used for translating plurals to different languages.
2828 *
29- @@ -835 ,15 +838 ,20 @@ var NumberFormatStyle;
29+ @@ -851 ,15 +854 ,20 @@ var NumberFormatStyle;
3030 *
3131 * @publicApi
3232 */
@@ -56,7 +56,7 @@ index 4c0f041..0f22c13 100755
5656 /**
5757 * Context-dependant translation forms for strings.
5858 * Typically the standalone version is for the nominative form of the word,
59- @@ -853 ,11 +861 ,12 @@ var Plural;
59+ @@ -869 ,11 +877 ,12 @@ var Plural;
6060 *
6161 * @publicApi
6262 */
@@ -74,13 +74,13 @@ index 4c0f041..0f22c13 100755
7474 /**
7575 * String widths available for translations.
7676 * The specific character widths are locale-specific.
77- @@ -865 ,17 +874 ,20 @@ var FormStyle;
77+ @@ -881 ,17 +890 ,20 @@ var FormStyle;
7878 *
7979 * @publicApi
8080 */
8181- var TranslationWidth;
8282- (function (TranslationWidth) {
83- + const TranslationWidth = {
83+ + const TranslationWidth = {
8484 /** 1 character for `en-US`. For example: 'S' */
8585- TranslationWidth[TranslationWidth["Narrow"] = 0] = "Narrow";
8686+ Narrow: 0,
@@ -102,7 +102,7 @@ index 4c0f041..0f22c13 100755
102102 /**
103103 * String widths available for date-time formats.
104104 * The specific character widths are locale-specific.
105- @@ -887 ,29 +899 ,32 @@ var TranslationWidth;
105+ @@ -903 ,29 +915 ,32 @@ var TranslationWidth;
106106 * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
107107 * @publicApi
108108 */
@@ -142,7 +142,7 @@ index 4c0f041..0f22c13 100755
142142 /**
143143 * Symbols that can be used to replace placeholders in number patterns.
144144 * Examples are based on `en-US` values.
145- @@ -919 ,96 +934 ,115 @@ var FormatWidth;
145+ @@ -935 ,96 +950 ,115 @@ var FormatWidth;
146146 *
147147 * @publicApi
148148 */
@@ -285,7 +285,7 @@ index 4c0f041..0f22c13 100755
285285 /**
286286 * Retrieves the locale ID from the currently loaded locale.
287287 * The loaded locale could be, for example, a global one rather than a regional one.
288- @@ -1445 ,31 +1479 ,44 @@ const ISO8601_DATE_REGEX = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\
288+ @@ -1461 ,31 +1495 ,44 @@ const ISO8601_DATE_REGEX = /^(\d{4, })-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(
289289 // 1 2 3 4 5 6 7 8 9 10 11
290290 const NAMED_FORMATS = {};
291291 const DATE_FORMATS_SPLIT = /((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;
@@ -356,10 +356,10 @@ index 4c0f041..0f22c13 100755
356356 * @ngModule CommonModule
357357 * @description
358358diff --git a/node_modules/@angular/common/fesm2015/http.mjs b/node_modules/@angular/common/fesm2015/http.mjs
359- index aabf47f..de55217 100755
359+ index 6359d2f..92f1925 100755
360360--- a/node_modules/@angular/common/fesm2015/http.mjs
361361+++ b/node_modules/@angular/common/fesm2015/http.mjs
362- @@ -936 ,33 +936 ,38 @@ class HttpRequest {
362+ @@ -963 ,33 +963 ,38 @@ class HttpRequest {
363363 *
364364 * @publicApi
365365 */
0 commit comments