Skip to content

Commit bbc2094

Browse files
committed
build: update dependency magic-string to v0.30.12
1 parent 7b994e4 commit bbc2094

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"lmdb": "3.1.3",
164164
"loader-utils": "3.3.1",
165165
"lodash": "^4.17.21",
166-
"magic-string": "0.30.11",
166+
"magic-string": "0.30.12",
167167
"mini-css-extract-plugin": "2.9.1",
168168
"mrmime": "2.0.0",
169169
"ng-packagr": "19.0.0-next.3",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"https-proxy-agent": "7.0.5",
3434
"istanbul-lib-instrument": "6.0.3",
3535
"listr2": "8.2.5",
36-
"magic-string": "0.30.11",
36+
"magic-string": "0.30.12",
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"less-loader": "12.2.0",
4242
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.3.1",
44-
"magic-string": "0.30.11",
44+
"magic-string": "0.30.12",
4545
"mini-css-extract-plugin": "2.9.1",
4646
"mrmime": "2.0.0",
4747
"open": "10.1.0",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.3.1",
18-
"magic-string": "0.30.11",
18+
"magic-string": "0.30.12",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ __metadata:
9595
less-loader: "npm:12.2.0"
9696
license-webpack-plugin: "npm:4.0.2"
9797
loader-utils: "npm:3.3.1"
98-
magic-string: "npm:0.30.11"
98+
magic-string: "npm:0.30.12"
9999
mini-css-extract-plugin: "npm:2.9.1"
100100
mrmime: "npm:2.0.0"
101101
open: "npm:10.1.0"
@@ -246,7 +246,7 @@ __metadata:
246246
dependencies:
247247
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
248248
jsonc-parser: "npm:3.3.1"
249-
magic-string: "npm:0.30.11"
249+
magic-string: "npm:0.30.12"
250250
ora: "npm:5.4.1"
251251
rxjs: "npm:7.8.1"
252252
languageName: unknown
@@ -397,7 +397,7 @@ __metadata:
397397
istanbul-lib-instrument: "npm:6.0.3"
398398
listr2: "npm:8.2.5"
399399
lmdb: "npm:3.1.3"
400-
magic-string: "npm:0.30.11"
400+
magic-string: "npm:0.30.12"
401401
mrmime: "npm:2.0.0"
402402
parse5-html-rewriting-stream: "npm:7.0.0"
403403
picomatch: "npm:4.0.2"
@@ -746,7 +746,7 @@ __metadata:
746746
lmdb: "npm:3.1.3"
747747
loader-utils: "npm:3.3.1"
748748
lodash: "npm:^4.17.21"
749-
magic-string: "npm:0.30.11"
749+
magic-string: "npm:0.30.12"
750750
mini-css-extract-plugin: "npm:2.9.1"
751751
mrmime: "npm:2.0.0"
752752
ng-packagr: "npm:19.0.0-next.3"
@@ -13159,6 +13159,15 @@ __metadata:
1315913159
languageName: node
1316013160
linkType: hard
1316113161

13162+
"magic-string@npm:0.30.12":
13163+
version: 0.30.12
13164+
resolution: "magic-string@npm:0.30.12"
13165+
dependencies:
13166+
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
13167+
checksum: 10c0/469f457d18af37dfcca8617086ea8a65bcd8b60ba8a1182cb024ce43e470ace3c9d1cb6bee58d3b311768fb16bc27bd50bdeebcaa63dadd0fd46cac4d2e11d5f
13168+
languageName: node
13169+
linkType: hard
13170+
1316213171
"make-dir@npm:^2.1.0":
1316313172
version: 2.1.0
1316413173
resolution: "make-dir@npm:2.1.0"

0 commit comments

Comments
 (0)