Skip to content

fix(deps): update dependency @eslint/eslintrc to v3.3.1 (main) #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">=20.6"
},
"dependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/eslintrc": "3.3.1",
"@softwareventures/array": "7.0.1",
"@softwareventures/chain": "3.0.0",
"@softwareventures/date": "5.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:3.2.0":
version: 3.2.0
resolution: "@eslint/eslintrc@npm:3.2.0"
"@eslint/eslintrc@npm:3.3.1":
version: 3.3.1
resolution: "@eslint/eslintrc@npm:3.3.1"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
Expand All @@ -291,7 +291,7 @@ __metadata:
js-yaml: "npm:^4.1.0"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 10c0/43867a07ff9884d895d9855edba41acf325ef7664a8df41d957135a81a477ff4df4196f5f74dc3382627e5cc8b7ad6b815c2cea1b58f04a75aced7c43414ab8b
checksum: 10c0/b0e63f3bc5cce4555f791a4e487bf999173fcf27c65e1ab6e7d63634d8a43b33c3693e79f192cbff486d7df1be8ebb2bd2edc6e70ddd486cbfa84a359a3e3b41
languageName: node
linkType: hard

Expand Down Expand Up @@ -1111,7 +1111,7 @@ __metadata:
"@commitlint/cli": "npm:19.8.1"
"@commitlint/config-conventional": "npm:19.8.1"
"@commitlint/cz-commitlint": "npm:19.8.1"
"@eslint/eslintrc": "npm:3.2.0"
"@eslint/eslintrc": "npm:3.3.1"
"@softwareventures/array": "npm:7.0.1"
"@softwareventures/chain": "npm:3.0.0"
"@softwareventures/date": "npm:5.0.2"
Expand Down
Loading