Merge pull request #50 from oceanprotocol/dependabot/npm_and_yarn/types/glob-8.1.0

Bump @types/glob from 8.0.0 to 8.1.0
This commit is contained in:
Jamie Hewitt 2023-04-04 16:25:06 +03:00 committed by GitHub
commit 3682146c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 10 deletions

32
package-lock.json generated
View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/test-listen": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
@ -890,15 +890,21 @@
"dev": true
},
"node_modules/@types/glob": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.0.0.tgz",
"integrity": "sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
"integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==",
"dev": true,
"dependencies": {
"@types/minimatch": "*",
"@types/minimatch": "^5.1.2",
"@types/node": "*"
}
},
"node_modules/@types/glob/node_modules/@types/minimatch": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
"dev": true
},
"node_modules/@types/json-schema": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
@ -5500,13 +5506,21 @@
"dev": true
},
"@types/glob": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.0.0.tgz",
"integrity": "sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
"integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==",
"dev": true,
"requires": {
"@types/minimatch": "*",
"@types/minimatch": "^5.1.2",
"@types/node": "*"
},
"dependencies": {
"@types/minimatch": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
"dev": true
}
}
},
"@types/json-schema": {

View File

@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/test-listen": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",