diff --git a/package-lock.json b/package-lock.json index 87b2f9a..72bb69b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@aditosoftware/vscode-logging": "^1.0.3", "download": "^8.0.0", "immer": "^10.1.1", - "properties-file": "^3.5.7" + "properties-file": "^3.5.8" }, "devDependencies": { "@aditosoftware/eslint-config-adito-platform": "*", @@ -8162,10 +8162,9 @@ "license": "MIT" }, "node_modules/properties-file": { - "version": "3.5.7", - "resolved": "https://registry.npmjs.org/properties-file/-/properties-file-3.5.7.tgz", - "integrity": "sha512-f47I5uaVJJnE3KilDi9vfXT6Bc/6rrRgsJ8L55CUcalnsurxG+jwkGzAAqvyXDixK+ejzvO80Q8OngwDWErk3Q==", - "license": "MIT", + "version": "3.5.8", + "resolved": "https://registry.npmjs.org/properties-file/-/properties-file-3.5.8.tgz", + "integrity": "sha512-Z5SvLBJqxWd0LOiVXMXjP8R+wkCOE9UsFlZNUQo5c3gb5Y0RnXQFCz0/8kk0OInv8+ygN31BUfFqK2YNjZtRVg==", "engines": { "node": "*" } diff --git a/package.json b/package.json index fe6a8ec..5cf790f 100644 --- a/package.json +++ b/package.json @@ -418,7 +418,7 @@ "@aditosoftware/vscode-logging": "^1.0.3", "download": "^8.0.0", "immer": "^10.1.1", - "properties-file": "^3.5.7" + "properties-file": "^3.5.8" }, "devDependencies": { "@aditosoftware/eslint-config-adito-platform": "latest",