@openui5/sap.ui.codeeditor 1.71.76 → 1.71.77

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.
package/LICENSE.txt CHANGED
@@ -616,7 +616,7 @@ License: MIT License
616
616
  <year> = 2018
617
617
  <copyright holders> = Michael Mclaughlin
618
618
 
619
- Component: lodash 4.17.21
619
+ Component: lodash 4.17.23
620
620
  Licensor: JS Foundation and other contributors
621
621
  Website: https://github.com/lodash/lodash
622
622
  License: MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.codeeditor",
3
- "version": "1.71.76",
3
+ "version": "1.71.77",
4
4
  "description": "OpenUI5 UI Library sap.ui.codeeditor",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.71.76"
17
+ "@openui5/sap.ui.core": "1.71.77"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.71.76</version>
9
+ <version>1.71.77</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.codeeditor</documentation>
12
12
 
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.71.76
59
+ * @version 1.71.77
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -33,7 +33,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library'],
33
33
  ],
34
34
  elements: [],
35
35
  noLibraryCSS: false,
36
- version: "1.71.76"
36
+ version: "1.71.77"
37
37
  });
38
38
 
39
39