@itentialopensource/adapter-utils 4.48.4 → 4.48.5
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
## 4.48.5 [12-29-2022]
|
|
3
|
+
|
|
4
|
+
* Update file package.json - update jsonwebtoken version
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapter-utils!244
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
2
10
|
## 4.48.4 [10-25-2022]
|
|
3
11
|
|
|
4
12
|
* Clean xml string sent into the adapter task and troubleshoot openstack_nova adapter
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-utils",
|
|
3
|
-
"version": "4.48.
|
|
3
|
+
"version": "4.48.5",
|
|
4
4
|
"description": "Itential Adapter Utility Libraries",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node utils/setup.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"https-proxy-agent": "^2.2.1",
|
|
36
36
|
"json-query": "^2.2.2",
|
|
37
37
|
"jsontoxml": "^1.0.1",
|
|
38
|
-
"jsonwebtoken": "^
|
|
38
|
+
"jsonwebtoken": "^9.0.0",
|
|
39
39
|
"mongodb": "^3.3.3",
|
|
40
40
|
"querystring": "^0.2.0",
|
|
41
41
|
"readline-sync": "^1.4.10",
|