Bump tail from 2.2.3 to 2.2.4

Bumps [tail](https://github.com/lucagrulla/node-tail) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/lucagrulla/node-tail/releases)
- [Commits](https://github.com/lucagrulla/node-tail/compare/v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: tail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-09 16:09:01 +00:00 committed by GitHub
parent f76f9fd076
commit 4921d148a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

12
package-lock.json generated
View File

@ -15977,9 +15977,9 @@
}
},
"node_modules/tail": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/tail/-/tail-2.2.3.tgz",
"integrity": "sha512-XbBmVsJZ636kncPew2Y+pOxOsb9GsNFZ1bcAGCDn23ME/JPJ+TImZYjnqBnMLdw+K11Hql5ZgiUQmRvDHaFc6w==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/tail/-/tail-2.2.4.tgz",
"integrity": "sha512-PX8klSxW1u3SdgDrDeewh5GNE+hkJ4h02JvHfV6YrHqWOVJ88nUdSQqtsUf/gWhgZlPAws3fiZ+F1f8euspcuQ==",
"dev": true,
"engines": {
"node": ">= 6.0.0"
@ -30323,9 +30323,9 @@
}
},
"tail": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/tail/-/tail-2.2.3.tgz",
"integrity": "sha512-XbBmVsJZ636kncPew2Y+pOxOsb9GsNFZ1bcAGCDn23ME/JPJ+TImZYjnqBnMLdw+K11Hql5ZgiUQmRvDHaFc6w==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/tail/-/tail-2.2.4.tgz",
"integrity": "sha512-PX8klSxW1u3SdgDrDeewh5GNE+hkJ4h02JvHfV6YrHqWOVJ88nUdSQqtsUf/gWhgZlPAws3fiZ+F1f8euspcuQ==",
"dev": true
},
"tapable": {