Skip to content

Commit 9fc0eb8

Browse files
angular-robotclydin
authored andcommitted
build: update dependency @types/glob to v8
1 parent feb0675 commit 9fc0eb8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@types/cacache": "^15.0.0",
102102
"@types/debug": "^4.1.2",
103103
"@types/express": "^4.16.0",
104-
"@types/glob": "^7.1.1",
104+
"@types/glob": "^8.0.0",
105105
"@types/http-proxy": "^1.17.4",
106106
"@types/ini": "^1.3.31",
107107
"@types/inquirer": "^8.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2133,10 +2133,10 @@
21332133
"@types/qs" "*"
21342134
"@types/serve-static" "*"
21352135

2136-
"@types/glob@^7.1.1":
2137-
version "7.2.0"
2138-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
2139-
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
2136+
"@types/glob@^8.0.0":
2137+
version "8.0.0"
2138+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
2139+
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
21402140
dependencies:
21412141
"@types/minimatch" "*"
21422142
"@types/node" "*"

0 commit comments

Comments
 (0)