Skip to content

Commit d740de3

Browse files
chore(deps): update dependency lerna to v7.1.3 (typescript-eslint#7229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67e7d8f commit d740de3

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"jest-snapshot": "^29.6.1",
104104
"jest-specific-snapshot": "^8.0.0",
105105
"jest": "^29.6.1",
106-
"lerna": "7.1.1",
106+
"lerna": "7.1.3",
107107
"lint-staged": "^13.2.3",
108108
"make-dir": "^4.0.0",
109109
"markdownlint-cli": "^0.35.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2586,21 +2586,21 @@
25862586
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
25872587
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
25882588

2589-
"@lerna/child-process@7.1.1":
2590-
version "7.1.1"
2591-
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.1.tgz#60eddd6dc4b6ba0fd51851c78b6dbdc4e1614220"
2592-
integrity sha512-mR8PaTkckYPLmEBG2VsVsJq2UuzEvjXevOB1rKLKUZ/dPCGcottVhbiEzTxickc+s7Y/1dTTLn/1BKj3B1a5BA==
2589+
"@lerna/child-process@7.1.3":
2590+
version "7.1.3"
2591+
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.3.tgz#8037449080e0d2fdbff957e15bf1877a5d9872c3"
2592+
integrity sha512-ZXHo30G5Ia/RCWKVyBm+3kAe/liWy7KaRF+CPWZpxYo+ysFPBIJ/7XZlGMzmq8fQaMsPj1z61q4wyqeAlUwuvQ==
25932593
dependencies:
25942594
chalk "^4.1.0"
25952595
execa "^5.0.0"
25962596
strong-log-transformer "^2.1.0"
25972597

2598-
"@lerna/create@7.1.1":
2599-
version "7.1.1"
2600-
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.1.1.tgz#2af94afb01971c1b594c06347b6998607aefe5c4"
2601-
integrity sha512-1PY2OgwGxp7b91JzLKEhONVl69mCt1IyYEc6pzKy3Sv+UOdeK2QFq1SX/85hNOR3iitiyZ75bNWUTcBly1ZlZg==
2598+
"@lerna/create@7.1.3":
2599+
version "7.1.3"
2600+
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.1.3.tgz#497b50cee176083f7457a7ac1cd5e8f180761e73"
2601+
integrity sha512-i/xUmT7sMNTUhGpSUuQJ8N776YiT/fJaKPrzMSAoxqDBhyDryi4o4JUR+rrN9oELOEsO+SOXQEusBdkmUdVTMg==
26022602
dependencies:
2603-
"@lerna/child-process" "7.1.1"
2603+
"@lerna/child-process" "7.1.3"
26042604
dedent "0.7.0"
26052605
fs-extra "^11.1.1"
26062606
init-package-json "5.0.0"
@@ -9903,13 +9903,13 @@ latest-version@^5.1.0:
99039903
dependencies:
99049904
package-json "^6.3.0"
99059905

9906-
lerna@7.1.1:
9907-
version "7.1.1"
9908-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.1.1.tgz#6703062e6c4ddefdaf41e8890e9200690924fd71"
9909-
integrity sha512-rjivAl3bYu2+lWOi90vy0tYFgwBYPMiNkR/DuEWZC08wle5dsbOZ/SlXeLk9+kzbF89Bt5P6p+qF78A2tJsWPA==
9906+
lerna@7.1.3:
9907+
version "7.1.3"
9908+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.1.3.tgz#9aef15620b54038b1e4c5ea620c6b9b7590f26a4"
9909+
integrity sha512-LMs9HU0z5fNFMNOyDVinJcf04QaScReJ8Q2pqxO+nPOmbvNsBwykBgMTWLboL1rI1CCR0/WLdMnvObvR52MtTw==
99109910
dependencies:
9911-
"@lerna/child-process" "7.1.1"
9912-
"@lerna/create" "7.1.1"
9911+
"@lerna/child-process" "7.1.3"
9912+
"@lerna/create" "7.1.3"
99139913
"@npmcli/run-script" "6.0.2"
99149914
"@nx/devkit" ">=16.1.3 < 17"
99159915
"@octokit/plugin-enterprise-rest" "6.0.1"

0 commit comments

Comments
 (0)