diff --git a/package.json b/package.json index 44675352e..786da149e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gulp-stylelint": "13.0.0", "gulp-uglify": "3.0.2", "gulp-zip": "5.1.0", - "lerna": "7.0.1", + "lerna": "7.0.2", "postcss": "8.4.24", "postcss-easy-import": "4.0.0", "pump": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 860525f05..de0b906e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -99,21 +99,21 @@ dependencies: "@sinclair/typebox" "^0.25.16" -"@lerna/child-process@7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.0.1.tgz#b4edc965c88b2247ccc1c9bfb3dce1f42baec928" - integrity sha512-lov3hXcX+g76fjQ5kg6+QdffL6kFw/aH3sG7NGk61mZfsWCDum9kcp9biqIRAmD6xJbrQsr1i0i9YeCMnHJ6pA== +"@lerna/child-process@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.0.2.tgz#0ea270dcc34cbece6b5319f1d4a24733060883bd" + integrity sha512-15lMrNBL/pvREMJPSfIPieaBtyyapDco/TNjALLEL53JGzO9g8rj5PipfE9h5ILx8aq/GaP17XCh209aVCun/w== dependencies: chalk "^4.1.0" execa "^5.0.0" strong-log-transformer "^2.1.0" -"@lerna/create@7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.0.1.tgz#a204a087b3b7a2ea7bb00d374faf4f306cd48aca" - integrity sha512-vv9gtbrn/gBwQLdDlUeatO3uY58nxMktv9h9/5GEFcBesV9MAeQ0zRz8zkr2C0DX/m25lE+J5KTzJqZtMb03kw== +"@lerna/create@7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.0.2.tgz#a9335b889b54a456b3efc953f109aaf1d134b40a" + integrity sha512-1arGpEpWbWmci1MyaGKvP2SqCAPFWpLqZp0swckianX1kx1mso9B16BWFvcHhU57zCD0Co/z+jX+02UEzZGP7Q== dependencies: - "@lerna/child-process" "7.0.1" + "@lerna/child-process" "7.0.2" dedent "0.7.0" fs-extra "^11.1.1" init-package-json "5.0.0" @@ -5468,13 +5468,13 @@ lead@^1.0.0: dependencies: flush-write-stream "^1.0.2" -lerna@7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.0.1.tgz#056fc44f0e4852a06e943197d3d0d05d59d84559" - integrity sha512-kX279o8N/L2URwoR3Pf4TdIl5P8G443qAFy095ZD+Vu1tOMo8U6xOc221EgHoMuYhdqlT3f0vgn5bMMr/xNYhQ== +lerna@7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.0.2.tgz#45e844bfca72d12cc285c9a00f6f2cfb341bed05" + integrity sha512-omFpf1pTiaObC2YOC7K+euaDwhQA9CyKN1kXxmlSwaSkh8b8QTs4SC8jp3oNeXfcHpVS1ttuuz98AvQvJD46wA== dependencies: - "@lerna/child-process" "7.0.1" - "@lerna/create" "7.0.1" + "@lerna/child-process" "7.0.2" + "@lerna/create" "7.0.2" "@npmcli/run-script" "6.0.2" "@nx/devkit" ">=16.1.3 < 17" "@octokit/plugin-enterprise-rest" "6.0.1"