@itentialopensource/adapter-aruba_central 2.7.1 → 2.7.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.7.2 [02-23-2026]
3
+
4
+ * patch/auto-remediate/Updating fsextra to 11.3.3 to get new package-lock
5
+
6
+ See merge request itentialopensource/adapters/adapter-aruba_central!38
7
+
8
+ ---
9
+
2
10
  ## 2.7.1 [02-17-2026]
3
11
 
4
12
  * Changes made at 2026.02.16_18:29PM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aruba_central",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "This adapter integrates with system described as: arubaCentralAllMethods.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.12.1",
@@ -52,7 +52,7 @@
52
52
  "ajv": "8.18.0",
53
53
  "axios": "1.13.5",
54
54
  "commander": "11.1.0",
55
- "fs-extra": "11.3.0",
55
+ "fs-extra": "11.3.3",
56
56
  "json-query": "2.2.2",
57
57
  "mocha": "11.3.0",
58
58
  "mocha-param": "2.0.1",
@@ -282,7 +282,7 @@ describe('[unit] Aruba_central Adapter Test', () => {
282
282
  assert.equal('8.18.0', packageDotJson.dependencies.ajv);
283
283
  assert.equal('1.13.5', packageDotJson.dependencies.axios);
284
284
  assert.equal('11.1.0', packageDotJson.dependencies.commander);
285
- assert.equal('11.3.0', packageDotJson.dependencies['fs-extra']);
285
+ assert.equal('11.3.3', packageDotJson.dependencies['fs-extra']);
286
286
  assert.equal('11.3.0', packageDotJson.dependencies.mocha);
287
287
  assert.equal('2.0.1', packageDotJson.dependencies['mocha-param']);
288
288
  assert.equal('0.4.4', packageDotJson.dependencies.ping);