diff --git a/package.json b/package.json index 1404d5275..12a77d865 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.21.0", - "@commitlint/cli": "^17.4.4", + "@commitlint/cli": "^17.5.0", "@commitlint/config-conventional": "^17.4.4", "@jest/globals": "^29.5.0", "@rollup/plugin-babel": "^6.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 25a707aae..25fc451ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ importers: '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.21.0 - '@commitlint/cli': ^17.4.4 + '@commitlint/cli': ^17.5.0 '@commitlint/config-conventional': ^17.4.4 '@jest/globals': ^29.5.0 '@rollup/plugin-babel': ^6.0.3 @@ -40,7 +40,7 @@ importers: '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.3 '@babel/preset-env': 7.20.2_@babel+core@7.21.3 '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 - '@commitlint/cli': 17.4.4 + '@commitlint/cli': 17.5.0 '@commitlint/config-conventional': 17.4.4 '@jest/globals': 29.5.0 '@rollup/plugin-babel': 6.0.3_juvh72w4ry7wdzu3k4tlty4ke4 @@ -1350,14 +1350,14 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@commitlint/cli/17.4.4: - resolution: {integrity: sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==} + /@commitlint/cli/17.5.0: + resolution: {integrity: sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 '@commitlint/lint': 17.4.4 - '@commitlint/load': 17.4.4 + '@commitlint/load': 17.5.0 '@commitlint/read': 17.4.4 '@commitlint/types': 17.4.4 execa: 5.1.1 @@ -1431,6 +1431,31 @@ packages: /@commitlint/load/17.4.4: resolution: {integrity: sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==} engines: {node: '>=v14'} + requiresBuild: true + dependencies: + '@commitlint/config-validator': 17.4.4 + '@commitlint/execute-rule': 17.4.0 + '@commitlint/resolve-extends': 17.4.4 + '@commitlint/types': 17.4.4 + '@types/node': 18.11.18 + chalk: 4.1.2 + cosmiconfig: 8.0.0 + cosmiconfig-typescript-loader: 4.0.0_growyvsxgzy6qf2fb3yafvcbma + lodash.isplainobject: 4.0.6 + lodash.merge: 4.6.2 + lodash.uniq: 4.5.0 + resolve-from: 5.0.0 + ts-node: 10.8.2_bdgp3l2zgaopogaavxusmetvge + typescript: 4.9.5 + transitivePeerDependencies: + - '@swc/core' + - '@swc/wasm' + dev: true + optional: true + + /@commitlint/load/17.5.0: + resolution: {integrity: sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==} + engines: {node: '>=v14'} dependencies: '@commitlint/config-validator': 17.4.4 '@commitlint/execute-rule': 17.4.0 @@ -3936,7 +3961,7 @@ packages: longest: 2.0.1 word-wrap: 1.2.3 optionalDependencies: - '@commitlint/load': 17.4.4 + '@commitlint/load': 17.5.0 transitivePeerDependencies: - '@swc/core' - '@swc/wasm'