diff --git a/package.json b/package.json index 66c68c1..abf16a8 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ "@innei/eslint-config-ts": "0.10.3", "@innei/prettier": "0.10.3", "@types/conventional-changelog": "3.1.5", - "@types/inquirer": "9.0.6", - "@types/semver": "7.5.4", + "@types/inquirer": "9.0.7", + "@types/semver": "7.5.5", "@vercel/ncc": "0.36.1", "husky": "8.0.3", - "inquirer": "^9.2.11", + "inquirer": "^9.2.12", "lint-staged": "14.0.1", "semver": "^7.5.4", "typescript": "5.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a11fe5f..dbb3baf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,11 +15,11 @@ devDependencies: specifier: 3.1.5 version: 3.1.5 '@types/inquirer': - specifier: 9.0.6 - version: 9.0.6 + specifier: 9.0.7 + version: 9.0.7 '@types/semver': - specifier: 7.5.4 - version: 7.5.4 + specifier: 7.5.5 + version: 7.5.5 '@vercel/ncc': specifier: 0.36.1 version: 0.36.1 @@ -27,8 +27,8 @@ devDependencies: specifier: 8.0.3 version: 8.0.3 inquirer: - specifier: ^9.2.11 - version: 9.2.11 + specifier: ^9.2.12 + version: 9.2.12 lint-staged: specifier: 14.0.1 version: 14.0.1 @@ -603,9 +603,11 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@ljharb/through@2.3.9: - resolution: {integrity: sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==} + /@ljharb/through@2.3.11: + resolution: {integrity: sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==} engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 dev: true /@nodelib/fs.scandir@2.1.5: @@ -693,8 +695,8 @@ packages: '@types/node': 20.5.7 dev: true - /@types/inquirer@9.0.6: - resolution: {integrity: sha512-1Go1AAP/yOy3Pth5Xf1DC3nfZ03cJLCPx6E2YnSN/5I3w1jHBVH4170DkZ+JxfmA7c9kL9+bf9z3FRGa4kNAqg==} + /@types/inquirer@9.0.7: + resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} dependencies: '@types/through': 0.0.30 rxjs: 7.8.1 @@ -742,8 +744,8 @@ packages: resolution: {integrity: sha512-ZREFYlpUmPQJ0esjxoG1fMvB2HNaD3z+mjqdSosZvd3RalncI9NEur73P8ZJz4YQdL64CmV1w0RuqoRUlhQRBw==} dev: true - /@types/semver@7.5.4: - resolution: {integrity: sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==} + /@types/semver@7.5.5: + resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} dev: true /@types/through@0.0.30: @@ -900,7 +902,7 @@ packages: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) '@types/json-schema': 7.0.12 - '@types/semver': 7.5.4 + '@types/semver': 7.5.5 '@typescript-eslint/scope-manager': 5.60.1 '@typescript-eslint/types': 5.60.1 '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) @@ -2201,11 +2203,11 @@ packages: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} dev: true - /inquirer@9.2.11: - resolution: {integrity: sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==} + /inquirer@9.2.12: + resolution: {integrity: sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==} engines: {node: '>=14.18.0'} dependencies: - '@ljharb/through': 2.3.9 + '@ljharb/through': 2.3.11 ansi-escapes: 4.3.2 chalk: 5.3.0 cli-cursor: 3.1.0