Skip to content

Commit bb4f9f8

Browse files
Bump glob from 12.0.0 to 13.0.0 (#1790)
Bumps [glob](https://github.com/isaacs/node-glob) from 12.0.0 to 13.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1287d75 commit bb4f9f8

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-prettier": "^5.5.4",
8383
"eslint-plugin-react": "^7.37.5",
8484
"eslint-plugin-react-hooks": "^7.0.1",
85-
"glob": "^12.0.0",
85+
"glob": "^13.0.0",
8686
"node-html-parser": "^7.0.1",
8787
"prettier": "^3.6.2",
8888
"react": "^18.2.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5471,7 +5471,7 @@ __metadata:
54715471
eslint-plugin-react: "npm:^7.37.5"
54725472
eslint-plugin-react-hooks: "npm:^7.0.1"
54735473
fs-extra: "npm:^11.2.0"
5474-
glob: "npm:^12.0.0"
5474+
glob: "npm:^13.0.0"
54755475
node-html-parser: "npm:^7.0.1"
54765476
prettier: "npm:^3.6.2"
54775477
pyodide: "npm:0.28.2"
@@ -15049,19 +15049,14 @@ __metadata:
1504915049
languageName: node
1505015050
linkType: hard
1505115051

15052-
"glob@npm:^12.0.0":
15053-
version: 12.0.0
15054-
resolution: "glob@npm:12.0.0"
15052+
"glob@npm:^13.0.0":
15053+
version: 13.0.0
15054+
resolution: "glob@npm:13.0.0"
1505515055
dependencies:
15056-
foreground-child: "npm:^3.3.1"
15057-
jackspeak: "npm:^4.1.1"
1505815056
minimatch: "npm:^10.1.1"
1505915057
minipass: "npm:^7.1.2"
15060-
package-json-from-dist: "npm:^1.0.0"
1506115058
path-scurry: "npm:^2.0.0"
15062-
bin:
15063-
glob: dist/esm/bin.mjs
15064-
checksum: 10c0/923fbb7e30913496dc1c30191edb7ebb610a26edac81710a5f697c718b08694bce7fb0245baceba5383472778a8431ff7c36571703507cc6563602d3c139c993
15059+
checksum: 10c0/8e2f5821f3f7c312dd102e23a15b80c79e0837a9872784293ba2e15ec73b3f3749a49a42a31bfcb4e52c84820a474e92331c2eebf18819d20308f5c33876630a
1506515060
languageName: node
1506615061
linkType: hard
1506715062

0 commit comments

Comments
 (0)