mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix: CVE-2025-7783-yarn.lock
This commit is contained in:
parent
1f3d03f7f8
commit
30c7c57ee1
3 changed files with 112 additions and 7277 deletions
15
.trivyignore
Normal file
15
.trivyignore
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
**/*.md
|
||||||
|
**/*.min.js
|
||||||
|
**/*.min.css
|
||||||
|
**/*.svg
|
||||||
|
**/*.png
|
||||||
|
**/*.jpg
|
||||||
|
**/*.jpeg
|
||||||
|
**/*.gif
|
||||||
|
**/*.woff
|
||||||
|
**/*.woff2
|
||||||
|
**/*.map
|
||||||
|
**/*.webp
|
||||||
|
**/*.ico
|
||||||
|
**/*.ttf
|
||||||
|
**/*.eot
|
||||||
191
package.json
191
package.json
|
|
@ -1,96 +1,99 @@
|
||||||
{
|
{
|
||||||
"name": "anki",
|
"name": "anki",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Ankitects Pty Ltd and contributors",
|
"author": "Ankitects Pty Ltd and contributors",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "Anki JS support files",
|
"description": "Anki JS support files",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cd ts && vite dev",
|
"dev": "cd ts && vite dev",
|
||||||
"build": "cd ts && vite build",
|
"build": "cd ts && vite build",
|
||||||
"preview": "cd ts && vite preview",
|
"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: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",
|
"svelte-check": "cd ts && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
"vitest:once": "cd ts && vitest run",
|
"vitest:once": "cd ts && vitest run",
|
||||||
"vitest": "cd ts && vitest"
|
"vitest": "cd ts && vitest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bufbuild/protoc-gen-es": "^1.8.0",
|
"@bufbuild/protoc-gen-es": "^1.8.0",
|
||||||
"@poppanator/sveltekit-svg": "^5.0.0",
|
"@poppanator/sveltekit-svg": "^5.0.0",
|
||||||
"@sqltools/formatter": "^1.2.2",
|
"@sqltools/formatter": "^1.2.2",
|
||||||
"@sveltejs/adapter-static": "^3.0.0",
|
"@sveltejs/adapter-static": "^3.0.0",
|
||||||
"@sveltejs/kit": "^2.22.2",
|
"@sveltejs/kit": "^2.22.2",
|
||||||
"@sveltejs/vite-plugin-svelte": "5.1",
|
"@sveltejs/vite-plugin-svelte": "5.1",
|
||||||
"@types/bootstrap": "^5.0.12",
|
"@types/bootstrap": "^5.0.12",
|
||||||
"@types/codemirror": "^5.60.0",
|
"@types/codemirror": "^5.60.0",
|
||||||
"@types/d3": "^7.0.0",
|
"@types/d3": "^7.0.0",
|
||||||
"@types/diff": "^5.0.0",
|
"@types/diff": "^5.0.0",
|
||||||
"@types/fabric": "^5.3.7",
|
"@types/fabric": "^5.3.7",
|
||||||
"@types/jquery": "^3.5.0",
|
"@types/jquery": "^3.5.0",
|
||||||
"@types/jqueryui": "^1.12.13",
|
"@types/jqueryui": "^1.12.13",
|
||||||
"@types/lodash-es": "^4.17.4",
|
"@types/lodash-es": "^4.17.4",
|
||||||
"@types/marked": "^5.0.0",
|
"@types/marked": "^5.0.0",
|
||||||
"@types/node": "^22",
|
"@types/node": "^22",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||||
"@typescript-eslint/parser": "^5.60.1",
|
"@typescript-eslint/parser": "^5.60.1",
|
||||||
"caniuse-lite": "^1.0.30001431",
|
"caniuse-lite": "^1.0.30001431",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
"diff": "^5.0.0",
|
"diff": "^5.0.0",
|
||||||
"dprint": "^0.47.2",
|
"dprint": "^0.47.2",
|
||||||
"esbuild": "^0.25.3",
|
"esbuild": "^0.25.3",
|
||||||
"esbuild-sass-plugin": "^3.3.1",
|
"esbuild-sass-plugin": "^3.3.1",
|
||||||
"esbuild-svelte": "^0.9.2",
|
"esbuild-svelte": "^0.9.2",
|
||||||
"eslint": "^8.44.0",
|
"eslint": "^8.44.0",
|
||||||
"eslint-plugin-compat": "^4.1.4",
|
"eslint-plugin-compat": "^4.1.4",
|
||||||
"eslint-plugin-import": "^2.25.4",
|
"eslint-plugin-import": "^2.25.4",
|
||||||
"eslint-plugin-svelte": "^2",
|
"eslint-plugin-svelte": "^2",
|
||||||
"license-checker-rseidelsohn": "=4.3.0",
|
"license-checker-rseidelsohn": "=4.3.0",
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.4.2",
|
||||||
"prettier-plugin-svelte": "^3.3.2",
|
"prettier-plugin-svelte": "^3.3.2",
|
||||||
"sass": "<1.77",
|
"sass": "<1.77",
|
||||||
"svelte": "^5.34.9",
|
"svelte": "^5.34.9",
|
||||||
"svelte-check": "^4.2.2",
|
"svelte-check": "^4.2.2",
|
||||||
"svelte-preprocess": "^6.0.3",
|
"svelte-preprocess": "^6.0.3",
|
||||||
"svelte-preprocess-esbuild": "^3.0.1",
|
"svelte-preprocess-esbuild": "^3.0.1",
|
||||||
"svgo": "^3.2.0",
|
"svgo": "^3.2.0",
|
||||||
"tslib": "^2.0.3",
|
"tslib": "^2.0.3",
|
||||||
"tsx": "^4.8.1",
|
"tsx": "^4.8.1",
|
||||||
"typescript": "^5.0.4",
|
"typescript": "^5.0.4",
|
||||||
"vite": "6",
|
"vite": "6",
|
||||||
"vitest": "^3"
|
"vitest": "^3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bufbuild/protobuf": "^1.2.1",
|
"@bufbuild/protobuf": "^1.2.1",
|
||||||
"@floating-ui/dom": "^1.4.3",
|
"@floating-ui/dom": "^1.4.3",
|
||||||
"@fluent/bundle": "^0.18.0",
|
"@fluent/bundle": "^0.18.0",
|
||||||
"@mdi/svg": "^7.0.96",
|
"@mdi/svg": "^7.0.96",
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
"bootstrap": "^5.3.0",
|
"bootstrap": "^5.3.0",
|
||||||
"bootstrap-icons": "^1.10.5",
|
"bootstrap-icons": "^1.10.5",
|
||||||
"codemirror": "^5.63.1",
|
"codemirror": "^5.63.1",
|
||||||
"d3": "^7.0.0",
|
"d3": "^7.0.0",
|
||||||
"fabric": "^5.3.0",
|
"fabric": "^5.3.0",
|
||||||
"hammerjs": "^2.0.8",
|
"hammerjs": "^2.0.8",
|
||||||
"intl-pluralrules": "^2.0.0",
|
"intl-pluralrules": "^2.0.0",
|
||||||
"jquery": "^3.5.1",
|
"jquery": "^3.5.1",
|
||||||
"jquery-ui-dist": "^1.12.1",
|
"jquery-ui-dist": "^1.12.1",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"lru-cache": "^10.2.0",
|
"lru-cache": "^10.2.0",
|
||||||
"marked": "^5.1.0",
|
"marked": "^5.1.0",
|
||||||
"mathjax": "^3.1.2"
|
"mathjax": "^3.1.2"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"canvas": "npm:empty-npm-package@1.0.0",
|
"canvas": "npm:empty-npm-package@1.0.0",
|
||||||
"cookie": "0.7.0",
|
"cookie": "0.7.0",
|
||||||
"vite": "6"
|
"vite": "6",
|
||||||
},
|
"form-data": "4.0.4",
|
||||||
"browserslist": [
|
"**/form-data": "4.0.4",
|
||||||
"defaults",
|
"**/**/form-data": "4.0.4"
|
||||||
"not op_mini all",
|
},
|
||||||
"not < 1%",
|
"browserslist": [
|
||||||
"Chrome 77",
|
"defaults",
|
||||||
"iOS 14.5"
|
"not op_mini all",
|
||||||
],
|
"not < 1%",
|
||||||
"type": "module",
|
"Chrome 77",
|
||||||
"packageManager": "yarn@4.6.0"
|
"iOS 14.5"
|
||||||
|
],
|
||||||
|
"type": "module",
|
||||||
|
"packageManager": "yarn@4.6.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue