Skip to content
Open
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
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - @commitlint/cli from 19.2.1 to 19.4.0.
    See this package in npm: https://www.npmjs.com/package/@commitlint/cli
  - @commitlint/config-conventional from 19.1.0 to 19.2.2.
    See this package in npm: https://www.npmjs.com/package/@commitlint/config-conventional
  - @changesets/cli from 2.27.1 to 2.27.7.
    See this package in npm: https://www.npmjs.com/package/@changesets/cli
  - @changesets/get-release-plan from 4.0.0 to 4.0.3.
    See this package in npm: https://www.npmjs.com/package/@changesets/get-release-plan
  - @rollup/plugin-replace from 5.0.5 to 5.0.7.
    See this package in npm: https://www.npmjs.com/package/@rollup/plugin-replace
  - @typescript-eslint/eslint-plugin from 7.4.0 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@typescript-eslint/eslint-plugin
  - @typescript-eslint/parser from 7.4.0 to 7.18.0.
    See this package in npm: https://www.npmjs.com/package/@typescript-eslint/parser
  - eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-jsx-a11y
  - eslint-plugin-prettier from 5.1.3 to 5.2.1.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-prettier
  - eslint-plugin-react from 7.34.1 to 7.35.0.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-react
  - eslint-plugin-react-hooks from 4.6.0 to 4.6.2.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-react-hooks
  - eslint-plugin-testing-library from 6.2.0 to 6.3.0.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-testing-library
  - lint-staged from 15.2.2 to 15.2.9.
    See this package in npm: https://www.npmjs.com/package/lint-staged
  - rimraf from 5.0.5 to 5.0.10.
    See this package in npm: https://www.npmjs.com/package/rimraf

See this project in Snyk:
https://app.snyk.io/org/companykobiimports/project/694b63f2-536e-4b5d-b769-dd1f63580540?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 12, 2024
commit 02438abb353a445531d0d54e90cc8152f08373de
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"@chakra-ui/cli": "workspace:*",
"@chakra-ui/test-utils": "workspace:*",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@changesets/get-release-plan": "4.0.0",
"@changesets/cli": "2.27.7",
"@changesets/get-release-plan": "4.0.3",
"@changesets/types": "6.0.0",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@octokit/rest": "^20.0.2",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-replace": "5.0.7",
"@storybook/addon-a11y": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-themes": "^8.0.4",
Expand All @@ -73,8 +73,8 @@
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"edit-json-file": "1.8.0",
Expand All @@ -83,26 +83,26 @@
"eslint-config-prettier": "9.1.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.3.0",
"execa": "8.0.1",
"fast-glob": "^3.3.2",
"find-packages": "10.0.4",
"find-up": "^7.0.0",
"fs-extra": "11.2.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "15.2.2",
"lint-staged": "15.2.9",
"node-fetch": "3.3.2",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.5",
"rimraf": "5.0.10",
"rollup": "^4.13.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-preserve-directives": "^0.4.0",
Expand Down