diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 10d6b91502c8..c29a2abc6ce3 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -114,7 +114,7 @@ "debug": "^4.3.4", "local-pkg": "^0.4.2", "source-map": "^0.6.1", - "strip-literal": "^0.4.2", + "strip-literal": "^1.0.0", "tinybench": "^2.3.1", "tinypool": "^0.3.0", "tinyspy": "^1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 696d76459176..0932c1b4bf03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -820,7 +820,7 @@ importers: rollup: ^2.79.1 source-map: ^0.6.1 strip-ansi: ^7.0.1 - strip-literal: ^0.4.2 + strip-literal: ^1.0.0 tinybench: ^2.3.1 tinypool: ^0.3.0 tinyspy: ^1.0.2 @@ -838,7 +838,7 @@ importers: debug: 4.3.4 local-pkg: 0.4.2 source-map: 0.6.1 - strip-literal: 0.4.2 + strip-literal: 1.0.0 tinybench: 2.3.1 tinypool: 0.3.0 tinyspy: 1.0.2 @@ -19306,7 +19306,14 @@ packages: /strip-literal/0.4.2: resolution: {integrity: sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==} dependencies: - acorn: 8.8.0 + acorn: 8.8.1 + dev: true + + /strip-literal/1.0.0: + resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==} + dependencies: + acorn: 8.8.1 + dev: false /style-loader/1.3.0_webpack@4.46.0: resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==}