diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7330c97bf1..1afa15e385 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -190,7 +190,7 @@ importers: dependencies: ansis: specifier: ^4.2.0 - version: 4.2.0 + version: 4.3.0 node-mocks-http: specifier: ^1.17.2 version: 1.17.2(@types/express@5.0.6)(@types/node@25.6.2) @@ -828,8 +828,8 @@ packages: ajv@6.15.0: resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} - ansis@4.2.0: - resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} + ansis@4.3.0: + resolution: {integrity: sha512-44mvgtPvohuU/70DdY5Oz2AIrLJ9k6/5x4KmoSvPwO+5Moijo0+N9D0fKbbYZQWP1hNm5CpOf+E01jhxG/r8xg==} engines: {node: '>=14'} assertion-error@2.0.1: @@ -2256,7 +2256,7 @@ snapshots: '@typescript-eslint/project-service@8.58.0(typescript@5.1.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.58.0(typescript@5.1.3) + '@typescript-eslint/tsconfig-utils': 8.59.3(typescript@5.1.3) '@typescript-eslint/types': 8.59.3 debug: 4.4.3 typescript: 5.1.3 @@ -2300,6 +2300,10 @@ snapshots: dependencies: typescript: 5.1.3 + '@typescript-eslint/tsconfig-utils@8.59.3(typescript@5.1.3)': + dependencies: + typescript: 5.1.3 + '@typescript-eslint/tsconfig-utils@8.59.3(typescript@6.0.3)': dependencies: typescript: 6.0.3 @@ -2472,7 +2476,7 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ansis@4.2.0: {} + ansis@4.3.0: {} assertion-error@2.0.1: {} @@ -3325,7 +3329,7 @@ snapshots: tsdown@0.22.0(@arethetypeswrong/core@0.18.2)(typescript@6.0.3): dependencies: - ansis: 4.2.0 + ansis: 4.3.0 cac: 7.0.0 defu: 6.1.7 empathic: 2.0.0 diff --git a/renovate.json b/renovate.json index 214a0ce604..9e01e95458 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "dependencyDashboard": false, + "postUpdateOptions": ["pnpmDedupe"], "ignorePaths": ["**/compat-test/**"], "minimumReleaseAge": "1 day", "packageRules": [