Skip to content

Commit ea18e3d

Browse files
deps(npm): bump the npm-minor group in /app with 3 updates
Bumps the npm-minor group in /app with 3 updates: [fuse.js](https://github.com/krisk/Fuse), [eslint](https://github.com/eslint/eslint) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `fuse.js` from 7.1.0 to 7.3.0 - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](krisk/Fuse@v7.1.0...v7.3.0) Updates `eslint` from 10.1.0 to 10.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.1.0...v10.2.0) Updates `vite` from 8.0.3 to 8.0.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.5/packages/vite) --- updated-dependencies: - dependency-name: fuse.js dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: vite dependency-version: 8.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f99646 commit ea18e3d

2 files changed

Lines changed: 42 additions & 42 deletions

File tree

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@emotion/styled": "^11.14.1",
2323
"@mui/icons-material": "^7.3.9",
2424
"@mui/material": "^7.3.9",
25-
"fuse.js": "^7.1.0",
25+
"fuse.js": "^7.3.0",
2626
"react": "^19.2.4",
2727
"react-dom": "^19.2.4",
2828
"react-helmet-async": "^3.0.0",
@@ -43,12 +43,12 @@
4343
"@typescript-eslint/parser": "^8.58.0",
4444
"@vitejs/plugin-react-swc": "^4.3.0",
4545
"@vitest/coverage-v8": "^4.1.2",
46-
"eslint": "^10.1.0",
46+
"eslint": "^10.2.0",
4747
"eslint-plugin-react-hooks": "^7.0.1",
4848
"eslint-plugin-react-refresh": "^0.5.2",
4949
"jsdom": "^29.0.1",
5050
"typescript": "^6.0.2",
51-
"vite": "^8.0.3",
51+
"vite": "^8.0.5",
5252
"vite-plugin-compression2": "^2.5.3",
5353
"vitest": "^4.1.2"
5454
}

app/yarn.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -342,26 +342,26 @@
342342
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
343343
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
344344

345-
"@eslint/config-array@^0.23.3":
346-
version "0.23.3"
347-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
348-
integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
345+
"@eslint/config-array@^0.23.4":
346+
version "0.23.4"
347+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.4.tgz#b4e160e668694011b355bfe9a89eb61a0eb641c4"
348+
integrity sha512-lf19F24LSMfF8weXvW5QEtnLqW70u7kgit5e9PSx0MsHAFclGd1T9ynvWEMDT1w5J4Qt54tomGeAhdoAku1Xow==
349349
dependencies:
350-
"@eslint/object-schema" "^3.0.3"
350+
"@eslint/object-schema" "^3.0.4"
351351
debug "^4.3.1"
352352
minimatch "^10.2.4"
353353

354-
"@eslint/config-helpers@^0.5.3":
355-
version "0.5.3"
356-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
357-
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
354+
"@eslint/config-helpers@^0.5.4":
355+
version "0.5.4"
356+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.4.tgz#0b16c091dd16766f27e41f09bd264e3585a45652"
357+
integrity sha512-jJhqiY3wPMlWWO3370M86CPJ7pt8GmEwSLglMfQhjXal07RCvhmU0as4IuUEW5SJeunfItiEetHmSxCCe9lDBg==
358358
dependencies:
359-
"@eslint/core" "^1.1.1"
359+
"@eslint/core" "^1.2.0"
360360

361-
"@eslint/core@^1.1.1":
362-
version "1.1.1"
363-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
364-
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
361+
"@eslint/core@^1.2.0":
362+
version "1.2.0"
363+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.0.tgz#3f741da0119058ad2a567a6f215677b5557a19e9"
364+
integrity sha512-8FTGbNzTvmSlc4cZBaShkC6YvFMG0riksYWRFKXztqVdXaQbcZLXlFbSpC05s70sGEsXAw0qwhx69JiW7hQS7A==
365365
dependencies:
366366
"@types/json-schema" "^7.0.15"
367367

@@ -370,17 +370,17 @@
370370
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-10.0.1.tgz#1e8a876f50117af8ab67e47d5ad94d38d6622583"
371371
integrity sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==
372372

