Skip to content

Commit 76ad6ac

Browse files
committed
Chore: Bump Lerna
1 parent 0332467 commit 76ad6ac

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-unicorn": "^47.0.0",
6262
"globby": "^13.2.2",
6363
"husky": "^8.0.3",
64-
"lerna": "^7.1.1",
64+
"lerna": "^7.1.3",
6565
"lint-staged": "^13.2.3",
6666
"prettier": "^3.0.0",
6767
"ts-node": "^10.9.1",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -337,21 +337,21 @@
337337
"@jridgewell/resolve-uri" "3.1.0"
338338
"@jridgewell/sourcemap-codec" "1.4.14"
339339

340-
"@lerna/[email protected].1":
341-
version "7.1.1"
342-
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.1.tgz#60eddd6dc4b6ba0fd51851c78b6dbdc4e1614220"
343-
integrity sha512-mR8PaTkckYPLmEBG2VsVsJq2UuzEvjXevOB1rKLKUZ/dPCGcottVhbiEzTxickc+s7Y/1dTTLn/1BKj3B1a5BA==
340+
"@lerna/[email protected].3":
341+
version "7.1.3"
342+
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.3.tgz#8037449080e0d2fdbff957e15bf1877a5d9872c3"
343+
integrity sha512-ZXHo30G5Ia/RCWKVyBm+3kAe/liWy7KaRF+CPWZpxYo+ysFPBIJ/7XZlGMzmq8fQaMsPj1z61q4wyqeAlUwuvQ==
344344
dependencies:
345345
chalk "^4.1.0"
346346
execa "^5.0.0"
347347
strong-log-transformer "^2.1.0"
348348

349-
"@lerna/[email protected].1":
350-
version "7.1.1"
351-
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.1.1.tgz#2af94afb01971c1b594c06347b6998607aefe5c4"
352-
integrity sha512-1PY2OgwGxp7b91JzLKEhONVl69mCt1IyYEc6pzKy3Sv+UOdeK2QFq1SX/85hNOR3iitiyZ75bNWUTcBly1ZlZg==
349+
"@lerna/[email protected].3":
350+
version "7.1.3"
351+
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-7.1.3.tgz#497b50cee176083f7457a7ac1cd5e8f180761e73"
352+
integrity sha512-i/xUmT7sMNTUhGpSUuQJ8N776YiT/fJaKPrzMSAoxqDBhyDryi4o4JUR+rrN9oELOEsO+SOXQEusBdkmUdVTMg==
353353
dependencies:
354-
"@lerna/child-process" "7.1.1"
354+
"@lerna/child-process" "7.1.3"
355355
dedent "0.7.0"
356356
fs-extra "^11.1.1"
357357
init-package-json "5.0.0"
@@ -3229,13 +3229,13 @@ kind-of@^6.0.2, kind-of@^6.0.3:
32293229
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
32303230
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
32313231

3232-
lerna@^7.1.1:
3233-
version "7.1.1"
3234-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.1.1.tgz#6703062e6c4ddefdaf41e8890e9200690924fd71"
3235-
integrity sha512-rjivAl3bYu2+lWOi90vy0tYFgwBYPMiNkR/DuEWZC08wle5dsbOZ/SlXeLk9+kzbF89Bt5P6p+qF78A2tJsWPA==
3232+
lerna@^7.1.3:
3233+
version "7.1.3"
3234+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-7.1.3.tgz#9aef15620b54038b1e4c5ea620c6b9b7590f26a4"
3235+
integrity sha512-LMs9HU0z5fNFMNOyDVinJcf04QaScReJ8Q2pqxO+nPOmbvNsBwykBgMTWLboL1rI1CCR0/WLdMnvObvR52MtTw==
32363236
dependencies:
3237-
"@lerna/child-process" "7.1.1"
3238-
"@lerna/create" "7.1.1"
3237+
"@lerna/child-process" "7.1.3"
3238+
"@lerna/create" "7.1.3"
32393239
"@npmcli/run-script" "6.0.2"
32403240
"@nx/devkit" ">=16.1.3 < 17"
32413241
"@octokit/plugin-enterprise-rest" "6.0.1"

0 commit comments

Comments
 (0)