chore: upgrade all dependencies with vulnerabilities#5183
chore: upgrade all dependencies with vulnerabilities#5183timotheeguerin merged 3 commits intomainfrom
Conversation
…rush changelogs Agent-Logs-Url: https://github.com/Azure/autorest/sessions/1c294d8f-ce05-4ec6-b67d-019c2b83fdfc Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/2c2et3nx --use:https://tinyurl.com/2adj27yvor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/2c2et3nx"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/2adj27yv"If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
Agent-Logs-Url: https://github.com/Azure/autorest/sessions/09b152b4-9085-47dc-810c-1c387304e81c Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@copilot the test are failing in openapi converter |
…sions Agent-Logs-Url: https://github.com/Azure/autorest/sessions/8c4d4647-3836-4fc0-a85f-c7dc07c08002 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
The issue was that Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/2bztwegr --use:https://tinyurl.com/265zrh64or use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/2bztwegr"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/265zrh64"If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/28caxvca --use:https://tinyurl.com/2dbufl9gor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/28caxvca"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/2dbufl9g"If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
Upgrades direct dependencies in package.json files to fix transitive vulnerability issues, and refreshes the lockfile via conservative
rush update.Changes Made
copy-webpack-plugin^13.0.0→^14.0.0inpackages/apps/autorest/package.jsonandpackages/extensions/core/package.json(fixes serialize-javascript RCE vulnerability)node-gyp^10.0.1→^11.0.0inpackages/tools/compare/package.json(fixes tar path traversal vulnerabilities)pnpm-lock.yamlusing conservativerush update(not--full) to preserve TypeSpec dependency versions and avoid breaking openapi-to-typespec testsVulnerabilities Fixed
Testing