Skip to content

Commit d99e3e5

Browse files
authored
Merge pull request #9451 from ledgersmb/renovate/master-eslint-webpack-plugin-6.x
chore(deps): update dependency eslint-webpack-plugin to v6 (master)
2 parents ae0b163 + df9ffa3 commit d99e3e5

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

UI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-package-json": "0.91.0",
8686
"eslint-plugin-prettier": "5.5.5",
8787
"eslint-plugin-vue": "10.8.0",
88-
"eslint-webpack-plugin": "5.0.3",
88+
"eslint-webpack-plugin": "6.0.0",
8989
"globals": "17.4.0",
9090
"html-webpack-plugin": "5.6.6",
9191
"http-status-codes": "2.3.0",

UI/yarn.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6325,17 +6325,15 @@ eslint-visitor-keys@^4.2.1:
63256325
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
63266326
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
63276327

6328-
eslint-webpack-plugin@5.0.3:
6329-
version "5.0.3"
6330-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.3.tgz#9a772cd0a4cd4a9063fc93eb356e33777aafe73e"
6331-
integrity sha512-P2Id4RMSMQMwMEuw3W9x3n2qDbKPeD+tehWMY3ENFsoSPKNZ9i3WTZEsFE7NeQIpNebhNEGw8qorvpLVq1rK1g==
6328+
eslint-webpack-plugin@6.0.0:
6329+
version "6.0.0"
6330+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-6.0.0.tgz#d626269de2c38c7c12eaf202cd43f543ceb9153e"
6331+
integrity sha512-x9m9cH0Rw0RNJB/utP9AMGzmuXg/yLP/FCHSVSfsyjQUyetXN4g1BaIqxkj1i3mVX48aOys0bsVt63LLfh6oYg==
63326332
dependencies:
63336333
"@types/eslint" "^9.6.1"
6334-
flatted "^3.3.3"
6335-
jest-worker "^29.7.0"
63366334
micromatch "^4.0.8"
63376335
normalize-path "^3.0.0"
6338-
schema-utils "^4.3.2"
6336+
schema-utils "^4.3.3"
63396337

63406338
eslint@9.39.4:
63416339
version "9.39.4"
@@ -6772,7 +6770,7 @@ flat@^5.0.2:
67726770
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
67736771
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
67746772

6775-
flatted@^3.2.9, flatted@^3.3.3, flatted@^3.4.2:
6773+
flatted@^3.2.9, flatted@^3.4.2:
67766774
version "3.4.2"
67776775
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
67786776
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
@@ -11453,7 +11451,7 @@ schema-utils@^3.0.0:
1145311451
ajv "^6.12.5"
1145411452
ajv-keywords "^3.5.2"
1145511453

11456-
schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0, schema-utils@^4.3.2, schema-utils@^4.3.3:
11454+
schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0, schema-utils@^4.3.3:
1145711455
version "4.3.3"
1145811456
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.3.tgz#5b1850912fa31df90716963d45d9121fdfc09f46"
1145911457
integrity sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==

0 commit comments

Comments
 (0)