diff --git a/package.json b/package.json index 2f5a439..42fac8c 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "devDependencies": { "@antfu/eslint-config": "^2.12.1", "@nuxt/schema": "^3.11.2", - "@release-it-plugins/lerna-changelog": "6.1.0", + "@release-it-plugins/lerna-changelog": "7.0.0", "@types/node": "20.12.4", "@vitejs/plugin-vue": "5.0.4", "@vitest/coverage-istanbul": "^1.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8eafc1e..9d86060 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,8 +32,8 @@ devDependencies: specifier: ^3.11.2 version: 3.11.2 '@release-it-plugins/lerna-changelog': - specifier: 6.1.0 - version: 6.1.0(release-it@17.1.1) + specifier: 7.0.0 + version: 7.0.0(release-it@17.1.1) '@types/node': specifier: 20.12.4 version: 20.12.4 @@ -1153,15 +1153,15 @@ packages: config-chain: 1.1.13 dev: true - /@release-it-plugins/lerna-changelog@6.1.0(release-it@17.1.1): - resolution: {integrity: sha512-zcgiUHiQkqAo1p5HN3xw6+0zmgRs1wzveRreC4CTNs2vErW8L5sCkEZQfSJLd918q+GR43L1/HudjlsiKQK8QA==} + /@release-it-plugins/lerna-changelog@7.0.0(release-it@17.1.1): + resolution: {integrity: sha512-IGHKdcUCyQ5ibtfkF2AQNMrMtyWF1aigic/ZWHPbD77B2zCcymzsyzVskhrGnHVeZGoOOG3vqGuE6U2INz8k6w==} engines: {node: '>= 16'} peerDependencies: release-it: ^14.0.0 || ^15.1.3 || ^16.0.0 || ^17.0.0 dependencies: execa: 5.1.1 lerna-changelog: 2.2.0 - lodash.template: 4.5.0 + lodash: 4.17.21 mdast-util-from-markdown: 1.3.1 release-it: 17.1.1(typescript@5.4.3) tmp: 0.2.3 @@ -3889,6 +3889,7 @@ packages: /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -4198,6 +4199,7 @@ packages: /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2 @@ -4864,10 +4866,6 @@ packages: p-locate: 6.0.0 dev: true - /lodash._reinterpolate@3.0.0: - resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} - dev: true - /lodash.capitalize@4.2.1: resolution: {integrity: sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==} dev: true @@ -4892,19 +4890,6 @@ packages: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} dev: true - /lodash.template@4.5.0: - resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} - dependencies: - lodash._reinterpolate: 3.0.0 - lodash.templatesettings: 4.2.0 - dev: true - - /lodash.templatesettings@4.2.0: - resolution: {integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==} - dependencies: - lodash._reinterpolate: 3.0.0 - dev: true - /lodash.uniqby@4.7.0: resolution: {integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==} dev: true @@ -6270,6 +6255,7 @@ packages: /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true dependencies: glob: 7.2.3