Skip to content

Commit 2d07798

Browse files
fix(deps): update dependency magic-string to ^0.30.16
1 parent 579d6fd commit 2d07798

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/insert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"rollup": "*"
2727
},
2828
"dependencies": {
29-
"magic-string": "^0.25.7",
29+
"magic-string": "^0.30.16",
3030
"rollup-pluginutils": "^2.8.2"
3131
}
3232
}

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,6 +1733,11 @@
17331733
"@types/yargs" "^15.0.0"
17341734
chalk "^4.0.0"
17351735

1736+
"@jridgewell/sourcemap-codec@^1.5.0":
1737+
version "1.5.0"
1738+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1739+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1740+
17361741
17371742
version "4.0.0"
17381743
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"
@@ -7777,6 +7782,13 @@ magic-string@^0.25.7:
77777782
dependencies:
77787783
sourcemap-codec "^1.4.4"
77797784

7785+
magic-string@^0.30.16:
7786+
version "0.30.16"
7787+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.16.tgz#225ab531bf824856ca4589ed3864249e51baf30f"
7788+
integrity sha512-GOWufviMYkLKe5PYGHutkqYlntF0qDMlrZLObkQGbdmkcQAxwe7KDLlX8MKlLXQc8GwFqINYp29HpKw2t3iRoQ==
7789+
dependencies:
7790+
"@jridgewell/sourcemap-codec" "^1.5.0"
7791+
77807792
make-dir@^2.1.0:
77817793
version "2.1.0"
77827794
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"

0 commit comments

Comments
 (0)