Skip to content

Commit bfca5c7

Browse files
authored
Merge pull request #1859 from bervProject/dependabot/npm_and_yarn/eslint/eslintrc-3.3.4
build(deps-dev): bump @eslint/eslintrc from 3.3.3 to 3.3.4
2 parents 92e2c2e + 158594c commit bfca5c7

2 files changed

Lines changed: 19 additions & 26 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.29.0",
28-
"@eslint/eslintrc": "^3.3.3",
28+
"@eslint/eslintrc": "^3.3.4",
2929
"@eslint/js": "^10.0.1",
3030
"@types/crypto-js": "^4.2.2",
3131
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,19 +1073,19 @@
10731073
dependencies:
10741074
"@types/json-schema" "^7.0.15"
10751075

1076-
"@eslint/eslintrc@^3.3.1", "@eslint/eslintrc@^3.3.3":
1077-
version "3.3.3"
1078-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.3.tgz#26393a0806501b5e2b6a43aa588a4d8df67880ac"
1079-
integrity sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==
1076+
"@eslint/eslintrc@^3.3.1", "@eslint/eslintrc@^3.3.4":
1077+
version "3.3.4"
1078+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.4.tgz#e402b1920f7c1f5a15342caa432b1348cacbb641"
1079+
integrity sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==
10801080
dependencies:
1081-
ajv "^6.12.4"
1081+
ajv "^6.14.0"
10821082
debug "^4.3.2"
10831083
espree "^10.0.1"
10841084
globals "^14.0.0"
10851085
ignore "^5.2.0"
10861086
import-fresh "^3.2.1"
10871087
js-yaml "^4.1.1"
1088-
minimatch "^3.1.2"
1088+
minimatch "^3.1.3"
10891089
strip-json-comments "^3.1.1"
10901090

10911091
"@eslint/js@9.39.2":
@@ -3153,10 +3153,10 @@ ajv-keywords@^5.1.0:
31533153
dependencies:
31543154
fast-deep-equal "^3.1.3"
31553155

3156-
ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5:
3157-
version "6.12.6"
3158-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
3159-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
3156+
ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.14.0:
3157+
version "6.14.0"
3158+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
3159+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
31603160
dependencies:
31613161
fast-deep-equal "^3.1.1"
31623162
fast-json-stable-stringify "^2.0.0"
@@ -4541,10 +4541,10 @@ debug@2.6.9:
45414541
dependencies:
45424542
ms "2.0.0"
45434543

4544-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6, debug@^4.4.0, debug@^4.4.1:
4545-
version "4.4.1"
4546-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
4547-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
4544+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6, debug@^4.4.0, debug@^4.4.1, debug@^4.4.3:
4545+
version "4.4.3"
4546+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4547+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
45484548
dependencies:
45494549
ms "^2.1.3"
45504550

@@ -4555,13 +4555,6 @@ debug@^3.1.0, debug@^3.2.7:
45554555
dependencies:
45564556
ms "^2.1.1"
45574557

4558-
debug@^4.4.3:
4559-
version "4.4.3"
4560-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4561-
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
4562-
dependencies:
4563-
ms "^2.1.3"
4564-
45654558
decimal.js@^10.2.1:
45664559
version "10.5.0"
45674560
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.5.0.tgz#0f371c7cf6c4898ce0afb09836db73cd82010f22"
@@ -8104,10 +8097,10 @@ minimatch@9.0.1:
81048097
dependencies:
81058098
brace-expansion "^2.0.1"
81068099

8107-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
8108-
version "3.1.2"
8109-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8110-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8100+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.3:
8101+
version "3.1.3"
8102+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624"
8103+
integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==
81118104
dependencies:
81128105
brace-expansion "^1.1.7"
81138106

0 commit comments

Comments
 (0)