diff --git a/package-lock.json b/package-lock.json index 9c49957..f548024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "commander": "^11.1.0", "http-message-signatures": "^1.0.1", - "ini": "^4.1.1", + "ini": "^4.1.3", "mysql2": "^3.6.5", "string-template": "^1.0.0", "ws": "^8.15.1" @@ -1221,9 +1221,10 @@ } }, "node_modules/ini": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", - "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz", + "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==", + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } diff --git a/package.json b/package.json index 9b60737..610e5df 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "commander": "^11.1.0", "http-message-signatures": "^1.0.1", - "ini": "^4.1.1", + "ini": "^4.1.3", "mysql2": "^3.6.5", "string-template": "^1.0.0", "ws": "^8.15.1"