mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update dependency glob to v10 (#8386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a8a8452d21
commit
3c7dc9f11c
@ -77,7 +77,7 @@
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"execa": "5.1.1",
|
||||
"fs-extra": "11.1.1",
|
||||
"glob": "8.1.0",
|
||||
"glob": "10.0.0",
|
||||
"gulp": "4.0.2",
|
||||
"husky": "3.1.0",
|
||||
"lerna": "3.22.1",
|
||||
|
@ -118,7 +118,7 @@
|
||||
"electron": "19.1.4",
|
||||
"electron-builder": "22.11.7",
|
||||
"electron-rebuild": "3.2.9",
|
||||
"glob": "8.1.0",
|
||||
"glob": "10.0.0",
|
||||
"gulp": "4.0.2",
|
||||
"jest": "29.5.0",
|
||||
"jest-environment-jsdom": "29.5.0",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"execa": "4.1.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"gettext-parser": "6.0.0",
|
||||
"glob": "8.1.0",
|
||||
"glob": "10.0.0",
|
||||
"markdown-it": "13.0.1",
|
||||
"md5-file": "5.0.0",
|
||||
"moment": "2.29.4",
|
||||
|
33
yarn.lock
33
yarn.lock
@ -4313,7 +4313,7 @@ __metadata:
|
||||
electron-window-state: 5.0.3
|
||||
formatcoords: 1.1.3
|
||||
fs-extra: 11.1.1
|
||||
glob: 8.1.0
|
||||
glob: 10.0.0
|
||||
gulp: 4.0.2
|
||||
highlight.js: 11.8.0
|
||||
immer: 7.0.15
|
||||
@ -4808,7 +4808,7 @@ __metadata:
|
||||
fs-extra: 11.1.1
|
||||
gettext-extractor: 3.7.2
|
||||
gettext-parser: 6.0.0
|
||||
glob: 8.1.0
|
||||
glob: 10.0.0
|
||||
gulp: 4.0.2
|
||||
html-entities: 1.4.0
|
||||
jest: 29.5.0
|
||||
@ -17475,6 +17475,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:10.0.0":
|
||||
version: 10.0.0
|
||||
resolution: "glob@npm:10.0.0"
|
||||
dependencies:
|
||||
fs.realpath: ^1.0.0
|
||||
minimatch: ^9.0.0
|
||||
minipass: ^5.0.0
|
||||
path-scurry: ^1.6.4
|
||||
checksum: 3852a6b847106c431d87fb3e8cccb6cfc4449de3ab5d0216c44d4e2da2616df220058050d16811c42f0c2148ad8981da828227ae5c5ab798091ef27c903429f6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:5 - 7, glob@npm:^7.0.0, glob@npm:^7.0.5, glob@npm:^7.1.0, glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6":
|
||||
version: 7.2.0
|
||||
resolution: "glob@npm:7.2.0"
|
||||
@ -17503,19 +17515,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:8.1.0":
|
||||
version: 8.1.0
|
||||
resolution: "glob@npm:8.1.0"
|
||||
dependencies:
|
||||
fs.realpath: ^1.0.0
|
||||
inflight: ^1.0.4
|
||||
inherits: 2
|
||||
minimatch: ^5.0.1
|
||||
once: ^1.3.0
|
||||
checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:^10.2.2":
|
||||
version: 10.3.1
|
||||
resolution: "glob@npm:10.3.1"
|
||||
@ -26163,7 +26162,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"path-scurry@npm:^1.10.0":
|
||||
"path-scurry@npm:^1.10.0, path-scurry@npm:^1.6.4":
|
||||
version: 1.10.0
|
||||
resolution: "path-scurry@npm:1.10.0"
|
||||
dependencies:
|
||||
@ -29241,7 +29240,7 @@ __metadata:
|
||||
eslint-plugin-react: 7.32.2
|
||||
execa: 5.1.1
|
||||
fs-extra: 11.1.1
|
||||
glob: 8.1.0
|
||||
glob: 10.0.0
|
||||
gulp: 4.0.2
|
||||
http-server: 14.1.1
|
||||
husky: 3.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user