Skip to content

Commit 15e1df4

Browse files
authored
chore: fix Mend security vulnerabilities (#714)
1 parent da0521e commit 15e1df4

3 files changed

Lines changed: 646 additions & 451 deletions

File tree

package.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@
5757
"@eslint/eslintrc": "^3.0.0",
5858
"@eslint/js": "~9.39.0",
5959
"@evilmartians/lefthook": "^2.1.4",
60-
"@nx/devkit": "22.6.5",
61-
"@nx/eslint": "22.6.5",
62-
"@nx/eslint-plugin": "22.6.5",
63-
"@nx/express": "22.6.5",
64-
"@nx/jest": "22.6.5",
65-
"@nx/js": "22.6.5",
66-
"@nx/playwright": "22.6.5",
67-
"@nx/plugin": "22.6.5",
68-
"@nx/vite": "22.6.5",
69-
"@nx/vitest": "22.6.5",
70-
"@nx/web": "22.6.5",
71-
"@nx/workspace": "22.6.5",
60+
"@nx/devkit": "22.7.6",
61+
"@nx/eslint": "22.7.6",
62+
"@nx/eslint-plugin": "22.7.6",
63+
"@nx/express": "22.7.6",
64+
"@nx/jest": "22.7.6",
65+
"@nx/js": "22.7.6",
66+
"@nx/playwright": "22.7.6",
67+
"@nx/plugin": "22.7.6",
68+
"@nx/vite": "22.7.6",
69+
"@nx/vitest": "22.7.6",
70+
"@nx/web": "22.7.6",
71+
"@nx/workspace": "22.7.6",
7272
"@playwright/test": "^1.47.2",
7373
"@swc-node/register": "1.11.1",
7474
"@swc/cli": "0.8.1",
@@ -83,7 +83,7 @@
8383
"@typescript-eslint/typescript-estree": "8.23.0",
8484
"@typescript-eslint/utils": "^8.13.0",
8585
"@vitest/coverage-v8": "catalog:vitest",
86-
"@vitest/ui": "3.2.4",
86+
"@vitest/ui": "3.2.6",
8787
"conventional-changelog-conventionalcommits": "^8.0.0",
8888
"cz-conventional-changelog": "^3.3.0",
8989
"cz-git": "^1.6.1",
@@ -98,7 +98,7 @@
9898
"jsdom": "27.4.0",
9999
"jsonc-eslint-parser": "^2.1.0",
100100
"madge": "8.0.0",
101-
"nx": "22.6.5",
101+
"nx": "22.7.6",
102102
"pkg-pr-new": "^0.0.67",
103103
"playwright": "^1.47.2",
104104
"prettier": "^3.2.5",
@@ -130,9 +130,14 @@
130130
"pnpm": {
131131
"overrides": {
132132
"rollup": "^4.59.0",
133-
"undici@^7": "^7.24.0",
133+
"undici@^7": "^7.28.0",
134134
"picomatch@>=4": "^4.0.4",
135-
"picomatch@<3": "^2.3.2"
135+
"picomatch@<3": "^2.3.2",
136+
"fast-uri@^3": "^3.1.2",
137+
"ws@^8": "^8.21.0",
138+
"postcss": "^8.5.15",
139+
"qs": "^6.15.3",
140+
"@opentelemetry/core": "^2.8.0"
136141
}
137142
}
138143
}

0 commit comments

Comments
 (0)