@openfin/core 39.82.4 → 39.82.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/core",
|
3
|
-
"version": "39.82.
|
3
|
+
"version": "39.82.7",
|
4
4
|
"description": "The core renderer entry point of OpenFin",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"main": "out/mock.js",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
],
|
34
34
|
"author": "OpenFin",
|
35
35
|
"dependencies": {
|
36
|
-
"@types/node": "^
|
36
|
+
"@types/node": "^20.14.2",
|
37
37
|
"lodash": "^4.17.21",
|
38
38
|
"ws": "^7.3.0"
|
39
39
|
}
|