Skip to content

Commit 1b9486d

Browse files
Bump eslint from 9.25.0 to 9.25.1 in /trivia-game-vue
Bumps [eslint](https://github.com/eslint/eslint) from 9.25.0 to 9.25.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.25.0...v9.25.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 991604b commit 1b9486d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

trivia-game-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vue/cli-plugin-eslint": "5.0.8",
2020
"@vue/cli-service": "5.0.8",
2121
"babel-eslint": "10.1.0",
22-
"eslint": "9.25.0",
22+
"eslint": "9.25.1",
2323
"eslint-plugin-vue": "9.33.0",
2424
"vue-template-compiler": "2.7.16"
2525
},

trivia-game-vue/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,10 +1284,10 @@
12841284
minimatch "^3.1.2"
12851285
strip-json-comments "^3.1.1"
12861286

1287-
"@eslint/[email protected].0":
1288-
version "9.25.0"
1289-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.25.0.tgz#4656b39de7cbf12fd66e7d54d9a26d05855b2a5a"
1290-
integrity sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==
1287+
"@eslint/[email protected].1":
1288+
version "9.25.1"
1289+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.25.1.tgz#25f5c930c2b68b5ebe7ac857f754cbd61ef6d117"
1290+
integrity sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==
12911291

12921292
"@eslint/object-schema@^2.1.6":
12931293
version "2.1.6"
@@ -3515,18 +3515,18 @@ eslint-webpack-plugin@^3.1.0:
35153515
normalize-path "^3.0.0"
35163516
schema-utils "^3.1.1"
35173517

3518-
3519-
version "9.25.0"
3520-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.25.0.tgz#ebf629bb26d8e7490ff94f87321863cd73272351"
3521-
integrity sha512-MsBdObhM4cEwkzCiraDv7A6txFXEqtNXOb877TsSp2FCkBNl8JfVQrmiuDqC1IkejT6JLPzYBXx/xAiYhyzgGA==
3518+
3519+
version "9.25.1"
3520+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.25.1.tgz#8a7cf8dd0e6acb858f86029720adb1785ee57580"
3521+
integrity sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==
35223522
dependencies:
35233523
"@eslint-community/eslint-utils" "^4.2.0"
35243524
"@eslint-community/regexpp" "^4.12.1"
35253525
"@eslint/config-array" "^0.20.0"
35263526
"@eslint/config-helpers" "^0.2.1"
35273527
"@eslint/core" "^0.13.0"
35283528
"@eslint/eslintrc" "^3.3.1"
3529-
"@eslint/js" "9.25.0"
3529+
"@eslint/js" "9.25.1"
35303530
"@eslint/plugin-kit" "^0.2.8"
35313531
"@humanfs/node" "^0.16.6"
35323532
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)