emacroh5lib 1.0.89 → 1.0.91

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.
@@ -1,22 +1,22 @@
1
1
  /*!
2
- * Sizzle CSS Selector Engine v2.3.6
2
+ * Sizzle CSS Selector Engine v2.3.10
3
3
  * https://sizzlejs.com/
4
4
  *
5
5
  * Copyright JS Foundation and other contributors
6
6
  * Released under the MIT license
7
7
  * https://js.foundation/
8
8
  *
9
- * Date: 2021-02-16
9
+ * Date: 2023-02-14
10
10
  */
11
11
 
12
12
  /*!
13
- * Vue.js v2.6.14
14
- * (c) 2014-2021 Evan You
13
+ * Vue.js v2.7.14
14
+ * (c) 2014-2022 Evan You
15
15
  * Released under the MIT License.
16
16
  */
17
17
 
18
18
  /*!
19
- * jQuery JavaScript Library v3.6.0
19
+ * jQuery JavaScript Library v3.6.4
20
20
  * https://jquery.com/
21
21
  *
22
22
  * Includes Sizzle.js
@@ -26,26 +26,34 @@
26
26
  * Released under the MIT license
27
27
  * https://jquery.org/license
28
28
  *
29
- * Date: 2021-03-02T17:08Z
29
+ * Date: 2023-03-08T15:28Z
30
30
  */
31
31
 
32
- /*!
33
- fflate - fast JavaScript compression/decompression
34
- <https://101arrowz.github.io/fflate>
35
- Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
36
- version 0.6.9
37
- */
38
-
39
32
  /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
40
33
 
41
34
  /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
42
35
 
43
36
  /**
44
- * vue-class-component v7.2.3
37
+ * vue-class-component v7.2.6
45
38
  * (c) 2015-present Evan You
46
39
  * @license MIT
47
40
  */
48
41
 
42
+ /**
43
+ * @license
44
+ * Copyright 2010-2022 Three.js Authors
45
+ * SPDX-License-Identifier: MIT
46
+ */
47
+
48
+ /**
49
+ * @license
50
+ * Lodash <https://lodash.com/>
51
+ * Copyright JS Foundation and other contributors <https://js.foundation/>
52
+ * Released under MIT license <https://lodash.com/license>
53
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
54
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
55
+ */
56
+
49
57
  /**
50
58
  * Checks if an event is supported in the current execution environment.
51
59
  *