Skip to content

Commit 2e8a684

Browse files
renovate-botclydin
authored andcommitted
build: update jsonc-parser to version 2.3.1
1 parent 0235cb0 commit 2e8a684

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"jasmine-spec-reporter": "~5.0.0",
158158
"jest-worker": "26.3.0",
159159
"jquery": "^3.3.1",
160-
"jsonc-parser": "2.3.0",
160+
"jsonc-parser": "2.3.1",
161161
"karma": "~5.2.0",
162162
"karma-chrome-launcher": "~3.1.0",
163163
"karma-coverage": "~2.0.3",

packages/schematics/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@angular-devkit/core": "0.0.0",
1313
"@angular-devkit/schematics": "0.0.0",
14-
"jsonc-parser": "2.3.0"
14+
"jsonc-parser": "2.3.1"
1515
}
1616
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6795,10 +6795,10 @@ json5@^2.1.0, json5@^2.1.2:
67956795
dependencies:
67966796
minimist "^1.2.5"
67976797

6798-
6799-
version "2.3.0"
6800-
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.0.tgz#7c7fc988ee1486d35734faaaa866fadb00fa91ee"
6801-
integrity sha512-b0EBt8SWFNnixVdvoR2ZtEGa9ZqLhbJnOjezn+WP+8kspFm+PFYDN8Z4Bc7pRlDjvuVcADSUkroIuTWWn/YiIA==
6798+
6799+
version "2.3.1"
6800+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.1.tgz#59549150b133f2efacca48fe9ce1ec0659af2342"
6801+
integrity sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==
68026802

68036803
jsonfile@^4.0.0:
68046804
version "4.0.0"

0 commit comments

Comments
 (0)