Add overrides for esbuild & minimatch based on pnpm audit (#32986)
* Move resolutions->overrides * Add overrides for esbuild & minimatch
This commit is contained in:
committed by
GitHub
parent
fc870bd676
commit
e640948fc8
+42
-40
@@ -24,46 +24,6 @@
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
},
|
||||
"resolutions": {
|
||||
"pretty-format@30>react-is": "19.2.4",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"oidc-client-ts": "3.5.0",
|
||||
"jwt-decode": "4.0.0",
|
||||
"caniuse-lite": "1.0.30001780",
|
||||
"markdown-it": "14.1.1",
|
||||
"testcontainers": "^11.0.0",
|
||||
"matrix-widget-api": "^1.17.0",
|
||||
"qs": "6.15.0",
|
||||
"serialize-javascript": "7.0.5",
|
||||
"atomically": "2.1.1",
|
||||
"@types/node": "18.19.130",
|
||||
"config-file-ts": "0.2.8-rc1",
|
||||
"node-abi": "4.27.0",
|
||||
"@types/pg-pool": "2.0.7",
|
||||
"flatted@3.4.1": "3.4.2",
|
||||
"ajv@6.12.6": "6.14.0",
|
||||
"ajv@>=8 <8.18.0": "8.18.0",
|
||||
"bn.js@4.12.2": "4.12.3",
|
||||
"bn.js@5.2.2": "5.2.3",
|
||||
"brace-expansion@1.1.12": "1.1.13",
|
||||
"brace-expansion@2.0.2": "2.0.3",
|
||||
"brace-expansion@5.0.4": "5.0.5",
|
||||
"handlebars@4.7.8": "4.7.9",
|
||||
"path-to-regexp@0.1.12": "0.1.13",
|
||||
"path-to-regexp@8.3.0": "8.4.0",
|
||||
"picomatch@2.3.1": "2.3.2",
|
||||
"picomatch@4.0": "4.0.4",
|
||||
"rollup@4.57.1": "4.59.0",
|
||||
"smol-toml@1.6.0": "1.6.1",
|
||||
"svgo@3.3.2": "3.3.3",
|
||||
"svgo@4.0.0": "4.0.1",
|
||||
"underscore@1.13.7": "1.13.8",
|
||||
"yaml@1.10.2": "1.10.3",
|
||||
"yaml@2.8.2": "2.8.3",
|
||||
"undici@7.22.2": "7.24.0",
|
||||
"@xmldom/xmldom@0.8.11": "0.8.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@action-validator/cli": "^0.6.0",
|
||||
"@action-validator/core": "^0.6.0",
|
||||
@@ -119,6 +79,48 @@
|
||||
"allowedDeprecatedVersions": {
|
||||
"eslint": "8",
|
||||
"react-beautiful-dnd": "13"
|
||||
},
|
||||
"overrides": {
|
||||
"pretty-format@30>react-is": "19.2.4",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"oidc-client-ts": "3.5.0",
|
||||
"jwt-decode": "4.0.0",
|
||||
"caniuse-lite": "1.0.30001780",
|
||||
"markdown-it": "14.1.1",
|
||||
"testcontainers": "^11.0.0",
|
||||
"matrix-widget-api": "^1.17.0",
|
||||
"qs": "6.15.0",
|
||||
"serialize-javascript": "7.0.5",
|
||||
"atomically": "2.1.1",
|
||||
"@types/node": "18.19.130",
|
||||
"config-file-ts": "0.2.8-rc1",
|
||||
"node-abi": "4.27.0",
|
||||
"@types/pg-pool": "2.0.7",
|
||||
"flatted@3.4.1": "3.4.2",
|
||||
"ajv@6.12.6": "6.14.0",
|
||||
"ajv@>=8 <8.18.0": "8.18.0",
|
||||
"bn.js@4.12.2": "4.12.3",
|
||||
"bn.js@5.2.2": "5.2.3",
|
||||
"brace-expansion@1.1.12": "1.1.13",
|
||||
"brace-expansion@2.0.2": "2.0.3",
|
||||
"brace-expansion@5.0.4": "5.0.5",
|
||||
"handlebars@4.7.8": "4.7.9",
|
||||
"path-to-regexp@0.1.12": "0.1.13",
|
||||
"path-to-regexp@8.3.0": "8.4.0",
|
||||
"picomatch@2.3.1": "2.3.2",
|
||||
"picomatch@4.0": "4.0.4",
|
||||
"rollup@4.57.1": "4.59.0",
|
||||
"smol-toml@1.6.0": "1.6.1",
|
||||
"svgo@3.3.2": "3.3.3",
|
||||
"svgo@4.0.0": "4.0.1",
|
||||
"underscore@1.13.7": "1.13.8",
|
||||
"yaml@1.10.2": "1.10.3",
|
||||
"yaml@2.8.2": "2.8.3",
|
||||
"undici@7.22.2": "7.24.0",
|
||||
"@xmldom/xmldom@0.8.11": "0.8.12",
|
||||
"esbuild@<=0.24.2": ">=0.25.0",
|
||||
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user