mirror of
https://github.com/ebullient/obsidian-deck-notes.git
synced 2026-07-22 06:40:43 +00:00
Bump auto-changelog from 2.5.1 to 2.6.0
Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 2.5.1 to 2.6.0. - [Changelog](https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md) - [Commits](https://github.com/CookPete/auto-changelog/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: auto-changelog dependency-version: 2.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5f0adac25b
commit
25c0449993
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"@biomejs/biome": "2.4.14",
|
||||
"@types/node": "^25.5.0",
|
||||
"@typescript-eslint/parser": "^8.46.4",
|
||||
"auto-changelog": "^2.5.0",
|
||||
"auto-changelog": "^2.6.0",
|
||||
"esbuild": "^0.28.0",
|
||||
"eslint-plugin-obsidianmd": "^0.3.0",
|
||||
"obsidian": "^1.13.0",
|
||||
|
|
@ -1478,9 +1478,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/auto-changelog": {
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.5.1.tgz",
|
||||
"integrity": "sha512-vpG10KkmGaeMHwvCK2G+4j6e1+ZxVnhDadHnbG0sFuiB2fzAPIybicp5782btmf4+UGfHklVCUcHWZyN3YiXKg==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.6.0.tgz",
|
||||
"integrity": "sha512-jJgUkuWXQ7fPLPXOMQk/XSSmy7KvzpzhjJa6w660dq1KTEez/GW2CPckBra3jMMMMpcwxp84bOslo29qRCewzA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -1488,7 +1488,7 @@
|
|||
"handlebars": "^4.7.9",
|
||||
"import-cwd": "^3.0.0",
|
||||
"parse-github-url": "^1.0.4",
|
||||
"semver": "^7.7.4"
|
||||
"semver": "^7.8.1"
|
||||
},
|
||||
"bin": {
|
||||
"auto-changelog": "src/index.js"
|
||||
|
|
@ -4409,9 +4409,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/semver": {
|
||||
"version": "7.8.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
|
||||
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
||||
"version": "7.8.5",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
||||
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"@biomejs/biome": "2.4.14",
|
||||
"@types/node": "^25.5.0",
|
||||
"@typescript-eslint/parser": "^8.46.4",
|
||||
"auto-changelog": "^2.5.0",
|
||||
"auto-changelog": "^2.6.0",
|
||||
"esbuild": "^0.28.0",
|
||||
"eslint-plugin-obsidianmd": "^0.3.0",
|
||||
"obsidian": "^1.13.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue