@digabi/exam-engine-core 19.2.5 → 19.2.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.
@@ -10,14 +10,14 @@
10
10
  */
11
11
 
12
12
  /*!
13
- * Sizzle CSS Selector Engine v2.3.9
13
+ * Sizzle CSS Selector Engine v2.3.10
14
14
  * https://sizzlejs.com/
15
15
  *
16
16
  * Copyright JS Foundation and other contributors
17
17
  * Released under the MIT license
18
18
  * https://js.foundation/
19
19
  *
20
- * Date: 2022-12-19
20
+ * Date: 2023-02-14
21
21
  */
22
22
 
23
23
  /*!
@@ -28,7 +28,7 @@
28
28
  */
29
29
 
30
30
  /*!
31
- * jQuery JavaScript Library v3.6.3
31
+ * jQuery JavaScript Library v3.6.4
32
32
  * https://jquery.com/
33
33
  *
34
34
  * Includes Sizzle.js
@@ -38,7 +38,7 @@
38
38
  * Released under the MIT license
39
39
  * https://jquery.org/license
40
40
  *
41
- * Date: 2022-12-20T21:28Z
41
+ * Date: 2023-03-08T15:28Z
42
42
  */
43
43
 
44
44
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-core",
3
- "version": "19.2.5",
3
+ "version": "19.2.7",
4
4
  "main": "dist/main-bundle.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Matriculation Examination Board, Finland",
@@ -60,5 +60,5 @@
60
60
  "webpack-bundle-analyzer": "^4.1.0",
61
61
  "webpack-cli": "^4.9.2"
62
62
  },
63
- "gitHead": "4b9df3c10a39e5b33a8ccc26cdf089b1b8058084"
63
+ "gitHead": "72bf10181e968aa5798913e1b172d0dbe6ceedf3"
64
64
  }