@brightspace-ui/core 3.148.6 → 3.148.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,7 @@ export const LocalizeMixin = superclass => class extends _LocalizeMixinBase(supe
83
83
  export function localizeMarkup(strings, ...expressions) {
84
84
  strings.forEach(str => validateMarkup(str, disallowedTagsRegex));
85
85
  expressions.forEach(exp => validateMarkup(exp, disallowedTagsRegex));
86
- return { ...html(strings, ...expressions), _localizeMarkup: true };
86
+ return Object.freeze({ ...html(strings, ...expressions), _localizeMarkup: true });
87
87
  }
88
88
 
89
89
  export function generateLink({ href, target }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.148.6",
3
+ "version": "3.148.7",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",