From 28a09988d50e311d04ce6dcb88216566151aea42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 05:08:52 +0000 Subject: [PATCH] Update pnpm to v9.15.0 [SECURITY] (#49) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/pnpm-lock.yaml | 37 +++++++++++++++++++++++++------------ package.json | 2 +- pnpm-lock.yaml | 33 +++++++++++++++++++++++---------- 4 files changed, 50 insertions(+), 24 deletions(-) diff --git a/docs/package.json b/docs/package.json index 33103c4..a9d7723 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.15.0", "author": "Wei Zhang ", "homepage": "https://github.com/MoomFE/unocss-preset-extra", "scripts": { diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index fcd7c68..eb83954 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -98,7 +98,7 @@ importers: version: 25.0.1 pnpm: specifier: ^9.1.4 - version: 9.1.4 + version: 9.15.0 sass: specifier: ^1.69.5 version: 1.74.1 @@ -1446,6 +1446,15 @@ packages: supports-color: optional: true + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} @@ -2534,8 +2543,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - pnpm@9.1.4: - resolution: {integrity: sha512-nfnPJ8kXFWRsfWddHJyOQfb86IJG8TGMGqah7RrrPE8DL830umPMacT+bWNCeRdrU1hyfY8sweZbZfQ84vi/sA==} + pnpm@9.15.0: + resolution: {integrity: sha512-duI3l2CkMo7EQVgVvNZije5yevN3mqpMkU45RBVsQpmSGon5djge4QfUHxLPpLZmgcqccY8GaPoIMe1MbYulbA==} engines: {node: '>=18.12'} hasBin: true @@ -4154,7 +4163,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.4) '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.4.4) - debug: 4.3.7 + debug: 4.3.4 eslint: 8.57.1 ts-api-utils: 1.3.0(typescript@5.4.4) optionalDependencies: @@ -4170,7 +4179,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.7 + debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -4184,7 +4193,7 @@ snapshots: dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.7 + debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 @@ -4219,7 +4228,7 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.4) eslint: 8.57.1 - semver: 7.6.3 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript @@ -4662,7 +4671,7 @@ snapshots: builtins@5.0.1: dependencies: - semver: 7.6.3 + semver: 7.6.0 bundle-name@4.1.0: dependencies: @@ -4839,6 +4848,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.0: + dependencies: + ms: 2.1.3 + decimal.js@10.4.3: {} deep-equal@2.2.3: @@ -5819,7 +5832,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.7 + debug: 4.4.0 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -6064,7 +6077,7 @@ snapshots: pluralize@8.0.0: {} - pnpm@9.1.4: {} + pnpm@9.15.0: {} possible-typed-array-names@1.0.0: {} @@ -6651,14 +6664,14 @@ snapshots: vue-eslint-parser@9.4.2(eslint@8.57.1): dependencies: - debug: 4.3.7 + debug: 4.4.0 eslint: 8.57.1 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 esquery: 1.5.0 lodash: 4.17.21 - semver: 7.6.3 + semver: 7.6.0 transitivePeerDependencies: - supports-color diff --git a/package.json b/package.json index ec342fe..bd3b8cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unocss-preset-extra", "version": "0.5.3", - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.15.0", "description": "", "author": "Wei Zhang ", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fef60ea..64d9112 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,7 +28,7 @@ importers: version: 0.58.0 '@vitest/coverage-v8': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.10.4)(@vitest/ui@1.6.0)) + version: 1.6.0(vitest@1.6.0) '@vitest/ui': specifier: ^1.6.0 version: 1.6.0(vitest@1.6.0) @@ -58,7 +58,7 @@ importers: version: 2.5.0 pnpm: specifier: ^9.1.4 - version: 9.1.4 + version: 9.15.0 postcss: specifier: ^8.4.32 version: 8.4.32 @@ -1253,6 +1253,15 @@ packages: supports-color: optional: true + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + deep-eql@4.1.3: resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} engines: {node: '>=6'} @@ -2098,8 +2107,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - pnpm@9.1.4: - resolution: {integrity: sha512-nfnPJ8kXFWRsfWddHJyOQfb86IJG8TGMGqah7RrrPE8DL830umPMacT+bWNCeRdrU1hyfY8sweZbZfQ84vi/sA==} + pnpm@9.15.0: + resolution: {integrity: sha512-duI3l2CkMo7EQVgVvNZije5yevN3mqpMkU45RBVsQpmSGon5djge4QfUHxLPpLZmgcqccY8GaPoIMe1MbYulbA==} engines: {node: '>=18.12'} hasBin: true @@ -3419,7 +3428,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.3.3) '@typescript-eslint/utils': 6.9.0(eslint@8.57.1)(typescript@5.3.3) - debug: 4.3.7 + debug: 4.3.4 eslint: 8.57.1 ts-api-utils: 1.0.3(typescript@5.3.3) optionalDependencies: @@ -3435,7 +3444,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.7 + debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -3483,7 +3492,7 @@ snapshots: '@typescript-eslint/types': 6.9.0 '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.3.3) eslint: 8.57.1 - semver: 7.6.3 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript @@ -3658,7 +3667,7 @@ snapshots: transitivePeerDependencies: - rollup - '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.10.4)(@vitest/ui@1.6.0))': + '@vitest/coverage-v8@1.6.0(vitest@1.6.0)': dependencies: '@ampproject/remapping': 2.2.1 '@bcoe/v8-coverage': 0.2.3 @@ -3978,6 +3987,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.0: + dependencies: + ms: 2.1.3 + deep-eql@4.1.3: dependencies: type-detect: 4.0.8 @@ -4719,7 +4732,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.7 + debug: 4.4.0 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -4901,7 +4914,7 @@ snapshots: pluralize@8.0.0: {} - pnpm@9.1.4: {} + pnpm@9.15.0: {} postcss-calc@10.0.2(postcss@8.4.32): dependencies: