@pexip-engage-public/utils 0.1.49 → 0.1.51
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pexip-engage/utils
|
|
2
2
|
|
|
3
|
+
## 0.1.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 92b2766: bump react to 19.2.1 to address https://www.cve.org/CVERecord?id=CVE-2025-55182
|
|
8
|
+
|
|
9
|
+
## 0.1.50
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fbe82a4: chore: tryout oidc publishing
|
|
14
|
+
|
|
3
15
|
## 0.1.49
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.51",
|
|
4
4
|
"description": "Shared utils for Pexip Engage",
|
|
5
5
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/utils#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"src"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"react": "^19.2.
|
|
37
|
+
"react": "^19.2.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"vitest": "^4.0.13",
|
|
41
41
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
42
|
-
"eslint-config-pexip-engage": "1.2.
|
|
42
|
+
"eslint-config-pexip-engage": "1.2.2"
|
|
43
43
|
},
|
|
44
44
|
"volta": {
|
|
45
45
|
"extends": "../../package.json"
|