Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @types/node from 20.15.0 to 20.16.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - typescript from 5.4.5 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/qdraw/project/bbdff2e9-c178-4c19-95a4-25a6fc42f2ba?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent c89ff7c commit 85e62bd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
45 changes: 23 additions & 22 deletions starsky-tools/end2end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions starsky-tools/end2end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"update:yes": "npm run update:install"
},
"devDependencies": {
"@types/node": "^20.15.0",
"@types/node": "^20.16.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cypress": "^13.13.3",
Expand All @@ -32,6 +32,6 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}

0 comments on commit 85e62bd

Please sign in to comment.