Merge pull request #15 from ethanolivertroy/dependabot/npm_and_yarn/npm_and_yarn-66413a1f6e

Bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory
This commit is contained in:
Ethan Troy 2026-07-19 11:23:09 -04:00 committed by GitHub
commit 30cf1064f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-markitdown",
"version": "2.0.0",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-markitdown",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"devDependencies": {
"@types/jest": "^30.0.0",
@ -14,7 +14,7 @@
"builtin-modules": "3.3.0",
"esbuild": "0.25.0",
"jest": "^30.3.0",
"obsidian": "latest",
"obsidian": "*",
"ts-jest": "^29.4.6",
"tslib": "^2.6.0",
"typescript": "^5.4.0"
@ -1860,10 +1860,11 @@
}
},
"node_modules/anymatch/node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
},
@ -3851,10 +3852,11 @@
"dev": true
},
"node_modules/picomatch": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},