@itentialopensource/adapter-mockdevice 2.3.0 → 2.3.2

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 2.3.2 [02-16-2026]
3
+
4
+ * migration - fix security
5
+
6
+ See merge request itentialopensource/adapters/adapter-mockdevice!41
7
+
8
+ ---
9
+
2
10
  ## 2.1.3 [10-15-2024]
3
11
 
4
12
  * Changes made at 2024.10.14_20:23PM
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-mockdevice",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "mock implementation of device broker",
5
5
  "license": "Apache-2.0",
6
- "wizardVersion": "3.8.0",
7
- "engineVersion": "1.79.2",
8
6
  "repository": {
9
7
  "type": "git",
10
8
  "url": "git@gitlab.com:itentialopensource/adapters/adapter-mockdevice.git"
@@ -13,8 +11,8 @@
13
11
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-mockdevice#readme",
14
12
  "main": "adapter.js",
15
13
  "engines": {
16
- "node": ">=16.2.0 <17.0.0",
17
- "npm": ">=7.18.1 <8.0.0"
14
+ "node": ">= 18.18.0",
15
+ "npm": ">= 9.8.1"
18
16
  },
19
17
  "scripts": {
20
18
  "preinstall": "node utils/setup.js",
@@ -36,12 +34,12 @@
36
34
  "Pre-Release"
37
35
  ],
38
36
  "dependencies": {
39
- "ajv": "8.17.1",
40
- "axios": "1.12.2",
37
+ "ajv": "8.18.0",
38
+ "axios": "1.13.5",
41
39
  "esprima": "4.0.1",
42
40
  "fs-extra": "11.3.0",
43
41
  "readline-sync": "1.4.10",
44
- "mocha": "10.8.2",
42
+ "mocha": "11.3.0",
45
43
  "semver": "7.7.2",
46
44
  "winston": "3.17.0"
47
45
  },