diff --git a/insider/package-lock.json b/insider/package-lock.json index 73b9901..d7acaa1 100644 --- a/insider/package-lock.json +++ b/insider/package-lock.json @@ -1,12 +1,12 @@ { "name": "insider", - "version": "2.3.0", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "insider", - "version": "2.3.0", + "version": "2.3.2", "license": "MIT", "dependencies": { "@fastify/websocket": "10.0.1", @@ -19,7 +19,7 @@ "fastify-type-provider-zod": "1.1.9", "json-joy": "16.24.0", "jsonwebtoken": "9.0.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "node-pty": "1.0.0", "socket.io": "4.8.0", "socket.io-client": "4.8.0", @@ -2396,9 +2396,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.includes": { "version": "4.3.0", diff --git a/insider/package.json b/insider/package.json index fc1650a..4c77845 100644 --- a/insider/package.json +++ b/insider/package.json @@ -21,7 +21,7 @@ "fastify-type-provider-zod": "1.1.9", "json-joy": "16.24.0", "jsonwebtoken": "9.0.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "node-pty": "1.0.0", "socket.io": "4.8.0", "socket.io-client": "4.8.0",