Skip to content

Commit 32325f1

Browse files
chore(deps-dev): bump the all group with 1 update (#440)
Bumps the all group with 1 update: [eslint](https://github.com/eslint/eslint). - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.53.0...v8.54.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f47384 commit 32325f1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@nihalgonsalves/esconfig": "^0.6.9",
1919
"@types/node": "20",
20-
"eslint": "^8.53.0",
20+
"eslint": "^8.54.0",
2121
"prettier": "^3.1.0",
2222
"ts-node-dev": "^2.0.0",
2323
"typescript": "^5.2.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
minimatch "^3.1.2"
4949
strip-json-comments "^3.1.1"
5050

51-
"@eslint/js@8.53.0":
52-
version "8.53.0"
53-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
54-
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
51+
"@eslint/js@8.54.0":
52+
version "8.54.0"
53+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
54+
integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
5555

5656
"@humanwhocodes/config-array@^0.11.13":
5757
version "0.11.13"
@@ -843,15 +843,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
843843
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
844844
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
845845

846-
eslint@^8.53.0:
847-
version "8.53.0"
848-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
849-
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
846+
eslint@^8.54.0:
847+
version "8.54.0"
848+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
849+
integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
850850
dependencies:
851851
"@eslint-community/eslint-utils" "^4.2.0"
852852
"@eslint-community/regexpp" "^4.6.1"
853853
"@eslint/eslintrc" "^2.1.3"
854-
"@eslint/js" "8.53.0"
854+
"@eslint/js" "8.54.0"
855855
"@humanwhocodes/config-array" "^0.11.13"
856856
"@humanwhocodes/module-importer" "^1.0.1"
857857
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)