Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit c2b6571

Browse files
build(deps-dev): bump eslint from 8.44.0 to 8.45.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.44.0...v8.45.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08cb34f commit c2b6571

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"add-dist-header": "^1.1.3",
4747
"clean-jsdoc-theme": "^4.2.9",
4848
"concurrently": "^8.2.0",
49-
"eslint": "^8.44.0",
49+
"eslint": "^8.45.0",
5050
"eslint-config-videojs": "^6.0.0",
5151
"eslint-plugin-import": "^2.26.0",
5252
"eslint-plugin-jsdoc": "^46.4.4",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,10 +2247,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
22472247
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
22482248
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
22492249

2250-
eslint@^8.44.0:
2251-
version "8.44.0"
2252-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
2253-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
2250+
eslint@^8.45.0:
2251+
version "8.45.0"
2252+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
2253+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
22542254
dependencies:
22552255
"@eslint-community/eslint-utils" "^4.2.0"
22562256
"@eslint-community/regexpp" "^4.4.0"
@@ -2277,7 +2277,6 @@ eslint@^8.44.0:
22772277
globals "^13.19.0"
22782278
graphemer "^1.4.0"
22792279
ignore "^5.2.0"
2280-
import-fresh "^3.0.0"
22812280
imurmurhash "^0.1.4"
22822281
is-glob "^4.0.0"
22832282
is-path-inside "^3.0.3"
@@ -2289,7 +2288,6 @@ eslint@^8.44.0:
22892288
natural-compare "^1.4.0"
22902289
optionator "^0.9.3"
22912290
strip-ansi "^6.0.1"
2292-
strip-json-comments "^3.1.0"
22932291
text-table "^0.2.0"
22942292

22952293
espree@^9.6.0:
@@ -2746,7 +2744,7 @@ ignore@^5.2.0, ignore@^5.2.4:
27462744
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
27472745
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
27482746

2749-
import-fresh@^3.0.0, import-fresh@^3.2.1:
2747+
import-fresh@^3.2.1:
27502748
version "3.3.0"
27512749
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
27522750
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==

0 commit comments

Comments
 (0)