Skip to content

Commit e6095b6

Browse files
build(deps-dev): bump @types/eslint-scope from 3.7.7 to 8.3.0
Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.7 to 8.3.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope) --- updated-dependencies: - dependency-name: "@types/eslint-scope" dependency-version: 8.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e12145 commit e6095b6

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/aria-query": "^5.0.0",
47-
"@types/eslint-scope": "^3.7.2",
47+
"@types/eslint-scope": "^8.3.0",
4848
"@types/jest": "^29.2.5",
4949
"@types/node": "^22.0.0",
5050
"@types/semver": "^7.5.7",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,10 +1447,10 @@
14471447
dependencies:
14481448
"@babel/types" "^7.3.0"
14491449

1450-
"@types/eslint-scope@^3.7.2":
1451-
version "3.7.7"
1452-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
1453-
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
1450+
"@types/eslint-scope@^8.3.0":
1451+
version "8.3.0"
1452+
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-8.3.0.tgz#81bcb75433c1c3b531c4eab77aa1586fe383f8df"
1453+
integrity sha512-FaY/QEfIyGJzJdkObuvtaROKv7A0zArw+be0tgXfWd1s1/AqPzEbyf7eyK0Pg0YezUpKrSwK4kgBn/kjzQOjtQ==
14541454
dependencies:
14551455
"@types/eslint" "*"
14561456
"@types/estree" "*"
@@ -1463,12 +1463,7 @@
14631463
"@types/estree" "*"
14641464
"@types/json-schema" "*"
14651465

1466-
"@types/estree@*":
1467-
version "1.0.0"
1468-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
1469-
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
1470-
1471-
"@types/estree@1.0.5":
1466+
"@types/estree@*", "@types/estree@1.0.5":
14721467
version "1.0.5"
14731468
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
14741469
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==

0 commit comments

Comments
 (0)