@sap/xsodata 8.2.0 → 8.2.1

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 +4 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
8
8
 
9
9
  ## Unreleased
10
10
 
11
+ ## [8.2.1] - 2025-03-21
12
+
13
+ * FOSS related security updates
14
+
11
15
  ## [8.2.0] - 2024-10-23
12
16
 
13
17
  * Add support for Node 22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/xsodata",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "Expose data from a HANA database as OData V2 service with help of .xsodata files.",
5
5
  "main": "index.js",
6
6
  "license": "SEE LICENSE IN developer-license-3.1.txt",
@@ -49,14 +49,14 @@
49
49
  ".npmignore"
50
50
  ],
51
51
  "dependencies": {
52
- "@sap/xsenv": "5.3.0",
53
- "@sap/xssec": "3.6.0",
52
+ "@sap/xsenv": "5.5.0",
53
+ "@sap/xssec": "3.6.2",
54
54
  "async": "3.2.6",
55
55
  "big.js": "6.2.2",
56
56
  "body-parser": "1.20.3",
57
- "hdb": "0.19.10",
57
+ "hdb": "0.19.12",
58
58
  "lodash": "4.17.21",
59
- "negotiator": "0.6.3",
59
+ "negotiator": "1.0.0",
60
60
  "rwlock": "5.0.0",
61
61
  "xml-writer": "1.7.0"
62
62
  },
@@ -64,10 +64,10 @@
64
64
  "node": "^18 || ^20 || ^22"
65
65
  },
66
66
  "devDependencies": {
67
- "@sap/hana-client": "2.22.29",
67
+ "@sap/hana-client": "2.24.21",
68
68
  "chai": "4.3.10",
69
69
  "expect": "1.20.2",
70
- "filter-node-package": "3.2.0",
70
+ "filter-node-package": "5.1.0",
71
71
  "jison": "0.4.18",
72
72
  "jshint": "2.13.6",
73
73
  "mocha": "10.7.3",