Skip to content

Commit 84515dc

Browse files
renovate[bot]renovate-bot
authored andcommitted
build: update magic-string to version 0.25.5 (#16534)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
1 parent 0a747c7 commit 84515dc

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"less-loader": "5.0.0",
3636
"license-webpack-plugin": "2.1.3",
3737
"loader-utils": "1.2.3",
38-
"magic-string": "0.25.4",
38+
"magic-string": "0.25.5",
3939
"mini-css-extract-plugin": "0.9.0",
4040
"minimatch": "3.0.4",
4141
"parse5": "4.0.0",

packages/angular_devkit/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"ajv": "6.10.2",
1212
"fast-json-stable-stringify": "2.1.0",
13-
"magic-string": "0.25.4",
13+
"magic-string": "0.25.5",
1414
"rxjs": "6.5.3",
1515
"source-map": "0.7.3"
1616
},

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -6947,10 +6947,10 @@ lunr-mutable-indexes@2.3.2:
69476947
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.8.tgz#a8b89c31f30b5a044b97d2d28e2da191b6ba2072"
69486948
integrity sha512-oxMeX/Y35PNFuZoHp+jUj5OSEmLCaIH4KTFJh7a93cHBoFmpw2IoPs22VIz7vyO2YUnx2Tn9dzIwO2P/4quIRg==
69496949

6950-
magic-string@0.25.4, magic-string@^0.25.0, magic-string@^0.25.2:
6951-
version "0.25.4"
6952-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.4.tgz#325b8a0a79fc423db109b77fd5a19183b7ba5143"
6953-
integrity sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==
6950+
magic-string@0.25.5:
6951+
version "0.25.5"
6952+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.5.tgz#694fa8c6b9a51d83cc4a72c5b6883a7cfa890e40"
6953+
integrity sha512-vIO/BOm9odBHBAGwv0gZPLJeO9IpwliiIc0uPeAW93rrFMJ/R3M665IAEfOU/IW3kD4S9AtEn76lfTn1Yif+9A==
69546954
dependencies:
69556955
sourcemap-codec "^1.4.4"
69566956

@@ -6961,6 +6961,13 @@ magic-string@^0.22.4:
69616961
dependencies:
69626962
vlq "^0.2.2"
69636963

6964+
magic-string@^0.25.0, magic-string@^0.25.2:
6965+
version "0.25.4"
6966+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.4.tgz#325b8a0a79fc423db109b77fd5a19183b7ba5143"
6967+
integrity sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==
6968+
dependencies:
6969+
sourcemap-codec "^1.4.4"
6970+
69646971
make-dir@^1.0.0:
69656972
version "1.3.0"
69666973
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"

0 commit comments

Comments
 (0)