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.2.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - cypress from 13.13.3 to 13.14.1.
    See this package in npm: https://www.npmjs.com/package/cypress

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 21, 2024
1 parent d8901f2 commit 24f2154
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 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,10 +23,10 @@
"update:yes": "npm run update:install"
},
"devDependencies": {
"@types/node": "^20.15.0",
"@types/node": "^20.16.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cypress": "^13.13.3",
"cypress": "^13.14.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit 24f2154

Please sign in to comment.