Skip to content

Commit 3547120

Browse files
chore(deps-dev): bump eslint from 8.44.0 to 8.45.0 in /docs (#762)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renan <[email protected]>
1 parent ae62e09 commit 3547120

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

docs/package-lock.json

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/eslint-parser": "^7.22.9",
3030
"@docusaurus/eslint-plugin": "^2.4.0",
3131
"@docusaurus/module-type-aliases": "^2.4.0",
32-
"eslint": "^8.44.0",
32+
"eslint": "^8.45.0",
3333
"prettier": "^3.0.0"
3434
},
3535
"browserslist": {

docs/yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,10 +3731,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
37313731
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
37323732
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
37333733

3734-
eslint@^8.44.0:
3735-
version "8.44.0"
3736-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
3737-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
3734+
eslint@^8.45.0:
3735+
version "8.45.0"
3736+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3737+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
37383738
dependencies:
37393739
"@eslint-community/eslint-utils" "^4.2.0"
37403740
"@eslint-community/regexpp" "^4.4.0"
@@ -3761,7 +3761,6 @@ eslint@^8.44.0:
37613761
globals "^13.19.0"
37623762
graphemer "^1.4.0"
37633763
ignore "^5.2.0"
3764-
import-fresh "^3.0.0"
37653764
imurmurhash "^0.1.4"
37663765
is-glob "^4.0.0"
37673766
is-path-inside "^3.0.3"
@@ -3773,7 +3772,6 @@ eslint@^8.44.0:
37733772
natural-compare "^1.4.0"
37743773
optionator "^0.9.3"
37753774
strip-ansi "^6.0.1"
3776-
strip-json-comments "^3.1.0"
37773775
text-table "^0.2.0"
37783776

37793777
espree@^9.6.0:
@@ -4627,7 +4625,7 @@ immer@^9.0.7:
46274625
resolved "https://registry.npmjs.org/immer/-/immer-9.0.15.tgz"
46284626
integrity sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==
46294627

4630-
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
4628+
import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
46314629
version "3.3.0"
46324630
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
46334631
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -7079,7 +7077,7 @@ strip-final-newline@^2.0.0:
70797077
resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz"
70807078
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
70817079

7082-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
7080+
strip-json-comments@^3.1.1:
70837081
version "3.1.1"
70847082
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
70857083
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)