Merge pull request #4514 from jellyfin/renovate/es-check-7.x

Update dependency es-check to v7.1.1
This commit is contained in:
Bill Thornton
2023-04-19 10:13:16 -04:00
committed by GitHub
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",
@@ -6338,9 +6338,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",
@@ -24058,9 +24058,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",