Skip to content

Commit

Permalink
chore: 🔧 update dependencies across multiple packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Nov 7, 2024
1 parent f979f59 commit efb372c
Show file tree
Hide file tree
Showing 9 changed files with 312 additions and 844 deletions.
843 changes: 248 additions & 595 deletions THIRD_PARTY_LICENSES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.4",
"astro": "^4.16.8",
"@astrojs/starlight": "^0.28.6",
"astro": "^4.16.10",
"rehype-mermaid": "^3.0.0",
"starlight-blog": "^0.14.1",
"typescript": "5.6.3",
Expand Down
16 changes: 8 additions & 8 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
stream-replace-string "^2.0.0"
zod "^3.23.8"

"@astrojs/starlight@^0.28.4":
"@astrojs/starlight@^0.28.6":
version "0.28.6"
resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.28.6.tgz#927abaa727b6860630dda94799d6bb5009acfe14"
integrity sha512-lY+rbRMIVxDGiXhS4lBuVrU2jTUezEt4QeTxUTHxfj2tuKBwquG7Jg+alON6l+uaV+anbOkFb001MMXZF8X85w==
Expand Down Expand Up @@ -1545,7 +1545,7 @@ [email protected]:
marked-smartypants "^1.1.6"
ultrahtml "^1.5.3"

astro@^4.16.8:
astro@^4.16.10:
version "4.16.10"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.10.tgz#8495947d6e405104f312ee06643a44078c22fc0c"
integrity sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ==
Expand Down Expand Up @@ -1686,9 +1686,9 @@ camelcase@^8.0.0:
integrity sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==

caniuse-lite@^1.0.30001669:
version "1.0.30001677"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz#27c2e2c637e007cfa864a16f7dfe7cde66b38b5f"
integrity sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==
version "1.0.30001678"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001678.tgz#b930b04cd0b295136405634aa32ad540d7eeb71e"
integrity sha512-RR+4U/05gNtps58PEBDZcPWTgEO2MBeoPZ96aQcjmfkBWRIDfN451fW2qyDA9/+HohLLIL5GqiMwA+IB1pWarw==

ccount@^2.0.0:
version "2.0.1"
Expand Down Expand Up @@ -2253,9 +2253,9 @@ dset@^3.1.3, dset@^3.1.4:
integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==

electron-to-chromium@^1.5.41:
version "1.5.52"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.52.tgz#2bed832c95a56a195504f918150e548474687da8"
integrity sha512-xtoijJTZ+qeucLBDNztDOuQBE1ksqjvNjvqFoST3nGC7fSpqJ+X6BdTBaY5BHG+IhWWmpc6b/KfpeuEDupEPOQ==
version "1.5.53"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.53.tgz#bbae15eb887d00e511e175eba5a7db7902377838"
integrity sha512-7F6qFMWzBArEFK4PLE+c+nWzhS1kIoNkQvGnNDogofxQAym+roQ0GUIdw6C/4YdJ6JKGp19c2a/DLcfKTi4wRQ==