373-
"@eslint/object-schema@^3.0.3":
374-
version "3.0.3"
375-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
376-
integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
373+
"@eslint/object-schema@^3.0.4":
374+
version "3.0.4"
375+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.4.tgz#8ce3aff08f6ca7c3bd9e1cec34530fc7fb44546a"
376+
integrity sha512-55lO/7+Yp0ISKRP0PsPtNTeNGapXaO085aELZmWCVc5SH3jfrqpuU6YgOdIxMS99ZHkQN1cXKE+cdIqwww9ptw==
377377

378-
"@eslint/plugin-kit@^0.6.1":
379-
version "0.6.1"
380-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
381-
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
378+
"@eslint/plugin-kit@^0.7.0":
379+
version "0.7.0"
380+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.0.tgz#7442f663da4d61091d2af0b30c8a6b50949fb26d"
381+
integrity sha512-ejvBr8MQCbVsWNZnCwDXjUKq40MDmHalq7cJ6e9s/qzTUFIIo/afzt1Vui9T97FM/V/pN4YsFVoed5NIa96RDg==
382382
dependencies:
383-
"@eslint/core" "^1.1.1"
383+
"@eslint/core" "^1.2.0"
384384
levn "^0.4.1"
385385

386386
"@exodus/bytes@^1.11.0", "@exodus/bytes@^1.15.0", "@exodus/bytes@^1.6.0":
@@ -1375,17 +1375,17 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
13751375
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
13761376
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
13771377

1378-
eslint@^10.1.0:
1379-
version "10.1.0"
1380-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
1381-
integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
1378+
eslint@^10.2.0:
1379+
version "10.2.0"
1380+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.0.tgz#711c80d32fc3fdd3a575bb93977df43887c3ec8e"
1381+
integrity sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==
13821382
dependencies:
13831383
"@eslint-community/eslint-utils" "^4.8.0"
13841384
"@eslint-community/regexpp" "^4.12.2"
1385-
"@eslint/config-array" "^0.23.3"
1386-
"@eslint/config-helpers" "^0.5.3"
1387-
"@eslint/core" "^1.1.1"
1388-
"@eslint/plugin-kit" "^0.6.1"
1385+
"@eslint/config-array" "^0.23.4"
1386+
"@eslint/config-helpers" "^0.5.4"
1387+
"@eslint/core" "^1.2.0"
1388+
"@eslint/plugin-kit" "^0.7.0"
13891389
"@humanfs/node" "^0.16.6"
13901390
"@humanwhocodes/module-importer" "^1.0.1"
13911391
"@humanwhocodes/retry" "^0.4.2"
@@ -1536,10 +1536,10 @@ function-bind@^1.1.2:
15361536
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
15371537
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
15381538

1539-
fuse.js@^7.1.0:
1540-
version "7.1.0"
1541-
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.1.0.tgz#306228b4befeee11e05b027087c2744158527d09"
1542-
integrity sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==
1539+
fuse.js@^7.3.0:
1540+
version "7.3.0"
1541+
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.3.0.tgz#68e1ea1c6c0ff262f1801a949a78edbe05b0bc13"
1542+
integrity sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==
15431543

15441544
gensync@^1.0.0-beta.2:
15451545
version "1.0.0-beta.2"
@@ -2499,10 +2499,10 @@ vite-plugin-compression2@^2.5.3:
24992499
"@rollup/pluginutils" "^5.1.0"
25002500
tar-mini "^0.2.0"
25012501

2502-
"vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^8.0.3:
2503-
version "8.0.3"
2504-
resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.3.tgz#036d9e3b077ff57b128660b3e3a5d2d12bac9b42"
2505-
integrity sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==
2502+
"vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^8.0.5:
2503+
version "8.0.5"
2504+
resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.5.tgz#5f8648997359e18dbc1a9e151ce55434ce5d8a2f"
2505+
integrity sha512-nmu43Qvq9UopTRfMx2jOYW5l16pb3iDC1JH6yMuPkpVbzK0k+L7dfsEDH4jRgYFmsg0sTAqkojoZgzLMlwHsCQ==
25062506
dependencies:
25072507
lightningcss "^1.32.0"
25082508
picomatch "^4.0.4"

0 commit comments

Comments
 (0)