fix: koa related dependabot alerts (#15868)
Resolves [Dependabot Alert 256](https://github.com/twentyhq/twenty/security/dependabot/256) and [Dependabot Alert 296](https://github.com/twentyhq/twenty/security/dependabot/296). This is a major bump for `nx` and related packages. Used the CLI to run nx migrations as recommended by the maintainers. Tested building, testing and linting packages after resetting the daemon, and did not come across a breaking issue.
This commit is contained in:
@@ -280,7 +280,7 @@
|
||||
}
|
||||
},
|
||||
"installation": {
|
||||
"version": "21.3.11"
|
||||
"version": "22.0.3"
|
||||
},
|
||||
"generators": {
|
||||
"@nx/react": {
|
||||
|
||||
+9
-9
@@ -75,14 +75,14 @@
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.4",
|
||||
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
|
||||
"@nx/eslint": "21.3.11",
|
||||
"@nx/eslint-plugin": "21.3.11",
|
||||
"@nx/jest": "21.3.11",
|
||||
"@nx/js": "21.3.11",
|
||||
"@nx/react": "21.3.11",
|
||||
"@nx/storybook": "21.3.11",
|
||||
"@nx/vite": "21.3.11",
|
||||
"@nx/web": "21.3.11",
|
||||
"@nx/eslint": "22.0.3",
|
||||
"@nx/eslint-plugin": "22.0.3",
|
||||
"@nx/jest": "22.0.3",
|
||||
"@nx/js": "22.0.3",
|
||||
"@nx/react": "22.0.3",
|
||||
"@nx/storybook": "22.0.3",
|
||||
"@nx/vite": "22.0.3",
|
||||
"@nx/web": "22.0.3",
|
||||
"@sentry/types": "^8",
|
||||
"@storybook/addon-actions": "8.6.14",
|
||||
"@storybook/addon-coverage": "^1.0.0",
|
||||
@@ -175,7 +175,7 @@
|
||||
"jsdom": "~22.1.0",
|
||||
"msw": "^2.0.11",
|
||||
"msw-storybook-addon": "^2.0.5",
|
||||
"nx": "21.3.11",
|
||||
"nx": "22.0.3",
|
||||
"prettier": "^3.1.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"rimraf": "^5.0.5",
|
||||
|
||||
Reference in New Issue
Block a user