Auto tagging obsidian notes w/ AI
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): Bump js-yaml in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: direct:production
dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
1cc2e76d 29b9014d

+6 -6
+5 -5
package-lock.json
··· 8 8 "name": "obsidian-ai-tagger", 9 9 "version": "1.2.0", 10 10 "dependencies": { 11 - "js-yaml": "^4.1.0" 11 + "js-yaml": "^4.1.1" 12 12 }, 13 13 "devDependencies": { 14 14 "@types/js-yaml": "^4.0.5", ··· 17 17 "@typescript-eslint/parser": "5.29.0", 18 18 "builtin-modules": "3.3.0", 19 19 "esbuild": "0.25.0", 20 - "obsidian": "latest", 20 + "obsidian": "*", 21 21 "tslib": "2.4.0", 22 22 "typescript": "4.7.4" 23 23 } ··· 1775 1775 "peer": true 1776 1776 }, 1777 1777 "node_modules/js-yaml": { 1778 - "version": "4.1.0", 1779 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 1780 - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 1778 + "version": "4.1.1", 1779 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 1780 + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 1781 1781 "license": "MIT", 1782 1782 "dependencies": { 1783 1783 "argparse": "^2.0.1"
+1 -1
package.json
··· 31 31 "typescript": "4.7.4" 32 32 }, 33 33 "dependencies": { 34 - "js-yaml": "^4.1.0" 34 + "js-yaml": "^4.1.1" 35 35 } 36 36 }