Skip to content

Commit b6ae672

Browse files
committed
deps: glob@9.3.2
1 parent 8ff4108 commit b6ae672

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

node_modules/glob/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
33
"name": "glob",
44
"description": "the most correct and second fastest glob implementation in JavaScript",
5-
"version": "9.3.1",
5+
"version": "9.3.2",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/isaacs/node-glob.git"
@@ -68,7 +68,6 @@
6868
"@types/node": "^18.11.18",
6969
"@types/tap": "^15.0.7",
7070
"c8": "^7.12.0",
71-
"eslint-config-prettier": "^8.6.0",
7271
"memfs": "^3.4.13",
7372
"mkdirp": "^2.1.4",
7473
"prettier": "^2.8.3",

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"columnify": "^1.6.0",
100100
"fastest-levenshtein": "^1.0.16",
101101
"fs-minipass": "^3.0.1",
102-
"glob": "^9.3.1",
102+
"glob": "^9.3.2",
103103
"graceful-fs": "^4.2.11",
104104
"hosted-git-info": "^6.1.1",
105105
"ini": "^3.0.1",
@@ -5521,9 +5521,9 @@
55215521
"dev": true
55225522
},
55235523
"node_modules/glob": {
5524-
"version": "9.3.1",
5525-
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.1.tgz",
5526-
"integrity": "sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==",
5524+
"version": "9.3.2",
5525+
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz",
5526+
"integrity": "sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==",
55275527
"inBundle": true,
55285528
"dependencies": {
55295529
"fs.realpath": "^1.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"columnify": "^1.6.0",
6969
"fastest-levenshtein": "^1.0.16",
7070
"fs-minipass": "^3.0.1",
71-
"glob": "^9.3.1",
71+
"glob": "^9.3.2",
7272
"graceful-fs": "^4.2.11",
7373
"hosted-git-info": "^6.1.1",
7474
"ini": "^3.0.1",

0 commit comments

Comments
 (0)