Skip to content

Commit

Permalink
chore(deps): update dependency lerna to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2023
1 parent c3ca3e9 commit baba5df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gulp-stylelint": "13.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"lerna": "7.0.2",
"lerna": "7.1.0",
"postcss": "8.4.24",
"postcss-easy-import": "4.0.0",
"pump": "3.0.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,21 +99,21 @@
dependencies:
"@sinclair/typebox" "^0.25.16"

"@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==
"@lerna/child-process@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.0.tgz#c3bde37e38822e0506e1ff3cda8b206417b2cf43"
integrity sha512-NmpwxygdVW2xprCNNgZ9d6P/pRlaXX2vfUynYNS+jsv7Q2uDZSdW86kjwEgbWyjSu7quZsmpQLqpl6PnfFl82g==
dependencies:
chalk "^4.1.0"
execa "^5.0.0"
strong-log-transformer "^2.1.0"

"@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==
"@lerna/create@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.1.0.tgz#0bf1911ca1bfd6cea9820aaeefe7fd1136f52a26"
integrity sha512-qmj1c9J9AmMdiZW7akK7PVhUK3rwHnOgOBrz7TL0eoHsCE9kda+5VWiKFKSyDqq2zSai+a5OZU/pfkaPm8FygA==
dependencies:
"@lerna/child-process" "7.0.2"
"@lerna/child-process" "7.1.0"
dedent "0.7.0"
fs-extra "^11.1.1"
init-package-json "5.0.0"
Expand Down Expand Up @@ -5460,13 +5460,13 @@ lead@^1.0.0:
dependencies:
flush-write-stream "^1.0.2"

lerna@7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.0.2.tgz#45e844bfca72d12cc285c9a00f6f2cfb341bed05"
integrity sha512-omFpf1pTiaObC2YOC7K+euaDwhQA9CyKN1kXxmlSwaSkh8b8QTs4SC8jp3oNeXfcHpVS1ttuuz98AvQvJD46wA==
lerna@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.1.0.tgz#68855362c8a18f2c9ce14c01793076d2f7aea7c0"
integrity sha512-fY1EctsuP21eR7F9zmnqcdtBRkzvsoAOVYzjrtQQXYt9hlyA14RvjQJIF7R54t+T60As7kFYNgw2PHsC3orV2w==
dependencies:
"@lerna/child-process" "7.0.2"
"@lerna/create" "7.0.2"
"@lerna/child-process" "7.1.0"
"@lerna/create" "7.1.0"
"@npmcli/run-script" "6.0.2"
"@nx/devkit" ">=16.1.3 < 17"
"@octokit/plugin-enterprise-rest" "6.0.1"
Expand Down

0 comments on commit baba5df

Please sign in to comment.