diff --git a/package.json b/package.json index 921e5e1..1950fff 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@babel/plugin-transform-arrow-functions": "^7.20.7", "cac": "^6.7.14", "esbuild": "^0.16.17", - "magic-string": "^0.27.0", + "magic-string": "^0.30.0", "picocolors": "^1.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c541f14..fc906b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ specifiers: eslint-plugin-prettier: ^4.2.1 fs-extra: ^10.1.0 lint-staged: ^13.1.2 - magic-string: ^0.27.0 + magic-string: ^0.30.0 picocolors: ^1.0.0 prettier: ^2.8.4 rollup: ^3.18.0 @@ -31,7 +31,7 @@ dependencies: '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 cac: 6.7.14 esbuild: 0.16.17 - magic-string: 0.27.0 + magic-string: 0.30.0 picocolors: 1.0.0 devDependencies: @@ -1889,8 +1889,8 @@ packages: yallist: 4.0.0 dev: true - /magic-string/0.27.0: - resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} + /magic-string/0.30.0: + resolution: {integrity: sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==} engines: {node: '>=12'} dependencies: '@jridgewell/sourcemap-codec': 1.4.14