Skip to content

Commit

Permalink
Update dependencies + fix npm ip security issue
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Apr 8, 2024
1 parent d1272ff commit cb4ea5e
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.57.0-sdk",
"version": "9.0.0-sdk",
"main": "./lib/api.js",
"type": "commonjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.4.3-sdk",
"version": "5.4.4-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@
"@types/uuid": "^9.0.8",
"@types/vscode": "^1.87.0",
"@types/which": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"rollup": "^4.13.1",
"rollup": "^4.14.1",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"adm-zip": "^0.5.12",
Expand Down
Loading

0 comments on commit cb4ea5e

Please sign in to comment.