diff --git a/packages/vite/package.json b/packages/vite/package.json index 9ba2e7c0c3e799..e21038b89bd671 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -134,7 +134,7 @@ "sirv": "^2.0.3", "source-map-support": "^0.5.21", "strip-ansi": "^7.1.0", - "strip-literal": "^1.3.0", + "strip-literal": "^2.0.0", "tsconfck": "^3.0.0", "tslib": "^2.6.2", "types": "link:./types", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a5798b6f7f601..75ba31ddaaf313 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -406,8 +406,8 @@ importers: specifier: ^7.1.0 version: 7.1.0 strip-literal: - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^2.0.0 + version: 2.0.0 tsconfck: specifier: ^3.0.0 version: 3.0.0(typescript@5.2.2) @@ -6953,6 +6953,10 @@ packages: /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + /js-tokens@8.0.2: + resolution: {integrity: sha512-Olnt+V7xYdvGze9YTbGFZIfQXuGV4R3nQwwl8BrtgaPE/wq8UFpUHWuTNc05saowhSr1ZO6tx+V6RjE9D5YQog==} + dev: true + /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -9149,6 +9153,12 @@ packages: acorn: 8.11.2 dev: true + /strip-literal@2.0.0: + resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==} + dependencies: + js-tokens: 8.0.2 + dev: true + /stylus@0.62.0: resolution: {integrity: sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==} hasBin: true