mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore(deps): update dependency lerna to ^8.1.9
This commit is contained in:
parent
194a47c7f1
commit
cc2dffba6d
65
package-lock.json
generated
65
package-lock.json
generated
@ -47,7 +47,7 @@
|
||||
"jasmine-console-reporter": "^3.1.0",
|
||||
"js-green-licenses": "^4.0.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"lerna": "^8.1.8",
|
||||
"lerna": "^8.1.9",
|
||||
"license-check-and-add": "^4.0.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mock-fs": "^5.4.0",
|
||||
@ -859,16 +859,16 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@lerna/create": {
|
||||
"version": "8.1.8",
|
||||
"resolved": "https://registry.npmjs.org/@lerna/create/-/create-8.1.8.tgz",
|
||||
"integrity": "sha512-wi72R01tgjBjzG2kjRyTHl4yCTKDfDMIXRyKz9E/FBa9SkFvUOAE4bdyY9MhEsRZmSWL7+CYE8Flv/HScRpBbA==",
|
||||
"version": "8.1.9",
|
||||
"resolved": "https://registry.npmjs.org/@lerna/create/-/create-8.1.9.tgz",
|
||||
"integrity": "sha512-DPnl5lPX4v49eVxEbJnAizrpMdMTBz1qykZrAbBul9rfgk531v8oAt+Pm6O/rpAleRombNM7FJb5rYGzBJatOQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "7.5.4",
|
||||
"@npmcli/package-json": "5.2.0",
|
||||
"@npmcli/run-script": "8.1.0",
|
||||
"@nx/devkit": ">=17.1.2 < 20",
|
||||
"@nx/devkit": ">=17.1.2 < 21",
|
||||
"@octokit/plugin-enterprise-rest": "6.0.1",
|
||||
"@octokit/rest": "19.0.11",
|
||||
"aproba": "2.0.0",
|
||||
@ -881,7 +881,7 @@
|
||||
"console-control-strings": "^1.1.0",
|
||||
"conventional-changelog-core": "5.0.1",
|
||||
"conventional-recommended-bump": "7.0.1",
|
||||
"cosmiconfig": "^8.2.0",
|
||||
"cosmiconfig": "9.0.0",
|
||||
"dedent": "1.5.3",
|
||||
"execa": "5.0.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
@ -907,7 +907,7 @@
|
||||
"npm-package-arg": "11.0.2",
|
||||
"npm-packlist": "8.0.2",
|
||||
"npm-registry-fetch": "^17.1.0",
|
||||
"nx": ">=17.1.2 < 20",
|
||||
"nx": ">=17.1.2 < 21",
|
||||
"p-map": "4.0.0",
|
||||
"p-map-series": "2.1.0",
|
||||
"p-queue": "6.6.2",
|
||||
@ -3509,15 +3509,15 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/cosmiconfig": {
|
||||
"version": "8.3.6",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
|
||||
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
||||
"dev": true,
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
||||
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"env-paths": "^2.2.1",
|
||||
"import-fresh": "^3.3.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"parse-json": "^5.2.0",
|
||||
"path-type": "^4.0.0"
|
||||
"parse-json": "^5.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
@ -6918,17 +6918,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lerna": {
|
||||
"version": "8.1.8",
|
||||
"resolved": "https://registry.npmjs.org/lerna/-/lerna-8.1.8.tgz",
|
||||
"integrity": "sha512-Rmo5ShMx73xM2CUcRixjmpZIXB7ZFlWEul1YvJyx/rH4onAwDHtUGD7Rx4NZYL8QSRiQHroglM2Oyq+WqA4BYg==",
|
||||
"version": "8.1.9",
|
||||
"resolved": "https://registry.npmjs.org/lerna/-/lerna-8.1.9.tgz",
|
||||
"integrity": "sha512-ZRFlRUBB2obm+GkbTR7EbgTMuAdni6iwtTQTMy7LIrQ4UInG44LyfRepljtgUxh4HA0ltzsvWfPkd5J1DKGCeQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@lerna/create": "8.1.8",
|
||||
"@lerna/create": "8.1.9",
|
||||
"@npmcli/arborist": "7.5.4",
|
||||
"@npmcli/package-json": "5.2.0",
|
||||
"@npmcli/run-script": "8.1.0",
|
||||
"@nx/devkit": ">=17.1.2 < 20",
|
||||
"@nx/devkit": ">=17.1.2 < 21",
|
||||
"@octokit/plugin-enterprise-rest": "6.0.1",
|
||||
"@octokit/rest": "19.0.11",
|
||||
"aproba": "2.0.0",
|
||||
@ -6942,7 +6942,7 @@
|
||||
"conventional-changelog-angular": "7.0.0",
|
||||
"conventional-changelog-core": "5.0.1",
|
||||
"conventional-recommended-bump": "7.0.1",
|
||||
"cosmiconfig": "^8.2.0",
|
||||
"cosmiconfig": "9.0.0",
|
||||
"dedent": "1.5.3",
|
||||
"envinfo": "7.13.0",
|
||||
"execa": "5.0.0",
|
||||
@ -6973,7 +6973,7 @@
|
||||
"npm-package-arg": "11.0.2",
|
||||
"npm-packlist": "8.0.2",
|
||||
"npm-registry-fetch": "^17.1.0",
|
||||
"nx": ">=17.1.2 < 20",
|
||||
"nx": ">=17.1.2 < 21",
|
||||
"p-map": "4.0.0",
|
||||
"p-map-series": "2.1.0",
|
||||
"p-pipe": "3.1.0",
|
||||
@ -12167,31 +12167,6 @@
|
||||
"node": ">=v18.12.0"
|
||||
}
|
||||
},
|
||||
"packages/jsdoc-core/node_modules/cosmiconfig": {
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
||||
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
||||
"dependencies": {
|
||||
"env-paths": "^2.2.1",
|
||||
"import-fresh": "^3.3.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"parse-json": "^5.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/d-fischer"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">=4.9.5"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"packages/jsdoc-doclet": {
|
||||
"name": "@jsdoc/doclet",
|
||||
"version": "0.2.11",
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"jasmine-console-reporter": "^3.1.0",
|
||||
"js-green-licenses": "^4.0.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"lerna": "^8.1.8",
|
||||
"lerna": "^8.1.9",
|
||||
"license-check-and-add": "^4.0.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mock-fs": "^5.4.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user