Update dependency es-check to v7.1.1

This commit is contained in:
renovate[bot] 2023-04-19 13:04:43 +00:00 committed by GitHub
parent 8c11870177
commit f486f308b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -80,7 +80,7 @@
"cross-env": "7.0.3",
"css-loader": "6.7.3",
"cssnano": "6.0.0",
"es-check": "7.1.0",
"es-check": "7.1.1",
"eslint": "8.36.0",
"eslint-plugin-compat": "4.1.2",
"eslint-plugin-eslint-comments": "3.2.0",
@ -6252,9 +6252,9 @@
}
},
"node_modules/es-check": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/es-check/-/es-check-7.1.0.tgz",
"integrity": "sha512-t099vm9tNqNHF28Q/mRcqYxmkbkoo/Qu2ZI5/D+eFeqNUjI3jwkIyHyexXiAtstbZ1FQELi0QCuUaYCtiffi4Q==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/es-check/-/es-check-7.1.1.tgz",
"integrity": "sha512-rgwR2wdJp437Exq28Emwc4x5+Qn6ORDliN9daWo0wTCg5jOQxJsIZieqxVi4AfDEIN4OwMwYhld9b13mnRocUQ==",
"dev": true,
"dependencies": {
"acorn": "8.8.2",
@ -23798,9 +23798,9 @@
}
},
"es-check": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/es-check/-/es-check-7.1.0.tgz",
"integrity": "sha512-t099vm9tNqNHF28Q/mRcqYxmkbkoo/Qu2ZI5/D+eFeqNUjI3jwkIyHyexXiAtstbZ1FQELi0QCuUaYCtiffi4Q==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/es-check/-/es-check-7.1.1.tgz",
"integrity": "sha512-rgwR2wdJp437Exq28Emwc4x5+Qn6ORDliN9daWo0wTCg5jOQxJsIZieqxVi4AfDEIN4OwMwYhld9b13mnRocUQ==",
"dev": true,
"requires": {
"acorn": "8.8.2",

View file

@ -30,7 +30,7 @@
"cross-env": "7.0.3",
"css-loader": "6.7.3",
"cssnano": "6.0.0",
"es-check": "7.1.0",
"es-check": "7.1.1",
"eslint": "8.36.0",
"eslint-plugin-compat": "4.1.2",
"eslint-plugin-eslint-comments": "3.2.0",