Skip to content

Commit edf0734

Browse files
Phillip9587vsavkin
authored andcommitted
chore(repo): updated dependency 'strip-json-comments'
1 parent 5ad1a61 commit edf0734

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"source-map": "0.7.3",
214214
"source-map-loader": "0.2.4",
215215
"source-map-support": "0.5.16",
216-
"strip-json-comments": "2.0.1",
216+
"strip-json-comments": "^3.1.1",
217217
"style-loader": "1.0.0",
218218
"styled-components": "5.0.0",
219219
"stylus": "0.54.5",

packages/devkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ejs": "^3.1.5",
3131
"ignore": "^5.0.4",
3232
"semver": "7.3.4",
33-
"strip-json-comments": "2.0.1",
33+
"strip-json-comments": "^3.1.1",
3434
"tslib": "^2.0.0"
3535
}
3636
}

packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@nrwl/devkit": "*",
3636
"jest-resolve": "^26.6.2",
3737
"rxjs": "^6.5.4",
38-
"strip-json-comments": "2.0.1",
38+
"strip-json-comments": "^3.1.1",
3939
"tslib": "^2.0.0"
4040
}
4141
}

packages/tao/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"enquirer": "~2.3.6",
3434
"minimist": "^1.2.5",
3535
"rxjs": "^6.5.4",
36-
"strip-json-comments": "2.0.1",
36+
"strip-json-comments": "^3.1.1",
3737
"semver": "7.3.4",
3838
"tmp": "~0.2.1",
3939
"tslib": "^2.0.0",

packages/workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"open": "^7.4.2",
6767
"rxjs": "^6.5.4",
6868
"semver": "7.3.4",
69-
"strip-json-comments": "2.0.1",
69+
"strip-json-comments": "^3.1.1",
7070
"tmp": "~0.2.1",
7171
"yargs": "15.4.1",
7272
"yargs-parser": "20.0.0",

0 commit comments

Comments
 (0)