Skip to content

Commit 1da5297

Browse files
build(deps-dev): bump @eslint/eslintrc from 3.3.4 to 3.3.5 (#1689)
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@eslintrc-v3.3.4...eslintrc-v3.3.5) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3d8e19 commit 1da5297

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@babel/core": "^7.29.0",
6363
"@babel/preset-env": "^7.29.0",
6464
"@babel/preset-typescript": "^7.28.5",
65-
"@eslint/eslintrc": "^3.3.4",
65+
"@eslint/eslintrc": "^3.3.5",
6666
"@eslint/js": "^10.0.1",
6767
"@types/bluebird": "^3.5.42",
6868
"@types/cls-hooked": "^4.3.9",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,10 @@
10451045
dependencies:
10461046
"@types/json-schema" "^7.0.15"
10471047

1048-
"@eslint/eslintrc@^3.3.4":
1049-
version "3.3.4"
1050-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.4.tgz#e402b1920f7c1f5a15342caa432b1348cacbb641"
1051-
integrity sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==
1048+
"@eslint/eslintrc@^3.3.5":
1049+
version "3.3.5"
1050+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
1051+
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
10521052
dependencies:
10531053
ajv "^6.14.0"
10541054
debug "^4.3.2"
@@ -1057,7 +1057,7 @@
10571057
ignore "^5.2.0"
10581058
import-fresh "^3.2.1"
10591059
js-yaml "^4.1.1"
1060-
minimatch "^3.1.3"
1060+
minimatch "^3.1.5"
10611061
strip-json-comments "^3.1.1"
10621062

10631063
"@eslint/js@^10.0.1":
@@ -5157,7 +5157,7 @@ minimatch@^10.2.1, minimatch@^10.2.2, minimatch@^10.2.4:
51575157
dependencies:
51585158
brace-expansion "^5.0.2"
51595159

5160-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.3:
5160+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.5:
51615161
version "3.1.5"
51625162
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
51635163
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==

0 commit comments

Comments
 (0)