Skip to content

Commit 740ea10

Browse files
build: bump @types/glob from 5.0.36 to 7.1.3 (#21453)
Bumps [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob) from 5.0.36 to 7.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 764010e commit 740ea10

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/autoprefixer": "^9.7.2",
9797
"@types/browser-sync": "^2.26.1",
9898
"@types/fs-extra": "^9.0.5",
99-
"@types/glob": "^5.0.36",
99+
"@types/glob": "^7.1.3",
100100
"@types/gulp": "4.0.7",
101101
"@types/inquirer": "^7.3.1",
102102
"@types/jasmine": "^3.5.4",

yarn.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,21 +1858,11 @@
18581858
"@types/glob" "*"
18591859
"@types/node" "*"
18601860

1861-
"@types/glob@*", "@types/glob@^7.1.1":
1862-
version "7.1.1"
1863-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
1864-
integrity sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==
1865-
dependencies:
1866-
"@types/events" "*"
1867-
"@types/minimatch" "*"
1868-
"@types/node" "*"
1869-
1870-
"@types/glob@^5.0.36":
1871-
version "5.0.36"
1872-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-5.0.36.tgz#0c80a9c8664fc7d19781de229f287077fd622cb2"
1873-
integrity sha512-KEzSKuP2+3oOjYYjujue6Z3Yqis5HKA1BsIC+jZ1v3lrRNdsqyNNtX0rQf6LSuI4DJJ2z5UV//zBZCcvM0xikg==
1861+
"@types/glob@*", "@types/glob@^7.1.1", "@types/glob@^7.1.3":
1862+
version "7.1.3"
1863+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
1864+
integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
18741865
dependencies:
1875-
"@types/events" "*"
18761866
"@types/minimatch" "*"
18771867
"@types/node" "*"
18781868

0 commit comments

Comments
 (0)