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/react from 18.3.3 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - @types/node from 20.14.15 to 20.16.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - core-js from 3.38.0 to 3.38.1.
    See this package in npm: https://www.npmjs.com/package/core-js
  - eslint-plugin-react-refresh from 0.4.9 to 0.4.11.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-react-refresh
  - react-router-dom from 6.26.0 to 6.26.1.
    See this package in npm: https://www.npmjs.com/package/react-router-dom
  - ts-jest from 29.2.4 to 29.2.5.
    See this package in npm: https://www.npmjs.com/package/ts-jest
  - vite from 5.4.0 to 5.4.2.
    See this package in npm: https://www.npmjs.com/package/vite

See this project in Snyk:
https://app.snyk.io/org/qdraw/project/20b3e2d1-b801-4606-bac8-c1fe370bf58c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent c89ff7c commit 704e53c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 63 deletions.
116 changes: 60 additions & 56 deletions starsky/starsky/clientapp/package-lock.json

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

14 changes: 7 additions & 7 deletions starsky/starsky/clientapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"update:checkupdates": "npx --yes npm-check-updates -u && npm install"
},
"dependencies": {
"core-js": "^3.38.0",
"core-js": "^3.38.1",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0"
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.3.0",
Expand All @@ -41,8 +41,8 @@
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.14.15",
"@types/react": "^18.2.55",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.3.0",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -62,10 +62,10 @@
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"storybook": "^8.3.0",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.2.6"
"vite": "^5.4.2"
},
"jest": {
"testEnvironment": "jest-environment-jsdom",
Expand Down

0 comments on commit 704e53c

Please sign in to comment.