diff --git a/cli/create-completion-spec/package.json b/cli/create-completion-spec/package.json index 78aad15..902546b 100644 --- a/cli/create-completion-spec/package.json +++ b/cli/create-completion-spec/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/withfig/autocomplete-tools#readme", "dependencies": { "commander": "^11.1.0", - "picocolors": "^1.1.0" + "picocolors": "^1.1.1" }, "devDependencies": { "@fig/complete-commander": "workspace:^", diff --git a/cli/publish-spec/package.json b/cli/publish-spec/package.json index d2a063e..9266c3d 100644 --- a/cli/publish-spec/package.json +++ b/cli/publish-spec/package.json @@ -61,7 +61,7 @@ "@types/prompts": "^2.4.9", "express": "^4.21.1", "multer": "1.4.5-lts.1", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "tsx": "^4.19.0", "typescript": "^5.5.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4216b2..057f773 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: ^11.1.0 version: 11.1.0 picocolors: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.1.1 + version: 1.1.1 devDependencies: '@fig/complete-commander': specifier: workspace:^ @@ -107,8 +107,8 @@ importers: specifier: 1.4.5-lts.1 version: 1.4.5-lts.1 picocolors: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.1.1 + version: 1.1.1 tsx: specifier: ^4.19.0 version: 4.19.0 @@ -376,8 +376,8 @@ importers: specifier: ^8.15.2 version: 8.15.2 picocolors: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.1.1 + version: 1.1.1 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -3875,8 +3875,8 @@ packages: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} engines: {node: '>= 14.16'} - picocolors@1.1.0: - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -4959,7 +4959,7 @@ snapshots: '@babel/code-frame@7.24.6': dependencies: '@babel/highlight': 7.24.6 - picocolors: 1.1.0 + picocolors: 1.1.1 '@babel/helper-validator-identifier@7.24.6': {} @@ -4968,7 +4968,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.6 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.1.0 + picocolors: 1.1.1 '@babel/runtime@7.24.6': dependencies: @@ -9001,7 +9001,7 @@ snapshots: pathval@2.0.0: {} - picocolors@1.1.0: {} + picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -9022,7 +9022,7 @@ snapshots: postcss@8.4.38: dependencies: nanoid: 3.3.7 - picocolors: 1.1.0 + picocolors: 1.1.1 source-map-js: 1.2.0 preferred-pm@3.1.3: @@ -9869,7 +9869,7 @@ snapshots: dependencies: browserslist: 4.23.0 escalade: 3.1.2 - picocolors: 1.1.0 + picocolors: 1.1.1 uri-js@4.4.1: dependencies: diff --git a/types/package.json b/types/package.json index 8e9dde9..028ddb5 100644 --- a/types/package.json +++ b/types/package.json @@ -19,7 +19,7 @@ "@microsoft/tsdoc": "^0.15.0", "@types/node": "^22.5.2", "cspell": "^8.15.2", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "prettier": "^3.3.3", "tsx": "^4.19.0", "typescript": "^5.5.4"