Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update axios dependency [IDE-155] #432

Merged
merged 4 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ yarn-error.log
#################################
.idea/
*.iml
.vscode/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔝 !!


#################################
# Logs and temp files #
Expand Down
21 changes: 0 additions & 21 deletions .vscode/settings.json

This file was deleted.

560 changes: 93 additions & 467 deletions package-lock.json

Large diffs are not rendered by default.

27 changes: 3 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
],
"activationEvents": [
"onWebviewPanel:snyk.views.suggestion.code",
"onWebviewPanel:snyk.views.suggestion.oss",
"*"
"onWebviewPanel:snyk.views.suggestion.oss"
],
"main": "./out/extension.js",
"types": "./out/extension.d.ts",
Expand All @@ -62,13 +61,6 @@
"markdownDescription": "Send error reports to Snyk",
"scope": "application"
},
"snyk.yesTelemetry": {
"//": "Name starts with y to put it at the end, as configs are sorted alphabetically",
"type": "boolean",
"default": true,
"markdownDescription": "Send usage statistics to Snyk",
"scope": "application"
},
"snyk.yesWelcomeNotification": {
"//": "Name starts with y to put it at the end, as configs are sorted alphabetically",
"type": "boolean",
Expand Down Expand Up @@ -207,14 +199,7 @@
"title": "Preview feature toggles",
"description": "Preview features that are currently in development. Setting keys will be removed when features become stable.",
"propertyNames": true,
"properties": {
"advisor": {
"type": "boolean",
"title": "Enable \"Snyk Advisor\"",
"description": "Discover the health (maintenance, community, popularity & security) status of your open source packages.",
"default": false
}
}
"properties": {}
}
}
}
Expand Down Expand Up @@ -395,7 +380,6 @@
},
"devDependencies": {
"@amplitude/ampli": "^1.29.0",
"@types/analytics-node": "^3.1.4",
"@types/babel__traverse": "^7.12.2",
"@types/find-package-json": "^1.2.2",
"@types/glob": "^8.1.0",
Expand Down Expand Up @@ -432,15 +416,10 @@
"@babel/parser": "^7.12.11",
"@babel/traverse": "^7.12.12",
"@babel/types": "^7.12.12",
"@itly/plugin-amplitude-node": "^2.5.0",
"@itly/plugin-schema-validator": "^2.4.0",
"@itly/plugin-segment-node": "^2.4.0",
"@itly/sdk": "^2.3.1",
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.19.7",
"@snyk/code-client": "^4.23.2",
"analytics-node": "^4.0.1",
"axios": "^1.6.3",
"axios": "^1.6.7",
"glob": "^9.3.5",
"he": "^1.2.0",
"htmlparser2": "^7.2.0",
Expand Down
Loading
Loading