chore(deps): update dependency es-check to v5.1.1

This commit is contained in:
Renovate Bot
2020-09-22 05:43:45 +00:00
committed by renovate[bot]
parent f58d405b3b
commit 577a19e35c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -7399,20 +7399,20 @@
}
},
"es-check": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/es-check/-/es-check-5.1.0.tgz",
"integrity": "sha512-QlRhlUmEpdnleBFYWRFROm8u9cNPOWdE1iXQPWiQXnwmlJZ0hSxWpLOXwpFLyRrwnTmt5xqYM/5OR8Ao0MYa8w==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/es-check/-/es-check-5.1.1.tgz",
"integrity": "sha512-EJMJ68dMrs8iLNbUdGylySGnvxpigzLi21qQWen4TS1kbsRildLXpf+Sk72LAQYAjo8CZqeI+KZ6KII5xeehBw==",
"dev": true,
"requires": {
"acorn": "6.1.1",
"acorn": "^6.4.1",
"caporal": "1.3.0",
"glob": "^7.1.2"
},
"dependencies": {
"acorn": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz",
"integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==",
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz",
"integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==",
"dev": true
}
}

View File

@@ -68,7 +68,7 @@
"@testing-library/user-event": "12.0.17",
"axios-mock-adapter": "1.18.2",
"codecov": "3.7.2",
"es-check": "5.1.0",
"es-check": "5.1.1",
"glob": "7.1.6",
"husky": "3.1.0",
"jest": "24.9.0",