Skip to content

Commit 221cae7

Browse files
fix(deps): update dependency ignore to ^5.3.0
1 parent 8a4b74a commit 221cae7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"typescript": "^4.1.3"
140140
},
141141
"dependencies": {
142-
"ignore": "^5.1.8",
142+
"ignore": "^5.3.0",
143143
"rxjs": "^6.6.3",
144144
"tagged-template-noop": "^2.1.1"
145145
}

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4122,10 +4122,10 @@ ignore@^4.0.6:
41224122
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
41234123
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
41244124

4125-
ignore@^5.1.8:
4126-
version "5.1.8"
4127-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
4128-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
4125+
ignore@^5.3.0:
4126+
version "5.3.0"
4127+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
4128+
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
41294129

41304130
import-fresh@^2.0.0:
41314131
version "2.0.0"

0 commit comments

Comments
 (0)