From efc22e1eb5b5d95ff50aa9ab3e800b1d0f4ec7ca Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 5 Nov 2024 09:11:38 -0700
Subject: [PATCH] Bump the minor-frontend group across 1 directory with 5
updates (#3748)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the minor-frontend group with 5 updates in the /frontend
directory:
| Package | From | To |
| --- | --- | --- |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.0.1` |
`11.0.2` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) |
`4.2.0` | `4.3.0` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.0.1` | `5.1.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.8.1` | `22.8.7` |
|
[cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)
| `8.15.4` | `8.15.7` |
Updates `lru-cache` from 11.0.1 to 11.0.2
Commits
Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0
Commits
Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.0
Release notes
Sourced from vite-tsconfig-paths's
releases.
v5.1.0
- Add
skip
option for adding additional directories to be
skipped when searching for tsconfig.json files (#146)
- Fix path resolution on Windows when other Vite plugins neglect to
normalize the
importer
path before calling
this.resolve
in their resolveId
hooks (#157)
- Allow both tsconfig.json and jsconfig.json in the same directory
(4124b091607503d44b876bb4edd726667b386660)
Commits
77b95ad
5.1.0
4124b09
fix: allow both tsconfig/jsconfig in same directory
9983767
chore: enable “format on save” in vscode
152687a
fix: tolerate resolveId
calls with win32-style importer
path (#157)
533590d
docs: mention allowJs and loose options earlier in readme (#159)
fe5937f
feat: add skip
option (#146)
444ee7b
chore: add SECURITY.md
5c94770
chore: update readme
879586a
chore: remove broken test setup
- See full diff in compare
view
Updates `@types/node` from 22.8.1 to 22.8.7
Commits
Updates `cspell` from 8.15.4 to 8.15.7
Release notes
Sourced from cspell's
releases.
v8.15.7
Changes
Fixes
fix: Use the usePnP
flag. (#6458)
v8.15.6
Changes
Fixes
fix: Improve compound generation (#6452)
fix: cspell-tools - add minCompoundLength setting (#6449)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#6451)
Update Dictionaries (main)
... (truncated)
Changelog
Sourced from cspell's
changelog.
8.15.7 (2024-11-03)
8.15.6 (2024-11-02)
8.15.5 (2024-10-30)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Hammond
---
frontend/package-lock.json | 561 ++++++++++++++++---------------------
frontend/package.json | 10 +-
2 files changed, 251 insertions(+), 320 deletions(-)
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 6cdab89cb0..e9896f6f5a 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -27,7 +27,7 @@
"jotai": "^2.10.1",
"jotai-location": "^0.5.5",
"just-debounce-it": "^3.2.0",
- "lru-cache": "^11.0.1",
+ "lru-cache": "^11.0.2",
"react": "^18.3.1",
"react-animate-height": "^3.2.2",
"react-dom": "^18.3.1",
@@ -45,8 +45,8 @@
"vega": "^5.30.0",
"vega-lite": "^5.21.0",
"vite": "^5.4.10",
- "vite-plugin-svgr": "^4.2.0",
- "vite-tsconfig-paths": "^5.0.1"
+ "vite-plugin-svgr": "^4.3.0",
+ "vite-tsconfig-paths": "^5.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
@@ -55,7 +55,7 @@
"@testing-library/react": "^16.0.1",
"@types/d3": "^7.4.0",
"@types/dom-to-image": "^2.6.7",
- "@types/node": "^22.8.1",
+ "@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-lazyload": "^3.2.0",
@@ -65,7 +65,7 @@
"@types/react-table": "^7.7.15",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
- "cspell": "^8.15.4",
+ "cspell": "^8.15.7",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"rollup-plugin-visualizer": "^5.12.0",
@@ -597,17 +597,17 @@
}
},
"node_modules/@cspell/cspell-bundled-dicts": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.15.4.tgz",
- "integrity": "sha512-t5b2JwGeUmzmjl319mCuaeKGxTvmzLLRmrpdHr+ZZGRO4nf7L48Lbe9A6uwNUvsZe0cXohiNXsrrsuzRVXswVA==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.15.7.tgz",
+ "integrity": "sha512-lNbrlHhDnOWCJh/vNCliZJz4X1KMEZqWJZpTgmdPrEGS9ZyfEiCmZyoQzw+fauC5Xo7dwd2KdS9VMHftAJqMPQ==",
"dev": true,
- "license": "MIT",
"dependencies": {
"@cspell/dict-ada": "^4.0.5",
+ "@cspell/dict-al": "^1.0.3",
"@cspell/dict-aws": "^4.0.7",
"@cspell/dict-bash": "^4.1.8",
"@cspell/dict-companies": "^3.1.7",
- "@cspell/dict-cpp": "^5.1.22",
+ "@cspell/dict-cpp": "^6.0.0",
"@cspell/dict-cryptocurrencies": "^5.0.3",
"@cspell/dict-csharp": "^4.0.5",
"@cspell/dict-css": "^4.0.16",
@@ -619,7 +619,7 @@
"@cspell/dict-en_us": "^4.3.26",
"@cspell/dict-en-common-misspellings": "^2.0.7",
"@cspell/dict-en-gb": "1.1.33",
- "@cspell/dict-filetypes": "^3.0.7",
+ "@cspell/dict-filetypes": "^3.0.8",
"@cspell/dict-flutter": "^1.0.3",
"@cspell/dict-fonts": "^4.0.3",
"@cspell/dict-fsharp": "^1.0.4",
@@ -629,7 +629,7 @@
"@cspell/dict-golang": "^6.0.16",
"@cspell/dict-google": "^1.0.4",
"@cspell/dict-haskell": "^4.0.4",
- "@cspell/dict-html": "^4.0.9",
+ "@cspell/dict-html": "^4.0.10",
"@cspell/dict-html-symbol-entities": "^4.0.3",
"@cspell/dict-java": "^5.0.10",
"@cspell/dict-julia": "^1.0.4",
@@ -638,9 +638,10 @@
"@cspell/dict-lorem-ipsum": "^4.0.3",
"@cspell/dict-lua": "^4.0.6",
"@cspell/dict-makefile": "^1.0.3",
+ "@cspell/dict-markdown": "^2.0.7",
"@cspell/dict-monkeyc": "^1.0.9",
"@cspell/dict-node": "^5.0.4",
- "@cspell/dict-npm": "^5.1.8",
+ "@cspell/dict-npm": "^5.1.9",
"@cspell/dict-php": "^4.0.13",
"@cspell/dict-powershell": "^5.0.13",
"@cspell/dict-public-licenses": "^2.0.11",
@@ -649,12 +650,12 @@
"@cspell/dict-ruby": "^5.0.7",
"@cspell/dict-rust": "^4.0.9",
"@cspell/dict-scala": "^5.0.6",
- "@cspell/dict-software-terms": "^4.1.11",
+ "@cspell/dict-software-terms": "^4.1.12",
"@cspell/dict-sql": "^2.1.8",
"@cspell/dict-svelte": "^1.0.5",
"@cspell/dict-swift": "^2.0.4",
- "@cspell/dict-terraform": "^1.0.5",
- "@cspell/dict-typescript": "^3.1.10",
+ "@cspell/dict-terraform": "^1.0.6",
+ "@cspell/dict-typescript": "^3.1.11",
"@cspell/dict-vue": "^3.0.3"
},
"engines": {
@@ -662,34 +663,31 @@
}
},
"node_modules/@cspell/cspell-json-reporter": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-8.15.4.tgz",
- "integrity": "sha512-solraYhZG4l++NeVCOtpc8DMvwHc46TmJt8DQbgvKtk6wOjTEcFrwKfA6Ei9YKbvyebJlpWMenO3goOll0loYg==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-8.15.7.tgz",
+ "integrity": "sha512-kOcJaThztX1A8jkALBiAyp8dWrHPMuDOXki8Q5ZG1dL25wKsAnPyqflXhXg6Up4VGVIkkgy1S3T0Q/i+G5f12w==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-types": "8.15.4"
+ "@cspell/cspell-types": "8.15.7"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@cspell/cspell-pipe": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.15.4.tgz",
- "integrity": "sha512-WfCmZVFC6mX6vYlf02hWwelcSBTbDQgc5YqY+1miuMk+OHSUAHSACjZId6/a4IAID94xScvFfj7jgrdejUVvIQ==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.15.7.tgz",
+ "integrity": "sha512-EyVSJPqJFrDA9Sj4Nzx13vytloMS0V3HaevhqMFLHJ53QNz/ZP7vuECbXApRAJwLonuToJBvY3b9xzB6eEhU/A==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@cspell/cspell-resolver": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.15.4.tgz",
- "integrity": "sha512-Zr428o+uUTqywrdKyjluJVnDPVAJEqZ1chQLKIrHggUah1cgs5aQ7rZ+0Rv5euYMlC2idZnP7IL6TDaIib80oA==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.15.7.tgz",
+ "integrity": "sha512-9RPZ5VwjYPYLTLWkoPGHqV3Kuai5QwTWgZJW3Yk2GgJkxss/LDsXME+9CalPcPBQpnCIBEOtE2DjDQbFjAiMnA==",
"dev": true,
- "license": "MIT",
"dependencies": {
"global-directory": "^4.0.1"
},
@@ -698,21 +696,19 @@
}
},
"node_modules/@cspell/cspell-service-bus": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.15.4.tgz",
- "integrity": "sha512-pXYofnV/V9Y3LZdfFGbmhdxPX/ABjiD3wFjGHt5YhIU9hjVVuvjFlgY7pH2AvRjs4F8xKXv1ReWl44BJOL9gLA==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.15.7.tgz",
+ "integrity": "sha512-kL+1+K4VApdwZccGlg7Vjmh4CzzjoT+G556/gErdESQFPY0y9/4OPPVKLrFkbEDODtp9Py7aTRHdhl6w1xxCCw==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@cspell/cspell-types": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.15.4.tgz",
- "integrity": "sha512-1hDtgYDQVW11zgtrr12EmGW45Deoi7IjZOhzPFLb+3WkhZ46ggWdbrRalWwBolQPDDo6+B2Q6WXz5hdND+Tpwg==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.15.7.tgz",
+ "integrity": "sha512-QMbGJsUXTdV8/V9Gsc/kBgdkBwm4hvcChhQf6KE9yeg3CZlbd95NkFJuSiqp1phJOWMTzHCZ0Ro7v7P/LGKdVA==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
}
@@ -721,302 +717,277 @@
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.5.tgz",
"integrity": "sha512-6/RtZ/a+lhFVmrx/B7bfP7rzC4yjEYe8o74EybXcvu4Oue6J4Ey2WSYj96iuodloj1LWrkNCQyX5h4Pmcj0Iag==",
- "dev": true,
- "license": "MIT"
+ "dev": true
+ },
+ "node_modules/@cspell/dict-al": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-al/-/dict-al-1.0.3.tgz",
+ "integrity": "sha512-V1HClwlfU/qwSq2Kt+MkqRAsonNu3mxjSCDyGRecdLGIHmh7yeEeaxqRiO/VZ4KP+eVSiSIlbwrb5YNFfxYZbw==",
+ "dev": true
},
"node_modules/@cspell/dict-aws": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-4.0.7.tgz",
"integrity": "sha512-PoaPpa2NXtSkhGIMIKhsJUXB6UbtTt6Ao3x9JdU9kn7fRZkwD4RjHDGqulucIOz7KeEX/dNRafap6oK9xHe4RA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-bash": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.8.tgz",
"integrity": "sha512-I2CM2pTNthQwW069lKcrVxchJGMVQBzru2ygsHCwgidXRnJL/NTjAPOFTxN58Jc1bf7THWghfEDyKX/oyfc0yg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-companies": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.1.7.tgz",
"integrity": "sha512-ncVs/efuAkP1/tLDhWbXukBjgZ5xOUfe03neHMWsE8zvXXc5+Lw6TX5jaJXZLOoES/f4j4AhRE20jsPCF5pm+A==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-cpp": {
- "version": "5.1.22",
- "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.1.22.tgz",
- "integrity": "sha512-g1/8P5/Q+xnIc8Js4UtBg3XOhcFrFlFbG3UWVtyEx49YTf0r9eyDtDt1qMMDBZT91pyCwLcAEbwS+4i5PIfNZw==",
- "dev": true,
- "license": "MIT"
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-6.0.1.tgz",
+ "integrity": "sha512-AxMC1KVu/9JSme1eG1SPQQTSLQbGUpoICMdKjQEEaB4RyrEev2V6fcVnqH38lzs+zN5Dffh04B2bTW0pT4lr9g==",
+ "dev": true
},
"node_modules/@cspell/dict-cryptocurrencies": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-5.0.3.tgz",
"integrity": "sha512-bl5q+Mk+T3xOZ12+FG37dB30GDxStza49Rmoax95n37MTLksk9wBo1ICOlPJ6PnDUSyeuv4SIVKgRKMKkJJglA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-csharp": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.5.tgz",
"integrity": "sha512-c/sFnNgtRwRJxtC3JHKkyOm+U3/sUrltFeNwml9VsxKBHVmvlg4tk4ar58PdpW9/zTlGUkWi2i85//DN1EsUCA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-css": {
"version": "4.0.16",
"resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.16.tgz",
"integrity": "sha512-70qu7L9z/JR6QLyJPk38fNTKitlIHnfunx0wjpWQUQ8/jGADIhMCrz6hInBjqPNdtGpYm8d1dNFyF8taEkOgrQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-dart": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.2.4.tgz",
"integrity": "sha512-of/cVuUIZZK/+iqefGln8G3bVpfyN6ZtH+LyLkHMoR5tEj+2vtilGNk9ngwyR8L4lEqbKuzSkOxgfVjsXf5PsQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-data-science": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-2.0.5.tgz",
"integrity": "sha512-nNSILXmhSJox9/QoXICPQgm8q5PbiSQP4afpbkBqPi/u/b3K9MbNH5HvOOa6230gxcGdbZ9Argl2hY/U8siBlg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-django": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.3.tgz",
"integrity": "sha512-yBspeL3roJlO0a1vKKNaWABURuHdHZ9b1L8d3AukX0AsBy9snSggc8xCavPmSzNfeMDXbH+1lgQiYBd3IW03fg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-docker": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.11.tgz",
"integrity": "sha512-s0Yhb16/R+UT1y727ekbR/itWQF3Qz275DR1ahOa66wYtPjHUXmhM3B/LT3aPaX+hD6AWmK23v57SuyfYHUjsw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-dotnet": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.8.tgz",
"integrity": "sha512-MD8CmMgMEdJAIPl2Py3iqrx3B708MbCIXAuOeZ0Mzzb8YmLmiisY7QEYSZPg08D7xuwARycP0Ki+bb0GAkFSqg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-elixir": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.6.tgz",
"integrity": "sha512-TfqSTxMHZ2jhiqnXlVKM0bUADtCvwKQv2XZL/DI0rx3doG8mEMS8SGPOmiyyGkHpR/pGOq18AFH3BEm4lViHIw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-en_us": {
"version": "4.3.26",
"resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.26.tgz",
"integrity": "sha512-hDbHYJsi3UgU1J++B0WLiYhWQdsmve3CH53FIaMRAdhrWOHcuw7h1dYkQXHFEP5lOjaq53KUHp/oh5su6VkIZg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-en-common-misspellings": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-2.0.7.tgz",
"integrity": "sha512-qNFo3G4wyabcwnM+hDrMYKN9vNVg/k9QkhqSlSst6pULjdvPyPs1mqz1689xO/v9t8e6sR4IKc3CgUXDMTYOpA==",
- "dev": true,
- "license": "CC BY-SA 4.0"
+ "dev": true
},
"node_modules/@cspell/dict-en-gb": {
"version": "1.1.33",
"resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz",
"integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-filetypes": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.7.tgz",
- "integrity": "sha512-/DN0Ujp9/EXvpTcgih9JmBaE8n+G0wtsspyNdvHT5luRfpfol1xm/CIQb6xloCXCiLkWX+EMPeLSiVIZq+24dA==",
- "dev": true,
- "license": "MIT"
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.8.tgz",
+ "integrity": "sha512-D3N8sm/iptzfVwsib/jvpX+K/++rM8SRpLDFUaM4jxm8EyGmSIYRbKZvdIv5BkAWmMlTWoRqlLn7Yb1b11jKJg==",
+ "dev": true
},
"node_modules/@cspell/dict-flutter": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-flutter/-/dict-flutter-1.0.3.tgz",
"integrity": "sha512-52C9aUEU22ptpgYh6gQyIdA4MP6NPwzbEqndfgPh3Sra191/kgs7CVqXiO1qbtZa9gnYHUoVApkoxRE7mrXHfg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-fonts": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-4.0.3.tgz",
"integrity": "sha512-sPd17kV5qgYXLteuHFPn5mbp/oCHKgitNfsZLFC3W2fWEgZlhg4hK+UGig3KzrYhhvQ8wBnmZrAQm0TFKCKzsA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-fsharp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-fsharp/-/dict-fsharp-1.0.4.tgz",
"integrity": "sha512-G5wk0o1qyHUNi9nVgdE1h5wl5ylq7pcBjX8vhjHcO4XBq20D5eMoXjwqMo/+szKAqzJ+WV3BgAL50akLKrT9Rw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-fullstack": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.2.3.tgz",
"integrity": "sha512-62PbndIyQPH11mAv0PyiyT0vbwD0AXEocPpHlCHzfb5v9SspzCCbzQ/LIBiFmyRa+q5LMW35CnSVu6OXdT+LKg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-gaming-terms": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.8.tgz",
"integrity": "sha512-7OL0zTl93WFWhhtpXFrtm9uZXItC3ncAs8d0iQDMMFVNU1rBr6raBNxJskxE5wx2Ant12fgI66ZGVagXfN+yfA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-git": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-3.0.3.tgz",
"integrity": "sha512-LSxB+psZ0qoj83GkyjeEH/ZViyVsGEF/A6BAo8Nqc0w0HjD2qX/QR4sfA6JHUgQ3Yi/ccxdK7xNIo67L2ScW5A==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-golang": {
"version": "6.0.16",
"resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.16.tgz",
"integrity": "sha512-hZOBlgcguv2Hdc93n2zjdAQm1j3grsN9T9WhPnQ1wh2vUDoCLEujg+6gWhjcLb8ECOcwZTWgNyQLWeOxEsAj/w==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-google": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-google/-/dict-google-1.0.4.tgz",
"integrity": "sha512-JThUT9eiguCja1mHHLwYESgxkhk17Gv7P3b1S7ZJzXw86QyVHPrbpVoMpozHk0C9o+Ym764B7gZGKmw9uMGduQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-haskell": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.4.tgz",
"integrity": "sha512-EwQsedEEnND/vY6tqRfg9y7tsnZdxNqOxLXSXTsFA6JRhUlr8Qs88iUUAfsUzWc4nNmmzQH2UbtT25ooG9x4nA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-html": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.9.tgz",
- "integrity": "sha512-BNp7w3m910K4qIVyOBOZxHuFNbVojUY6ES8Y8r7YjYgJkm2lCuQoVwwhPjurnomJ7BPmZTb+3LLJ58XIkgF7JQ==",
- "dev": true,
- "license": "MIT"
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.10.tgz",
+ "integrity": "sha512-I9uRAcdtHbh0wEtYZlgF0TTcgH0xaw1B54G2CW+tx4vHUwlde/+JBOfIzird4+WcMv4smZOfw+qHf7puFUbI5g==",
+ "dev": true
},
"node_modules/@cspell/dict-html-symbol-entities": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.3.tgz",
"integrity": "sha512-aABXX7dMLNFdSE8aY844X4+hvfK7977sOWgZXo4MTGAmOzR8524fjbJPswIBK7GaD3+SgFZ2yP2o0CFvXDGF+A==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-java": {
"version": "5.0.10",
"resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.10.tgz",
"integrity": "sha512-pVNcOnmoGiNL8GSVq4WbX/Vs2FGS0Nej+1aEeGuUY9CU14X8yAVCG+oih5ZoLt1jaR8YfR8byUF8wdp4qG4XIw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-julia": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-julia/-/dict-julia-1.0.4.tgz",
"integrity": "sha512-bFVgNX35MD3kZRbXbJVzdnN7OuEqmQXGpdOi9jzB40TSgBTlJWA4nxeAKV4CPCZxNRUGnLH0p05T/AD7Aom9/w==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-k8s": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.9.tgz",
"integrity": "sha512-Q7GELSQIzo+BERl2ya/nBEnZeQC+zJP19SN1pI6gqDYraM51uYJacbbcWLYYO2Y+5joDjNt/sd/lJtLaQwoSlA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-latex": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.3.tgz",
"integrity": "sha512-2KXBt9fSpymYHxHfvhUpjUFyzrmN4c4P8mwIzweLyvqntBT3k0YGZJSriOdjfUjwSygrfEwiuPI1EMrvgrOMJw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-lorem-ipsum": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-4.0.3.tgz",
"integrity": "sha512-WFpDi/PDYHXft6p0eCXuYnn7mzMEQLVeqpO+wHSUd+kz5ADusZ4cpslAA4wUZJstF1/1kMCQCZM6HLZic9bT8A==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-lua": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.6.tgz",
"integrity": "sha512-Jwvh1jmAd9b+SP9e1GkS2ACbqKKRo9E1f9GdjF/ijmooZuHU0hPyqvnhZzUAxO1egbnNjxS/J2T6iUtjAUK2KQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-makefile": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-makefile/-/dict-makefile-1.0.3.tgz",
"integrity": "sha512-R3U0DSpvTs6qdqfyBATnePj9Q/pypkje0Nj26mQJ8TOBQutCRAJbr2ZFAeDjgRx5EAJU/+8txiyVF97fbVRViw==",
+ "dev": true
+ },
+ "node_modules/@cspell/dict-markdown": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-markdown/-/dict-markdown-2.0.7.tgz",
+ "integrity": "sha512-F9SGsSOokFn976DV4u/1eL4FtKQDSgJHSZ3+haPRU5ki6OEqojxKa8hhj4AUrtNFpmBaJx/WJ4YaEzWqG7hgqg==",
"dev": true,
- "license": "MIT"
+ "peerDependencies": {
+ "@cspell/dict-css": "^4.0.16",
+ "@cspell/dict-html": "^4.0.10",
+ "@cspell/dict-html-symbol-entities": "^4.0.3",
+ "@cspell/dict-typescript": "^3.1.11"
+ }
},
"node_modules/@cspell/dict-monkeyc": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@cspell/dict-monkeyc/-/dict-monkeyc-1.0.9.tgz",
"integrity": "sha512-Jvf6g5xlB4+za3ThvenYKREXTEgzx5gMUSzrAxIiPleVG4hmRb/GBSoSjtkGaibN3XxGx5x809gSTYCA/IHCpA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-node": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-5.0.4.tgz",
- "integrity": "sha512-Hz5hiuOvZTd7Cp1IBqUZ7/ChwJeQpD5BJuwCaDn4mPNq4iMcQ1iWBYMThvNVqCEDgKv63X52nT8RAWacss98qg==",
- "dev": true,
- "license": "MIT"
+ "version": "5.0.5",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-5.0.5.tgz",
+ "integrity": "sha512-7NbCS2E8ZZRZwlLrh2sA0vAk9n1kcTUiRp/Nia8YvKaItGXLfxYqD2rMQ3HpB1kEutal6hQLVic3N2Yi1X7AaA==",
+ "dev": true
},
"node_modules/@cspell/dict-npm": {
- "version": "5.1.8",
- "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.8.tgz",
- "integrity": "sha512-AJELYXeB4fQdIoNfmuaQxB1Hli3cX6XPsQCjfBxlu0QYXhrjB/IrCLLQAjWIywDqJiWyGUFTz4DqaANm8C/r9Q==",
- "dev": true,
- "license": "MIT"
+ "version": "5.1.10",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.10.tgz",
+ "integrity": "sha512-YmOLvM3ERk/yrdk0s0HhMI7Ws4epLRycGQH5uWyvWg5F64C31mbV557+jfxjrn6Ewq3UdT4ILCS9EyCHVyirig==",
+ "dev": true
},
"node_modules/@cspell/dict-php": {
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.13.tgz",
"integrity": "sha512-P6sREMZkhElzz/HhXAjahnICYIqB/HSGp1EhZh+Y6IhvC15AzgtDP8B8VYCIsQof6rPF1SQrFwunxOv8H1e2eg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-powershell": {
"version": "5.0.13",
"resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.13.tgz",
"integrity": "sha512-0qdj0XZIPmb77nRTynKidRJKTU0Fl+10jyLbAhFTuBWKMypVY06EaYFnwhsgsws/7nNX8MTEQuewbl9bWFAbsg==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-public-licenses": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.11.tgz",
"integrity": "sha512-rR5KjRUSnVKdfs5G+gJ4oIvQvm8+NJ6cHWY2N+GE69/FSGWDOPHxulCzeGnQU/c6WWZMSimG9o49i9r//lUQyA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-python": {
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.12.tgz",
"integrity": "sha512-U25eOFu+RE0aEcF2AsxZmq3Lic7y9zspJ9SzjrC0mfJz+yr3YmSCw4E0blMD3mZoNcf7H/vMshuKIY5AY36U+Q==",
"dev": true,
- "license": "MIT",
"dependencies": {
"@cspell/dict-data-science": "^2.0.5"
}
@@ -1025,85 +996,73 @@
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.4.tgz",
"integrity": "sha512-cBpRsE/U0d9BRhiNRMLMH1PpWgw+N+1A2jumgt1if9nBGmQw4MUpg2u9I0xlFVhstTIdzXiLXMxP45cABuiUeQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-ruby": {
"version": "5.0.7",
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.7.tgz",
"integrity": "sha512-4/d0hcoPzi5Alk0FmcyqlzFW9lQnZh9j07MJzPcyVO62nYJJAGKaPZL2o4qHeCS/od/ctJC5AHRdoUm0ktsw6Q==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-rust": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.9.tgz",
"integrity": "sha512-Dhr6TIZsMV92xcikKIWei6p/qswS4M+gTkivpWwz4/1oaVk2nRrxJmCdRoVkJlZkkAc17rjxrS12mpnJZI0iWw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-scala": {
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.6.tgz",
"integrity": "sha512-tl0YWAfjUVb4LyyE4JIMVE8DlLzb1ecHRmIWc4eT6nkyDqQgHKzdHsnusxFEFMVLIQomgSg0Zz6hJ5S1E4W4ww==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-software-terms": {
- "version": "4.1.11",
- "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.11.tgz",
- "integrity": "sha512-77CTHxWFTVw6tVoMN8WBMrlNW2F2FbgATwD/6vcOuiyrJUmh8klN5ZK3m+yyK3ZzsnaW2Bduoc0fw2Ckcm/riQ==",
- "dev": true,
- "license": "MIT"
+ "version": "4.1.13",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.13.tgz",
+ "integrity": "sha512-S8TLDjY+piV8nmzn4/acwKjDbUtOqfJ9Cb3gZ9egjU/Fm8DBaQ7ziR1S2wntxlGLud9cly+LoWnEoWJYDZFveQ==",
+ "dev": true
},
"node_modules/@cspell/dict-sql": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.8.tgz",
"integrity": "sha512-dJRE4JV1qmXTbbGm6WIcg1knmR6K5RXnQxF4XHs5HA3LAjc/zf77F95i5LC+guOGppVF6Hdl66S2UyxT+SAF3A==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-svelte": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.5.tgz",
"integrity": "sha512-sseHlcXOqWE4Ner9sg8KsjxwSJ2yssoJNqFHR9liWVbDV+m7kBiUtn2EB690TihzVsEmDr/0Yxrbb5Bniz70mA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-swift": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.4.tgz",
"integrity": "sha512-CsFF0IFAbRtYNg0yZcdaYbADF5F3DsM8C4wHnZefQy8YcHP/qjAF/GdGfBFBLx+XSthYuBlo2b2XQVdz3cJZBw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dict-terraform": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/@cspell/dict-terraform/-/dict-terraform-1.0.5.tgz",
- "integrity": "sha512-qH3epPB2d6d5w1l4hR2OsnN8qDQ4P0z6oDB7+YiNH+BoECXv4Z38MIV1H8cxIzD2wkzkt2JTcFYaVW72MDZAlg==",
- "dev": true,
- "license": "MIT"
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-terraform/-/dict-terraform-1.0.6.tgz",
+ "integrity": "sha512-Sqm5vGbXuI9hCFcr4w6xWf4Y25J9SdleE/IqfM6RySPnk8lISEmVdax4k6+Kinv9qaxyvnIbUUN4WFLWcBPQAg==",
+ "dev": true
},
"node_modules/@cspell/dict-typescript": {
- "version": "3.1.10",
- "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.10.tgz",
- "integrity": "sha512-7Zek3w4Rh3ZYyhihJ34FdnUBwP3OmRldnEq3hZ+FgQ0PyYZjXv5ztEViRBBxXjiFx1nHozr6pLi74TxToD8xsg==",
- "dev": true,
- "license": "MIT"
+ "version": "3.1.11",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.11.tgz",
+ "integrity": "sha512-FwvK5sKbwrVpdw0e9+1lVTl8FPoHYvfHRuQRQz2Ql5XkC0gwPPkpoyD1zYImjIyZRoYXk3yp9j8ss4iz7A7zoQ==",
+ "dev": true
},
"node_modules/@cspell/dict-vue": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.3.tgz",
"integrity": "sha512-akmYbrgAGumqk1xXALtDJcEcOMYBYMnkjpmGzH13Ozhq1mkPF4VgllFQlm1xYde+BUKNnzMgPEzxrL2qZllgYA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/@cspell/dynamic-import": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.15.4.tgz",
- "integrity": "sha512-tr0F6EYN6qtniNvt1Uib+PgYQHeo4dQHXE2Optap+hYTOoQ2VoQ+SwBVjZ+Q2bmSAB0fmOyf0AvgsUtnWIpavw==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.15.7.tgz",
+ "integrity": "sha512-qFlVisdP2lvFcS4Kre4Dl+f4Y7U9w/Y7IQAS+XXl5KlInImMaYhNUDEru8DoUPQHYsXKAPJsu/Y2JloHNE502Q==",
"dev": true,
- "license": "MIT",
"dependencies": {
"import-meta-resolve": "^4.1.0"
},
@@ -1112,31 +1071,28 @@
}
},
"node_modules/@cspell/filetypes": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-8.15.4.tgz",
- "integrity": "sha512-sNl6jr3ym/4151EY76qlI/00HHsiLZBqW7Vb1tqCzsgSg3EpL30ddjr74So6Sg2PN26Yf09hvxGTJzXn1R4aYw==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-8.15.7.tgz",
+ "integrity": "sha512-MeP6gh8Om9vHSxYoYey2BFCib4m+vEyMLQCSub1Gk+uXiJjj1l/S5MFWM9zHhjGBBNNdvuopuUKP6Gcgcw+3Cw==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@cspell/strong-weak-map": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.15.4.tgz",
- "integrity": "sha512-m5DeQksbhJFqcSYF8Q0Af/WXmXCMAJocCUShkzOXK+uZNXnvhBZN7VyQ9hL+GRzX8JTPEPdVcz2lFyVE5p+LzQ==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.15.7.tgz",
+ "integrity": "sha512-SGlkhRnHXoBzLY2SxVppMsREhyaDHpyXQrPDUfsCnyG5DC8UVmXnTVQp9c2kqhAZw6g6g6V7uoqTLqJQmrWOFQ==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@cspell/url": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/@cspell/url/-/url-8.15.4.tgz",
- "integrity": "sha512-K2oZu/oLQPs5suRpLS8uu04O3YMUioSlEU1D66fRoOxzI5NzLt7i7yMg3HQHjChGa09N5bzqmrVdhmQrRZXwGg==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/@cspell/url/-/url-8.15.7.tgz",
+ "integrity": "sha512-IzBsrl54TyO5Ezbyr25ZOUZA3Sg2UbSWDZZar9jSRAsoikcsoy1ivgSumcYJYOH8HAtanfr8YGN0+8UF/kbYqg==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18.0"
}
@@ -2276,14 +2232,13 @@
}
},
"node_modules/@rollup/pluginutils": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
- "integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
- "license": "MIT",
+ "version": "5.1.3",
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz",
+ "integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==",
"dependencies": {
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
- "picomatch": "^2.3.1"
+ "picomatch": "^4.0.2"
},
"engines": {
"node": ">=14.0.0"
@@ -2297,6 +2252,17 @@
}
}
},
+ "node_modules/@rollup/pluginutils/node_modules/picomatch": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
"node_modules/@rollup/rollup-android-arm-eabi": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz",
@@ -3405,9 +3371,9 @@
}
},
"node_modules/@types/node": {
- "version": "22.8.1",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz",
- "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==",
+ "version": "22.8.7",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz",
+ "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==",
"devOptional": true,
"dependencies": {
"undici-types": "~6.19.8"
@@ -3792,8 +3758,7 @@
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz",
"integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/asn1": {
"version": "0.2.6",
@@ -4309,7 +4274,6 @@
"resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz",
"integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==",
"dev": true,
- "license": "MIT",
"dependencies": {
"parent-module": "^2.0.0",
"resolve-from": "^5.0.0"
@@ -4463,7 +4427,6 @@
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.5.tgz",
"integrity": "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==",
"dev": true,
- "license": "MIT",
"dependencies": {
"array-timsort": "^1.0.3",
"core-util-is": "^1.0.3",
@@ -4499,8 +4462,7 @@
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/cosmiconfig": {
"version": "7.1.0",
@@ -4552,30 +4514,29 @@
}
},
"node_modules/cspell": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell/-/cspell-8.15.4.tgz",
- "integrity": "sha512-hUOxcwmNWuHzVeGHyN5v/T9MkyCE5gi0mvatxsM794B2wOuR1ZORgjZH62P2HY1uBkXe/x5C6ITWrSyh0WgAcg==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell/-/cspell-8.15.7.tgz",
+ "integrity": "sha512-68Bs/brr31M0W6tljNCgHcz09xdfDnRobyyRQJ8z0ZrovfTHHj9gSQldJJt5Fq3AMlCeYbECnKPsY9DkzIP1sQ==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-json-reporter": "8.15.4",
- "@cspell/cspell-pipe": "8.15.4",
- "@cspell/cspell-types": "8.15.4",
- "@cspell/dynamic-import": "8.15.4",
- "@cspell/url": "8.15.4",
+ "@cspell/cspell-json-reporter": "8.15.7",
+ "@cspell/cspell-pipe": "8.15.7",
+ "@cspell/cspell-types": "8.15.7",
+ "@cspell/dynamic-import": "8.15.7",
+ "@cspell/url": "8.15.7",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"commander": "^12.1.0",
- "cspell-dictionary": "8.15.4",
- "cspell-gitignore": "8.15.4",
- "cspell-glob": "8.15.4",
- "cspell-io": "8.15.4",
- "cspell-lib": "8.15.4",
+ "cspell-dictionary": "8.15.7",
+ "cspell-gitignore": "8.15.7",
+ "cspell-glob": "8.15.7",
+ "cspell-io": "8.15.7",
+ "cspell-lib": "8.15.7",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^9.1.0",
"get-stdin": "^9.0.0",
"semver": "^7.6.3",
- "tinyglobby": "^0.2.9"
+ "tinyglobby": "^0.2.10"
},
"bin": {
"cspell": "bin.mjs",
@@ -4589,13 +4550,12 @@
}
},
"node_modules/cspell-config-lib": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.4.tgz",
- "integrity": "sha512-vUgikQTRkRMTdkZqSs7F2cTdPpX61cTjr/9L/VCkXkbW38ObCr4650ioiF1Wq3zDF3Gy2bc4ECTpD2PZUXX5SA==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.7.tgz",
+ "integrity": "sha512-orxPKLMLQjk+Px1wlZdMElsHlKFGiwlXhQcG/36hODFKsle9DnGqVefOjH6aWFO5DyDF+Z678leiO2F30wtXEQ==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-types": "8.15.4",
+ "@cspell/cspell-types": "8.15.7",
"comment-json": "^4.2.5",
"yaml": "^2.6.0"
},
@@ -4608,7 +4568,6 @@
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz",
"integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==",
"dev": true,
- "license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
@@ -4617,15 +4576,14 @@
}
},
"node_modules/cspell-dictionary": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.15.4.tgz",
- "integrity": "sha512-8+p/l9Saac7qyCbqtELneDoT7CwHu9gYmnI8uXMu34/lPGjhVhy10ZeI0+t1djaO2YyASK400YFKq5uP/5KulA==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.15.7.tgz",
+ "integrity": "sha512-jmOk9kJ/bsVFg0/ObnNMUHA3wPgHb4eGFx6yF+Lx28eYx9j2XkLZuXXicbNyOWqJ9AzP0CavPmHwAS6bJrxD3Q==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-pipe": "8.15.4",
- "@cspell/cspell-types": "8.15.4",
- "cspell-trie-lib": "8.15.4",
+ "@cspell/cspell-pipe": "8.15.7",
+ "@cspell/cspell-types": "8.15.7",
+ "cspell-trie-lib": "8.15.7",
"fast-equals": "^5.0.1"
},
"engines": {
@@ -4633,15 +4591,14 @@
}
},
"node_modules/cspell-gitignore": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-8.15.4.tgz",
- "integrity": "sha512-9n5PpQ8gEf8YcvEtoZGZ2Ma6wnqSFkD2GrmyjISy39DfIX/jNLN7GX2wJm6OD2P4FjXer95ypmIb/JWTlfmbTw==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-8.15.7.tgz",
+ "integrity": "sha512-LxX/PS3z6UqXHUqw3wIB1OJwZrexxKn/EUertYcLce/K2M2wLsUA+uneU5EvUqzkM6vwMHvdv/hl/tROFQJIbw==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/url": "8.15.4",
- "cspell-glob": "8.15.4",
- "cspell-io": "8.15.4",
+ "@cspell/url": "8.15.7",
+ "cspell-glob": "8.15.7",
+ "cspell-io": "8.15.7",
"find-up-simple": "^1.0.0"
},
"bin": {
@@ -4652,13 +4609,12 @@
}
},
"node_modules/cspell-glob": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.15.4.tgz",
- "integrity": "sha512-TTfRRHRAN+PN9drIz4MAEgKKYnPThBOlPMdFddyuisvU33Do1sPAnqkkOjTEFdi3jAA5KwnSva68SVH6IzzMBQ==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.15.7.tgz",
+ "integrity": "sha512-BI0mF0IWqVxEGpRkH2kBgT9Ey7lAMlEhvY/zKCy3JQY5PSn/qI3RhlsXrsTDt2RJxhicuzJIe3KiNdUKXQM0Ig==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/url": "8.15.4",
+ "@cspell/url": "8.15.7",
"micromatch": "^4.0.8"
},
"engines": {
@@ -4666,14 +4622,13 @@
}
},
"node_modules/cspell-grammar": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.15.4.tgz",
- "integrity": "sha512-MKiKyYi05mRtXOxPoTv3Ksi0GwYLiK84Uq0C+5PaMrnIjXeed0bsddSFXCT+7ywFJc7PdjhTtz0M/9WWK3UgbA==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.15.7.tgz",
+ "integrity": "sha512-g7ocpFG9Gam4+b2bHrqhmXVaFNV4BjFjVnaEKS3RoqcMjJuQUa9wD5HWO6AvBJeJf/auvQS7CgmumQqSo9xxCw==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-pipe": "8.15.4",
- "@cspell/cspell-types": "8.15.4"
+ "@cspell/cspell-pipe": "8.15.7",
+ "@cspell/cspell-types": "8.15.7"
},
"bin": {
"cspell-grammar": "bin.mjs"
@@ -4683,42 +4638,40 @@
}
},
"node_modules/cspell-io": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.15.4.tgz",
- "integrity": "sha512-rXIEREPTFV9dwwg4EKfvzqlCNOvT6910AYED5YrSt8Y68usRJ9lbqdx0BrDndVCd33bp1o+9JBfHuRiFIQC81g==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.15.7.tgz",
+ "integrity": "sha512-GEnMPu+xyyHTal2QdCbuRrPUEpjCYo0mF/Tz/YkcZNJdn0sj6MylH2EA0A+d6WzheRpw9ijd1dRvq3h5jJgmuQ==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-service-bus": "8.15.4",
- "@cspell/url": "8.15.4"
+ "@cspell/cspell-service-bus": "8.15.7",
+ "@cspell/url": "8.15.7"
},
"engines": {
"node": ">=18"
}
},
"node_modules/cspell-lib": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.15.4.tgz",
- "integrity": "sha512-iLp/625fvCyFFxSyZYLMgqHIKcrhN4hT7Hw5+ySa38Bp/OfA81ANqWHpsDQ0bGsALTRn/DHBpQYj4xCW/aN9tw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@cspell/cspell-bundled-dicts": "8.15.4",
- "@cspell/cspell-pipe": "8.15.4",
- "@cspell/cspell-resolver": "8.15.4",
- "@cspell/cspell-types": "8.15.4",
- "@cspell/dynamic-import": "8.15.4",
- "@cspell/filetypes": "8.15.4",
- "@cspell/strong-weak-map": "8.15.4",
- "@cspell/url": "8.15.4",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.15.7.tgz",
+ "integrity": "sha512-RxxPEymTENc76f8ny1LN+aPyR4Efwyah8m5c20xOwxD/lAhBrNs2PPE1taEMPkI7WTXWjKm4D0DJpZatD+W6pg==",
+ "dev": true,
+ "dependencies": {
+ "@cspell/cspell-bundled-dicts": "8.15.7",
+ "@cspell/cspell-pipe": "8.15.7",
+ "@cspell/cspell-resolver": "8.15.7",
+ "@cspell/cspell-types": "8.15.7",
+ "@cspell/dynamic-import": "8.15.7",
+ "@cspell/filetypes": "8.15.7",
+ "@cspell/strong-weak-map": "8.15.7",
+ "@cspell/url": "8.15.7",
"clear-module": "^4.1.2",
"comment-json": "^4.2.5",
- "cspell-config-lib": "8.15.4",
- "cspell-dictionary": "8.15.4",
- "cspell-glob": "8.15.4",
- "cspell-grammar": "8.15.4",
- "cspell-io": "8.15.4",
- "cspell-trie-lib": "8.15.4",
+ "cspell-config-lib": "8.15.7",
+ "cspell-dictionary": "8.15.7",
+ "cspell-glob": "8.15.7",
+ "cspell-grammar": "8.15.7",
+ "cspell-io": "8.15.7",
+ "cspell-trie-lib": "8.15.7",
"env-paths": "^3.0.0",
"fast-equals": "^5.0.1",
"gensequence": "^7.0.0",
@@ -4733,14 +4686,13 @@
}
},
"node_modules/cspell-trie-lib": {
- "version": "8.15.4",
- "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.15.4.tgz",
- "integrity": "sha512-sg9klsNHyrfos0Boiio+qy5d6fI9cCNjBqFYrNxvpKpwZ4gEzDzjgEKdZY1C76RD2KoBQ8I1NF5YcGc0+hhhCw==",
+ "version": "8.15.7",
+ "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.15.7.tgz",
+ "integrity": "sha512-b8WWWOx5wfhT72K43fk3dMoE4H2c1UpbCEVB2JXJ5scub7mjqoT/CRiZlw1IDfQT6BmUtJuD7sZ8NRFanF9hQA==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "@cspell/cspell-pipe": "8.15.4",
- "@cspell/cspell-types": "8.15.4",
+ "@cspell/cspell-pipe": "8.15.7",
+ "@cspell/cspell-types": "8.15.7",
"gensequence": "^7.0.0"
},
"engines": {
@@ -5576,7 +5528,6 @@
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
"dev": true,
- "license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
@@ -5657,7 +5608,6 @@
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
"dev": true,
- "license": "BSD-2-Clause",
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
@@ -5669,8 +5619,7 @@
"node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
- "license": "MIT"
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
},
"node_modules/exit-hook": {
"version": "1.1.1",
@@ -5733,7 +5682,6 @@
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz",
"integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=6.0.0"
}
@@ -5849,7 +5797,6 @@
"resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz",
"integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -5993,7 +5940,6 @@
"resolved": "https://registry.npmjs.org/gensequence/-/gensequence-7.0.0.tgz",
"integrity": "sha512-47Frx13aZh01afHJTB3zTtKIlFI6vWY+MYCN9Qpew6i52rfKjnhCF/l1YlC8UmEMvvntZZ6z4PiCcmyuedR2aQ==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=18"
}
@@ -6077,7 +6023,6 @@
"resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
"integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
"dev": true,
- "license": "MIT",
"dependencies": {
"ini": "4.1.1"
},
@@ -6158,7 +6103,6 @@
"resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz",
"integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=8"
}
@@ -6300,7 +6244,6 @@
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
"integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==",
"dev": true,
- "license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
@@ -6338,7 +6281,6 @@
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
"dev": true,
- "license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
@@ -7374,10 +7316,9 @@
}
},
"node_modules/lru-cache": {
- "version": "11.0.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
- "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
- "license": "ISC",
+ "version": "11.0.2",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz",
+ "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==",
"engines": {
"node": "20 || >=22"
}
@@ -7745,7 +7686,6 @@
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz",
"integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==",
"dev": true,
- "license": "MIT",
"dependencies": {
"callsites": "^3.1.0"
},
@@ -7872,6 +7812,7 @@
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
@@ -8596,7 +8537,6 @@
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=0.10"
}
@@ -8706,7 +8646,6 @@
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=8"
}
@@ -9414,13 +9353,12 @@
"license": "MIT"
},
"node_modules/tinyglobby": {
- "version": "0.2.9",
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.9.tgz",
- "integrity": "sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==",
+ "version": "0.2.10",
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
+ "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
"dev": true,
- "license": "MIT",
"dependencies": {
- "fdir": "^6.4.0",
+ "fdir": "^6.4.2",
"picomatch": "^4.0.2"
},
"engines": {
@@ -9432,7 +9370,6 @@
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
"integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
"dev": true,
- "license": "MIT",
"peerDependencies": {
"picomatch": "^3 || ^4"
},
@@ -9447,7 +9384,6 @@
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=12"
},
@@ -10327,24 +10263,22 @@
}
},
"node_modules/vite-plugin-svgr": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-4.2.0.tgz",
- "integrity": "sha512-SC7+FfVtNQk7So0XMjrrtLAbEC8qjFPifyD7+fs/E6aaNdVde6umlVVh0QuwDLdOMu7vp5RiGFsB70nj5yo0XA==",
- "license": "MIT",
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-4.3.0.tgz",
+ "integrity": "sha512-Jy9qLB2/PyWklpYy0xk0UU3TlU0t2UMpJXZvf+hWII1lAmRHrOUKi11Uw8N3rxoNk7atZNYO3pR3vI1f7oi+6w==",
"dependencies": {
- "@rollup/pluginutils": "^5.0.5",
+ "@rollup/pluginutils": "^5.1.3",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0"
},
"peerDependencies": {
- "vite": "^2.6.0 || 3 || 4 || 5"
+ "vite": ">=2.6.0"
}
},
"node_modules/vite-tsconfig-paths": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.0.1.tgz",
- "integrity": "sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==",
- "license": "MIT",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.0.tgz",
+ "integrity": "sha512-Y1PLGHCJfAq1Zf4YIGEsmuU/NCX1epoZx9zwSr32Gjn3aalwQHRKr5aUmbo6r0JHeHkqmWpmDg7WOynhYXw1og==",
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
@@ -10442,15 +10376,13 @@
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
"integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/vscode-uri": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz",
"integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==",
- "dev": true,
- "license": "MIT"
+ "dev": true
},
"node_modules/w3c-xmlserializer": {
"version": "5.0.0",
@@ -10784,7 +10716,6 @@
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
"integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==",
"dev": true,
- "license": "MIT",
"engines": {
"node": ">=12"
},
diff --git a/frontend/package.json b/frontend/package.json
index 0d317c7a45..e56d69e2f7 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -30,7 +30,7 @@
"jotai": "^2.10.1",
"jotai-location": "^0.5.5",
"just-debounce-it": "^3.2.0",
- "lru-cache": "^11.0.1",
+ "lru-cache": "^11.0.2",
"react": "^18.3.1",
"react-animate-height": "^3.2.2",
"react-dom": "^18.3.1",
@@ -48,8 +48,8 @@
"vega": "^5.30.0",
"vega-lite": "^5.21.0",
"vite": "^5.4.10",
- "vite-plugin-svgr": "^4.2.0",
- "vite-tsconfig-paths": "^5.0.1"
+ "vite-plugin-svgr": "^4.3.0",
+ "vite-tsconfig-paths": "^5.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
@@ -58,7 +58,7 @@
"@testing-library/react": "^16.0.1",
"@types/d3": "^7.4.0",
"@types/dom-to-image": "^2.6.7",
- "@types/node": "^22.8.1",
+ "@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-lazyload": "^3.2.0",
@@ -68,7 +68,7 @@
"@types/react-table": "^7.7.15",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
- "cspell": "^8.15.4",
+ "cspell": "^8.15.7",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"rollup-plugin-visualizer": "^5.12.0",