Skip to content

Commit 601e7de

Browse files
fix(security): update dependency configcat-common to v9.4.0 (#1348)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent fca83c9 commit 601e7de

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

libs/providers/config-cat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@openfeature/server-sdk": "^1.13.5",
1111
"configcat-node": "^11.3.1",
1212
"@openfeature/config-cat-core": "0.1.1",
13-
"configcat-common": "9.3.1"
13+
"configcat-common": "9.4.0"
1414
}
1515
}

libs/shared/config-cat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@openfeature/core": "^1.6.0"
1111
},
1212
"dependencies": {
13-
"configcat-common": "9.3.1",
13+
"configcat-common": "9.4.0",
1414
"configcat-js-ssr": "^8.4.3"
1515
}
1616
}

package-lock.json

Lines changed: 25 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "js-sdk-contrib",
33
"version": "0.0.0",
4+
"engines": {
5+
"node": ">=24.0.0"
6+
},
47
"license": "Apache-2.0",
58
"scripts": {
69
"generate-hook": "nx generate open-feature hook",
@@ -28,6 +31,7 @@
2831
"@swc/helpers": "0.5.17",
2932
"ajv": "^8.12.0",
3033
"axios": "1.10.0",
34+
"configcat-common": "9.4.0",
3135
"configcat-js-ssr": "^8.4.3",
3236
"configcat-node": "^11.3.1",
3337
"copy-anything": "^3.0.5",

0 commit comments

Comments
 (0)