@itentialopensource/adapter-db_mssql 1.3.2 → 1.3.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 1.3.4 [02-17-2026]
3
+
4
+ * fix driver vulnerability
5
+
6
+ See merge request itentialopensource/adapters/adapter-db_mssql!42
7
+
8
+ ---
9
+
10
+ ## 1.3.3 [02-17-2026]
11
+
12
+ * Changes made at 2026.02.16_19:16PM
13
+
14
+ See merge request itentialopensource/adapters/adapter-db_mssql!41
15
+
16
+ ---
17
+
2
18
  ## 1.3.2 [02-15-2026]
3
19
 
4
20
  * migration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-db_mssql",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "Itential adapter to connect to mssql",
5
5
  "main": "adapter.js",
6
6
  "adapterType": "library",
@@ -35,9 +35,9 @@
35
35
  "author": "Itential",
36
36
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-db_mssql#readme",
37
37
  "dependencies": {
38
- "ajv": "8.17.1",
38
+ "ajv": "8.18.0",
39
39
  "fs-extra": "11.3.0",
40
- "mssql": "10.0.1",
40
+ "mssql": "10.0.3",
41
41
  "readline-sync": "1.4.10",
42
42
  "mocha": "11.3.0",
43
43
  "winston": "3.17.0"