diff --git a/package-lock.json b/package-lock.json index 16fb4926..32dafbee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nx/node": "16.10.0", "@nx/workspace": "16.10.0", "eslint": "8.51.0", - "lerna": "7.4.0", + "lerna": "7.4.1", "nx": "16.10.0", "nx-cloud": "16.4.0", "prettier": "3.0.3", @@ -3460,9 +3460,9 @@ } }, "node_modules/@lerna/child-process": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.0.tgz", - "integrity": "sha512-KhocFx7HI04N2tUdKv/kJDy627m9TzIDrtudRTMTFVS8vKzGtxpfjgWZAnJ20hwQqe/MvvfrOhHsvDBrcBEW/g==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.1.tgz", + "integrity": "sha512-Bx1cRCZcVcWoz+atDQc4CSVzGuEgGJPOpIAXjQbBEA2cX5nqIBWdbye8eHu31En/F03aH9BhpNEJghs6wy4iTg==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -3474,12 +3474,12 @@ } }, "node_modules/@lerna/create": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.4.0.tgz", - "integrity": "sha512-VmuJCS/cC2itJjpMNNBWBl1YRfYNBjo6BR4+KVdDYPO2/WT+CWqv5gWGrm0bU5/djwGJ2BN96STzHnWegACK0A==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.4.1.tgz", + "integrity": "sha512-zPO9GyWceRimtMD+j+aQ8xJgNPYn/Q/SzHf4wYN+4Rj5nrFKMyX+Et7FbWgUNpj0dRgyCCKBDYmTB7xQVVq4gQ==", "dev": true, "dependencies": { - "@lerna/child-process": "7.4.0", + "@lerna/child-process": "7.4.1", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", @@ -12265,13 +12265,13 @@ "dev": true }, "node_modules/lerna": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.4.0.tgz", - "integrity": "sha512-Dp5js6R7mygy3Ncxc/1HxDd5EgiE7mFqZbCAYKm6FzeOn/GLcqyOPJHLsck6PlSu/uvqUh1lZO4wGaJJQAcW2Q==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.4.1.tgz", + "integrity": "sha512-c6sOO0dlJU689vStIsko+zjRdn2fJOWH8aNjePLNv2AubAdABKqfrDCpE2H/Q7+O80Duo68ZQtWYkUUk7hRWDw==", "dev": true, "dependencies": { - "@lerna/child-process": "7.4.0", - "@lerna/create": "7.4.0", + "@lerna/child-process": "7.4.1", + "@lerna/create": "7.4.1", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", diff --git a/package.json b/package.json index bdf7acea..6437f3aa 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nx/node": "16.10.0", "@nx/workspace": "16.10.0", "eslint": "8.51.0", - "lerna": "7.4.0", + "lerna": "7.4.1", "nx": "16.10.0", "nx-cloud": "16.4.0", "prettier": "3.0.3",