From 5fdba3dc9d83cbb0a976abd3e673b345db5b7497 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 25 Apr 2024 14:35:39 -0700 Subject: [PATCH] dependencies: Remove unused config-ini-parser. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s been unused since its introduction in commit c13e3dee247c8fc78dbdc8236b89e2554af00d91 (#29198), and also not permissively licensed. Signed-off-by: Anders Kaseorg --- package.json | 1 - pnpm-lock.yaml | 7 ------- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 4e05a3ad72..3c4e2ab995 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "clean-css": "^5.1.0", "clipboard": "^2.0.4", "colord": "^2.9.3", - "config-ini-parser": "^1.6.1", "core-js": "^3.36.0", "css-loader": "^6.2.0", "css-minimizer-webpack-plugin": "^6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48cd61f41e..cdbbb0127e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,9 +97,6 @@ dependencies: colord: specifier: ^2.9.3 version: 2.9.3 - config-ini-parser: - specifier: ^1.6.1 - version: 1.6.1 core-js: specifier: ^3.36.0 version: 3.36.1 @@ -4957,10 +4954,6 @@ packages: typedarray: 0.0.6 dev: false - /config-ini-parser@1.6.1: - resolution: {integrity: sha512-6YBVmXlWiUKDhjn+S/1ju2+8j8Qnj1PqR8yE5DmLrQRtBOc9kgMLyutFl2so1FNVHevR/A4nY7z9EWw8s6g/Cw==} - dev: false - /connect-history-api-fallback@2.0.0: resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} engines: {node: '>=0.8'}