build(deps-dev): bump @types/glob from 7.2.0 to 8.0.0 (#101)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-19 01:47:39 -04:00 committed by GitHub
parent 0e7a8bb327
commit c0e57a5e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/follow-redirects": "^1.14.1", "@types/follow-redirects": "^1.14.1",
"@types/glob": "^7.2.0", "@types/glob": "^8.0.0",
"@types/node": "^17.0.45", "@types/node": "^17.0.45",
"@types/vscode": "^1.71.0", "@types/vscode": "^1.71.0",
"@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/eslint-plugin": "^5.37.0",
@ -140,9 +140,9 @@
} }
}, },
"node_modules/@types/glob": { "node_modules/@types/glob": {
"version": "7.2.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.0.0.tgz",
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "integrity": "sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/minimatch": "*", "@types/minimatch": "*",
@ -2933,9 +2933,9 @@
} }
}, },
"@types/glob": { "@types/glob": {
"version": "7.2.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.0.0.tgz",
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "integrity": "sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/minimatch": "*", "@types/minimatch": "*",

View file

@ -27,7 +27,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/follow-redirects": "^1.14.1", "@types/follow-redirects": "^1.14.1",
"@types/glob": "^7.2.0", "@types/glob": "^8.0.0",
"@types/node": "^17.0.45", "@types/node": "^17.0.45",
"@types/vscode": "^1.71.0", "@types/vscode": "^1.71.0",
"@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/eslint-plugin": "^5.37.0",