@truedat/bg 4.58.2 → 4.58.3

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 +12 -0
  2. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.58.3] 2022-12-21
4
+
5
+ ### Changed
6
+
7
+ - [TD-5426] Update `decode-uri-component` (CVE-2022-38900)
8
+
9
+ ## [4.58.2] 2022-12-15
10
+
11
+ ### Fixed
12
+
13
+ - [TD-3919] Change subscoped concepts header, remove subheader.
14
+
3
15
  ## [4.58.0] 2022-12-15
4
16
 
5
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "4.58.2",
3
+ "version": "4.58.3",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.58.2",
37
+ "@truedat/test": "4.58.3",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -86,12 +86,14 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "4.58.2",
90
- "@truedat/df": "4.58.2",
89
+ "@truedat/core": "4.58.3",
90
+ "@truedat/df": "4.58.3",
91
+ "decode-uri-component": "^0.2.2",
91
92
  "file-saver": "^2.0.5",
92
93
  "moment": "^2.29.4",
93
94
  "path-to-regexp": "^1.7.0",
94
95
  "prop-types": "^15.8.1",
96
+ "query-string": "^6.11.0",
95
97
  "react-hook-form": "^7.30.0",
96
98
  "react-intl": "^5.20.10",
97
99
  "react-moment": "^1.1.2",
@@ -108,5 +110,5 @@
108
110
  "react-dom": ">= 16.8.6 < 17",
109
111
  "semantic-ui-react": ">= 2.0.3 < 2.2"
110
112
  },
111
- "gitHead": "2e7042f380612d48784dc5641085fbe6dba7c7d1"
113
+ "gitHead": "d6ce0fa41e1d1ca09130b8beab9e21019314726e"
112
114
  }