Skip to content

Commit a312662

Browse files
fix(deps): update dependency ignore to ^5.1.8 (#14)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3d3cdb9 commit a312662

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"typescript": "^3.9.5"
139139
},
140140
"dependencies": {
141-
"ignore": "^5.0.5",
141+
"ignore": "^5.1.8",
142142
"rxjs": "^6.5.5",
143143
"tagged-template-noop": "^2.1.1"
144144
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4128,10 +4128,10 @@ ignore@^4.0.6:
41284128
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
41294129
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
41304130

4131-
ignore@^5.0.5:
4132-
version "5.1.4"
4133-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
4134-
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
4131+
ignore@^5.1.8:
4132+
version "5.1.8"
4133+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
4134+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
41354135

41364136
import-fresh@^2.0.0:
41374137
version "2.0.0"

0 commit comments

Comments
 (0)