Skip to content

Commit

Permalink
Update dependencies and licenses across multiple packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 1, 2024
1 parent a64b1be commit e682a88
Show file tree
Hide file tree
Showing 8 changed files with 409 additions and 428 deletions.
10 changes: 5 additions & 5 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ MIT License

The following npm package may be included in this product:

- genaiscript-vscode@1.58.1
- genaiscript-vscode@1.59.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -4431,9 +4431,9 @@ The following npm packages may be included in this product:
- @tokenizer/token@0.3.0
- [email protected]
- [email protected]
- genaiscript-core-internal@1.58.1
- genaiscript-sample@1.58.1
- genaiscript@1.58.1
- genaiscript-core-internal@1.59.0
- genaiscript-sample@1.59.0
- genaiscript@1.59.0
- [email protected]
- [email protected]
- [email protected]
Expand Down Expand Up @@ -5706,7 +5706,7 @@ SOFTWARE.

The following npm packages may be included in this product:

- @octokit/plugin-paginate-rest@11.3.4
- @octokit/plugin-paginate-rest@11.3.5
- @octokit/plugin-rest-endpoint-methods@13.2.5
- @octokit/types@13.6.0

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.28.2",
"astro": "^4.15.9",
"astro": "^4.15.10",
"typescript": "5.6.2"
},
"devDependencies": {
Expand Down
395 changes: 188 additions & 207 deletions docs/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@azure/identity": "^4.4.1",
"@inquirer/prompts": "^6.0.1",
"@lvce-editor/ripgrep": "^1.2.0",
"@octokit/plugin-paginate-rest": "^11.3.4",
"@octokit/plugin-paginate-rest": "^11.3.5",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/rest": "^21.0.2",
Expand Down Expand Up @@ -75,15 +75,15 @@
"commander": "^12.1.0",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"es-toolkit": "^1.22.0",
"es-toolkit": "^1.23.0",
"esbuild": "^0.24.0",
"execa": "^9.4.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"memorystream": "^0.3.1",
"node-sarif-builder": "^3.2.0",
"octokit": "^4.0.2",
"openai": "^4.65.0",
"openai": "^4.67.0",
"pretty-bytes": "^6.1.1",
"replace-ext": "^2.0.0",
"ws": "^8.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@azure/identity": "^4.4.1",
"@huggingface/jinja": "^0.3.1",
"@octokit/plugin-paginate-rest": "^11.3.4",
"@octokit/plugin-paginate-rest": "^11.3.5",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/rest": "^21.0.2",
Expand All @@ -40,7 +40,7 @@
"csv-stringify": "^6.5.1",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"es-toolkit": "^1.22.0",
"es-toolkit": "^1.23.0",
"esbuild": "^0.24.0",
"fast-xml-parser": "^4.5.0",
"fetch-retry": "^6.0.0",
Expand All @@ -62,7 +62,7 @@
"minimatch": "^10.0.1",
"minisearch": "^7.1.0",
"mustache": "^4.2.0",
"openai": "^4.65.0",
"openai": "^4.67.0",
"p-limit": "^6.1.0",
"parse-diff": "^0.11.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"@types/vscode": "^1.93.0",
"@vscode/vsce": "^3.1.0",
"assert": "^2.1.0",
"es-toolkit": "^1.22.0",
"es-toolkit": "^1.23.0",
"eslint": "^9.11.1",
"markdown-it-github-alerts": "^0.3.0",
"process": "^0.11.10",
Expand Down
386 changes: 193 additions & 193 deletions slides/yarn.lock

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1190,10 +1190,10 @@
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-5.2.3.tgz#19882ff4694066b0937aea85b7e8eac512df4e9a"
integrity sha512-EzFueuXVU3VHv5FwEXbdznn9EmyF0vA5LGDX6a8fJ9YJAlDgdYHRKJMO4Ghl2PPPJBxIPMDUJMnlUHqcvP7AnQ==

"@octokit/plugin-paginate-rest@^11.0.0", "@octokit/plugin-paginate-rest@^11.3.4":
version "11.3.4"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.4.tgz#68c834beb721a4b5919cb98987b40e69099b5f30"
integrity sha512-lqBHWiuI468XJ/o06Eg6hgACGXwikyHUzoYs/Y3gA1uVzPldxSeuEiCLAZRy4ovaAJozjds18ni2wgdT1oWtDQ==
"@octokit/plugin-paginate-rest@^11.0.0", "@octokit/plugin-paginate-rest@^11.3.5":
version "11.3.5"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.5.tgz#a1929b3ba3dc7b63bc73bb6d3c7a3faf2a9c7649"
integrity sha512-cgwIRtKrpwhLoBi0CUNuY83DPGRMaWVjqVI/bGKsLJ4PzyWZNaEmhHroI2xlrVXkk6nFv0IsZpOp+ZWSWUS2AQ==
dependencies:
"@octokit/types" "^13.6.0"

Expand Down Expand Up @@ -1670,9 +1670,9 @@
"@vscode/vsce-sign-win32-x64" "2.0.2"

"@vscode/vsce@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.1.0.tgz#e21d49575469c735a94eb99bc4105b7be7349c9b"
integrity sha512-fwdfp1Ol+bZtlSGkpcd/nztfo6+SVsTOMWjZ/+a88lVtUn7gXNbSu7dbniecl5mz4vINl+oaVDVtVdGbJDApmw==
version "3.1.1"
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.1.1.tgz#b18b44796d9e5b7a48a3a1e89f93def9c3b338b9"
integrity sha512-N62Ca9ElRPLUUzf7l9CeEBlLrYzFPRQq7huKk4pVW+LjIOSXfFIPudixn5QvZcz+yXDOh15IopI3K2o3y9666Q==
dependencies:
"@azure/identity" "^4.1.0"
"@vscode/vsce-sign" "^2.0.0"
Expand Down Expand Up @@ -2670,10 +2670,10 @@ es-errors@^1.3.0:
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==

es-toolkit@^1.22.0:
version "1.22.0"
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.22.0.tgz#7799c087cc231d1a0059dc407c25bcd1bc58d31b"
integrity sha512-0mvZ7as1Irwi+i5BNTM4Lrt5NnZGz4TcMIG8FTUuqI6GswziFGPHrmVlK+kkafSqhofKKVs6gn0GSGZiWVxAHw==
es-toolkit@^1.23.0:
version "1.23.0"
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.23.0.tgz#78909817f86c3a7b18069ebad1c097fb2163728f"
integrity sha512-1Caq9T90fX973dnm8BIEBN9l9pffbxxbZYZYwIy/B4g8oFwNTMcbbqzvIWV4XVZlHY6A8RLZvI/3agxF0CmOPA==

es5-ext@^0.10.35, es5-ext@^0.10.62, es5-ext@^0.10.63, es5-ext@^0.10.64, es5-ext@~0.10.14:
version "0.10.64"
Expand Down Expand Up @@ -4654,10 +4654,10 @@ openai@^3.2.1:
axios "^0.26.0"
form-data "^4.0.0"

openai@^4.65.0:
version "4.65.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.65.0.tgz#97878efc00013b13b946b1be15a586bb4b125c62"
integrity sha512-LfA4KUBpH/8rA3vjCQ74LZtdK/8wx9W6Qxq8MHqEdImPsN1XPQ2ompIuJWkKS6kXt5Cs5i8Eb65IIo4M7U+yeQ==
openai@^4.67.0:
version "4.67.0"
resolved "https://registry.yarnpkg.com/openai/-/openai-4.67.0.tgz#94f46fc2e98445fab8b70d62fc684a6b6680402e"
integrity sha512-jdsPSEdZbUNVtvEFE/eeL4FjKavyVMJJEdGMZk9vExglqUrblEcFxi3LK2WhskhrYKAU1MgJAI+dK9pDcA5z5w==
dependencies:
"@types/node" "^18.11.18"
"@types/node-fetch" "^2.6.4"
Expand Down

0 comments on commit e682a88

Please sign in to comment.