emmet@^2.4.3:
version "2.4.11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"devDependencies": {
"@inquirer/prompts": "^7.0.1",
"glob": "^11.0.0",
"npm-check-updates": "^17.1.9",
"npm-check-updates": "^17.1.10",
"prettier": "^3.3.3",
"zx": "^8.2.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"@octokit/plugin-throttling": "^9.3.2",
"@octokit/rest": "^21.0.2",
"dockerode": "^4.0.2",
"gpt-tokenizer": "^2.5.1",
"gpt-tokenizer": "^2.6.0",
"html-to-text": "^9.0.5",
"jimp": "^1.6.0",
"mammoth": "^1.8.0",
"mathjs": "^13.2.0",
"pdfjs-dist": "4.7.76",
"mathjs": "^13.2.1",
"pdfjs-dist": "4.8.69",
"playwright": "^1.48.2",
"tabletojson": "^4.1.4",
"tabletojson": "^4.1.5",
"tree-sitter-wasms": "^0.1.11",
"tsx": "^4.19.2",
"turndown": "^7.2.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"memorystream": "^0.3.1",
"node-sarif-builder": "^3.2.0",
"octokit": "^4.0.2",
"openai": "^4.70.0",
"openai": "^4.71.1",
"pretty-bytes": "^6.1.1",
"replace-ext": "^2.0.0",
"ws": "^8.18.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"optionalDependencies": {
"@lvce-editor/ripgrep": "^1.4.0",
"pdfjs-dist": "4.7.76",
"pdfjs-dist": "4.8.69",
"web-tree-sitter": "0.22.2"
},
"devDependencies": {
Expand Down Expand Up @@ -48,24 +48,24 @@
"fetch-retry": "^6.0.0",
"fflate": "^0.8.2",
"file-type": "19.1.1",
"gpt-tokenizer": "^2.5.1",
"gpt-tokenizer": "^2.6.0",
"html-escaper": "^3.0.3",
"html-to-text": "^9.0.5",
"ignore": "^6.0.2",
"inflection": "^3.0.0",
"ini": "^5.0.0",
"jimp": "^1.6.0",
"json5": "^2.2.3",
"jsonrepair": "^3.9.0",
"jsonrepair": "^3.10.0",
"magic-string": "^0.30.12",
"mammoth": "^1.8.0",
"mathjs": "^13.2.0",
"mathjs": "^13.2.1",
"mime-types": "^2.1.35",
"minimatch": "^10.0.1",
"minisearch": "^7.1.0",
"mustache": "^4.2.0",
"object-inspect": "^1.13.2",
"openai": "^4.70.0",
"openai": "^4.71.1",
"p-limit": "^6.1.0",
"parse-diff": "^0.11.1",
"prettier": "^3.3.3",
Expand All @@ -74,7 +74,7 @@
"semver": "^7.6.3",
"serialize-error": "^11.0.3",
"shell-quote": "^1.8.1",
"tabletojson": "^4.1.4",
"tabletojson": "^4.1.5",
"toml": "^3.0.0",
"tree-sitter-wasms": "^0.1.11",
"ts-dedent": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/vscode": "^1.93.0",
"@vscode/vsce": "^3.2.0",
"@vscode/vsce": "^3.2.1",
"assert": "^2.1.0",
"es-toolkit": "^1.26.1",
"markdown-it-github-alerts": "^0.3.0",
Expand Down
18 changes: 9 additions & 9 deletions slides/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2068,9 +2068,9 @@ cacheable-request@^10.2.8:
responselike "^3.0.0"

caniuse-lite@^1.0.30001669:
version "1.0.30001677"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz#27c2e2c637e007cfa864a16f7dfe7cde66b38b5f"
integrity sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==
version "1.0.30001678"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001678.tgz#b930b04cd0b295136405634aa32ad540d7eeb71e"
integrity sha512-RR+4U/05gNtps58PEBDZcPWTgEO2MBeoPZ96aQcjmfkBWRIDfN451fW2qyDA9/+HohLLIL5GqiMwA+IB1pWarw==

ccount@^2.0.0:
version "2.0.1"
Expand Down Expand Up @@ -2267,9 +2267,9 @@ cose-base@^2.2.0:
layout-base "^2.0.0"

cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
version "7.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
Expand Down Expand Up @@ -2763,9 +2763,9 @@ [email protected]:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.5.41:
version "1.5.52"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.52.tgz#2bed832c95a56a195504f918150e548474687da8"
integrity sha512-xtoijJTZ+qeucLBDNztDOuQBE1ksqjvNjvqFoST3nGC7fSpqJ+X6BdTBaY5BHG+IhWWmpc6b/KfpeuEDupEPOQ==
version "1.5.53"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.53.tgz#bbae15eb887d00e511e175eba5a7db7902377838"
integrity sha512-7F6qFMWzBArEFK4PLE+c+nWzhS1kIoNkQvGnNDogofxQAym+roQ0GUIdw6C/4YdJ6JKGp19c2a/DLcfKTi4wRQ==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down
Loading

0 comments on commit efb372c

Please sign in to comment.