diff --git a/package-lock.json b/package-lock.json index 3019c50e55..47c727d487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "husky": "=8.0.3", "jsdom": "=22.1.0", "jsdom-global": "=3.0.2", - "lerna": "=7.3.1", + "lerna": "=7.4.1", "lint-staged": "=15.0.1", "microtime": "=3.1.1", "mocha": "=10.2.0", @@ -4293,9 +4293,9 @@ "dev": true }, "node_modules/@lerna/child-process": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.3.1.tgz", - "integrity": "sha512-9neRI51jOhyIGT3/xKUQZftzg78ZY5Ya8iBCmVQYWwo8rLiMqUqcgwIwFHFFYyY41Sb4/HXatQ0iiuTTB/vr8A==", + "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", @@ -4377,12 +4377,12 @@ } }, "node_modules/@lerna/create": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.3.1.tgz", - "integrity": "sha512-+gHt9rzWYaC0pxE/xMC8hQaLXJKW24rWlWJ7Vq6gETsl6D5v3rSy2VIlvoDE9WsvROnMSoXw2PZY371X79hNBw==", + "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.3.1", + "@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", @@ -20085,13 +20085,13 @@ } }, "node_modules/lerna": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.3.1.tgz", - "integrity": "sha512-4Lt6nKIqCDqWgRlKu02g6+0Gfl5Hx9ZK3EIJTjMntea6QBuOgfSpJEj3j20osmE1tzFCkbAltJRyeLE1CImv+A==", + "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.3.1", - "@lerna/create": "7.3.1", + "@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 f5e85dc5ae..4c8b8791ad 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "husky": "=8.0.3", "jsdom": "=22.1.0", "jsdom-global": "=3.0.2", - "lerna": "=7.3.1", + "lerna": "=7.4.1", "lint-staged": "=15.0.1", "microtime": "=3.1.1", "mocha": "=10.2.0",