mirror of
https://github.com/ankitects/anki.git
synced 2026-09-10 06:20:47 -04:00
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.21. <details> <summary>Commits</summary> <ul> <li><a href="0cd9cc3c58"><code>0cd9cc3</code></a> 7.5.21</li> <li><a href="631ae59121"><code>631ae59</code></a> list: prevent unbounded recursion</li> <li><a href="ebbb720941"><code>ebbb720</code></a> 7.5.20</li> <li><a href="2f271963a7"><code>2f27196</code></a> fix: fully disable and dispose of unzip when aborting parser</li> <li><a href="be440da64e"><code>be440da</code></a> 7.5.19</li> <li><a href="2812e93386"><code>2812e93</code></a> add maxDecompressionRatio guard against explosive decompression</li> <li><a href="9ecd4d2956"><code>9ecd4d2</code></a> 7.5.18</li> <li><a href="9e78bf058b"><code>9e78bf0</code></a> refuse to let header size be less than 0</li> <li><a href="e02a4e9e01"><code>e02a4e9</code></a> pax: parse values according to known types</li> <li><a href="9cbdb31e5e"><code>9cbdb31</code></a> 7.5.17</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.21">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for tar since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ankitects/anki/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fernando Lins <1887601+fernandolins@users.noreply.github.com>
105 lines
3.4 KiB
JSON
105 lines
3.4 KiB
JSON
{
|
|
"name": "anki",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": "Ankitects Pty Ltd and contributors",
|
|
"license": "AGPL-3.0-or-later",
|
|
"description": "Anki JS support files",
|
|
"scripts": {
|
|
"dev": "cd ts && vite dev",
|
|
"build": "cd ts && vite build",
|
|
"preview": "cd ts && vite preview",
|
|
"svelte-check:once": "cd ts && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --fail-on-warnings --threshold warning",
|
|
"svelte-check": "cd ts && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"vitest:once": "cd ts && vitest run",
|
|
"vitest": "cd ts && vitest",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^1.8.0",
|
|
"@playwright/test": "^1.60.0",
|
|
"@poppanator/sveltekit-svg": "^5.0.0",
|
|
"@sqltools/formatter": "^1.2.2",
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.60.1",
|
|
"@sveltejs/vite-plugin-svelte": "5.1",
|
|
"@types/bootstrap": "^5.0.12",
|
|
"@types/codemirror": "^5.60.0",
|
|
"@types/d3": "^7.0.0",
|
|
"@types/diff": "^5.0.0",
|
|
"@types/fabric": "^5.3.7",
|
|
"@types/jquery": "^3.5.0",
|
|
"@types/jqueryui": "^1.12.24",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/marked": "^5.0.0",
|
|
"@types/node": "^22",
|
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
"@typescript-eslint/parser": "^5.60.1",
|
|
"@vitest/coverage-v8": "3.2.6",
|
|
"caniuse-lite": "^1.0.30001792",
|
|
"cross-env": "^7.0.2",
|
|
"diff": "^5.0.0",
|
|
"dprint": "^0.54.0",
|
|
"esbuild": "^0.28.0",
|
|
"esbuild-sass-plugin": "^3.7.0",
|
|
"esbuild-svelte": "^0.9.5",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-compat": "^4.1.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-svelte": "^2",
|
|
"license-checker-rseidelsohn": "=4.4.2",
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-svelte": "^3.5.2",
|
|
"sass": "<1.100",
|
|
"svelte": "^5.55.7",
|
|
"svelte-check": "^4.4.8",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"svelte-preprocess-esbuild": "^3.0.1",
|
|
"svgo": "^3.3.3",
|
|
"tslib": "^2.8.1",
|
|
"tsx": "^4.22.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "6",
|
|
"vitest": "^3"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^1.2.1",
|
|
"@floating-ui/dom": "^1.7.6",
|
|
"@fluent/bundle": "^0.19.1",
|
|
"@mdi/svg": "^7.0.96",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"codemirror": "^5.63.1",
|
|
"d3": "^7.0.0",
|
|
"fabric": "^5.3.0",
|
|
"hammerjs": "^2.0.8",
|
|
"intl-pluralrules": "^2.0.0",
|
|
"jquery": "^3.5.1",
|
|
"jquery-ui-dist": "^1.12.1",
|
|
"lodash-es": "^4.18.1",
|
|
"lru-cache": "^10.2.0",
|
|
"marked": "^5.1.0",
|
|
"mathjax": "^3.1.2"
|
|
},
|
|
"resolutions": {
|
|
"canvas": "npm:empty-npm-package@1.0.0",
|
|
"cookie": "0.7.0",
|
|
"devalue": "^5.8.0",
|
|
"tar": "^7.5.21",
|
|
"vite": "6",
|
|
"js-yaml": "^4.1.1",
|
|
"glob": "^10.5.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"not op_mini all",
|
|
"not < 1%",
|
|
"Chrome 77",
|
|
"iOS 14.5"
|
|
],
|
|
"type": "module",
|
|
"packageManager": "yarn@4.11.0"
|
|
}
|