diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0920d4b..c16ea5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: devDependencies: '@commitlint/cli': specifier: ^19.0.0 - version: 19.0.0(@types/node@20.11.20)(typescript@5.3.3) + version: 19.0.1(@types/node@20.11.20)(typescript@5.3.3) '@commitlint/config-conventional': specifier: ^19.0.0 version: 19.0.0 @@ -413,19 +413,17 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@commitlint/cli@19.0.0(@types/node@20.11.20)(typescript@5.3.3): - resolution: {integrity: sha512-SVBQG6k+eOOmlejYTtxnqJGmhrzy/m0qH3bVeoHY3gtlJBK3Kb32RjJioteBYk8Vuo58x5ehAjXwsQFX58X+xw==} + /@commitlint/cli@19.0.1(@types/node@20.11.20)(typescript@5.3.3): + resolution: {integrity: sha512-6D+KT/RasFPF92M549I3lABSBWXAdmKvBfxtYWlWO5JdYFSK+B6jY6XyE/hN/DNSYvwwcuNk+CzbqQcy+EbrCw==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 19.0.0 '@commitlint/lint': 19.0.0 - '@commitlint/load': 19.0.0(@types/node@20.11.20)(typescript@5.3.3) + '@commitlint/load': 19.0.1(@types/node@20.11.20)(typescript@5.3.3) '@commitlint/read': 19.0.0 '@commitlint/types': 19.0.0 execa: 8.0.1 - resolve-from: 5.0.0 - resolve-global: 2.0.0 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' @@ -491,13 +489,13 @@ packages: '@commitlint/types': 19.0.0 dev: true - /@commitlint/load@19.0.0(@types/node@20.11.20)(typescript@5.3.3): - resolution: {integrity: sha512-pC/6xDjkWPWgqfILY0KMMpxz0dTZqC7fUpxyWMLRrlbZCC9S54/gsg/8UltFrUH+C+F1zz4Ip8CQgzKonpH6rg==} + /@commitlint/load@19.0.1(@types/node@20.11.20)(typescript@5.3.3): + resolution: {integrity: sha512-5w5RHhtidRPMRm8ktph+NKypt1Wu5Z2jbU1Lc+1IS9Azy83JWRBQ9xKBbW9gF66R/TwHF0v6Jy8KOqRS8I/GgA==} engines: {node: '>=v18'} dependencies: '@commitlint/config-validator': 19.0.0 '@commitlint/execute-rule': 19.0.0 - '@commitlint/resolve-extends': 19.0.0 + '@commitlint/resolve-extends': 19.0.1 '@commitlint/types': 19.0.0 chalk: 5.3.0 cosmiconfig: 8.3.6(typescript@5.3.3) @@ -534,16 +532,15 @@ packages: minimist: 1.2.8 dev: true - /@commitlint/resolve-extends@19.0.0: - resolution: {integrity: sha512-ej0fALn5yZQOYKH8wPZnzw5LGvD0n5gJBPvV6DnMiSYudqgwYwhdNJ//MukZCXNpLIM1yMA8KUyrCP6D4WnUbg==} + /@commitlint/resolve-extends@19.0.1: + resolution: {integrity: sha512-U5BRCNEiib0I06e6utNzBXZRu/t/bzlqVljS5kaNwggPN1VS+Kvuks8fY97j85B8sifHXU5dhUICPRKP8Oj31A==} engines: {node: '>=v18'} dependencies: '@commitlint/config-validator': 19.0.0 '@commitlint/types': 19.0.0 - import-fresh: 3.3.0 + global-directory: 4.0.1 import-meta-resolve: 4.0.0 lodash.mergewith: 4.6.2 - resolve-global: 2.0.0 dev: true /@commitlint/rules@19.0.0: @@ -2864,7 +2861,7 @@ packages: human-signals: 5.0.0 is-stream: 3.0.0 merge-stream: 2.0.0 - npm-run-path: 5.2.0 + npm-run-path: 5.3.0 onetime: 6.0.0 signal-exit: 4.1.0 strip-final-newline: 3.0.0 @@ -5455,8 +5452,8 @@ packages: path-key: 3.1.1 dev: true - /npm-run-path@5.2.0: - resolution: {integrity: sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==} + /npm-run-path@5.3.0: + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: path-key: 4.0.0 @@ -6184,13 +6181,6 @@ packages: engines: {node: '>=8'} dev: true - /resolve-global@2.0.0: - resolution: {integrity: sha512-gnAQ0Q/KkupGkuiMyX4L0GaBV8iFwlmoXsMtOz+DFTaKmHhOO/dSlP1RMKhpvHv/dh6K/IQkowGJBqUG0NfBUw==} - engines: {node: '>=18'} - dependencies: - global-directory: 4.0.1 - dev: true - /resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'}