Skip to content

Commit 31a6e23

Browse files
authored
FFM-11673 Patch braces CVE (#116)
1 parent 5e40a85 commit 31a6e23

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Diff for: package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harnessio/ff-nodejs-server-sdk",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Feature flags SDK for NodeJS environments",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.8.0';
1+
export const VERSION = '1.8.1';

0 commit comments

Comments
 (0)