Skip to content

Commit 75918e6

Browse files
angular-robotclydin
authored andcommitted
build: update dependency @types/minimatch to v5
1 parent 1193886 commit 75918e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@types/jasmine": "~4.3.0",
109109
"@types/karma": "^6.3.0",
110110
"@types/loader-utils": "^2.0.0",
111-
"@types/minimatch": "3.0.5",
111+
"@types/minimatch": "5.1.0",
112112
"@types/node": "^14.15.0",
113113
"@types/node-fetch": "^2.1.6",
114114
"@types/npm-package-arg": "^6.1.0",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -2270,11 +2270,16 @@
22702270
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
22712271
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
22722272

2273-
"@types/minimatch@*", "@types/[email protected]":
2273+
"@types/minimatch@*":
22742274
version "3.0.5"
22752275
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
22762276
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
22772277

2278+
2279+
version "5.1.0"
2280+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.0.tgz#c3018161691376002f8a22ebb87f341e0dba3219"
2281+
integrity sha512-0RJHq5FqDWo17kdHe+SMDJLfxmLaqHbWnqZ6gNKzDvStUlrmx/eKIY17+ifLS1yybo7X86aUshQMlittDOVNnw==
2282+
22782283
"@types/ms@*":
22792284
version "0.7.31"
22802285
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"

0 commit comments

Comments
 (0)