chore(repo): updated dependency 'strip-json-comments'

This commit is contained in:
Phillip Barta 2021-04-15 09:12:15 +02:00 committed by Victor Savkin
parent 5ad1a61a7a
commit edf0734657
5 changed files with 5 additions and 5 deletions

View File

@ -213,7 +213,7 @@
"source-map": "0.7.3", "source-map": "0.7.3",
"source-map-loader": "0.2.4", "source-map-loader": "0.2.4",
"source-map-support": "0.5.16", "source-map-support": "0.5.16",
"strip-json-comments": "2.0.1", "strip-json-comments": "^3.1.1",
"style-loader": "1.0.0", "style-loader": "1.0.0",
"styled-components": "5.0.0", "styled-components": "5.0.0",
"stylus": "0.54.5", "stylus": "0.54.5",

View File

@ -30,7 +30,7 @@
"ejs": "^3.1.5", "ejs": "^3.1.5",
"ignore": "^5.0.4", "ignore": "^5.0.4",
"semver": "7.3.4", "semver": "7.3.4",
"strip-json-comments": "2.0.1", "strip-json-comments": "^3.1.1",
"tslib": "^2.0.0" "tslib": "^2.0.0"
} }
} }

View File

@ -35,7 +35,7 @@
"@nrwl/devkit": "*", "@nrwl/devkit": "*",
"jest-resolve": "^26.6.2", "jest-resolve": "^26.6.2",
"rxjs": "^6.5.4", "rxjs": "^6.5.4",
"strip-json-comments": "2.0.1", "strip-json-comments": "^3.1.1",
"tslib": "^2.0.0" "tslib": "^2.0.0"
} }
} }

View File

@ -33,7 +33,7 @@
"enquirer": "~2.3.6", "enquirer": "~2.3.6",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"rxjs": "^6.5.4", "rxjs": "^6.5.4",
"strip-json-comments": "2.0.1", "strip-json-comments": "^3.1.1",
"semver": "7.3.4", "semver": "7.3.4",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tslib": "^2.0.0", "tslib": "^2.0.0",

View File

@ -66,7 +66,7 @@
"open": "^7.4.2", "open": "^7.4.2",
"rxjs": "^6.5.4", "rxjs": "^6.5.4",
"semver": "7.3.4", "semver": "7.3.4",
"strip-json-comments": "2.0.1", "strip-json-comments": "^3.1.1",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"yargs": "15.4.1", "yargs": "15.4.1",
"yargs-parser": "20.0.0", "yargs-parser": "20.0.0",