Skip to content

Commit 9056315

Browse files
Bump jsonc-parser from 3.1.0 to 3.2.0 (#53)
Bumps [jsonc-parser](https://github.com/microsoft/node-jsonc-parser) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/microsoft/node-jsonc-parser/releases) - [Changelog](https://github.com/microsoft/node-jsonc-parser/blob/main/CHANGELOG.md) - [Commits](microsoft/node-jsonc-parser@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: jsonc-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f63063c commit 9056315

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@actions/exec": "^1.1.1",
3232
"@actions/github": "^5.1.1",
3333
"ajv": "^8.11.2",
34-
"jsonc-parser": "^3.1.0"
34+
"jsonc-parser": "^3.2.0"
3535
},
3636
"devDependencies": {
3737
"@types/ajv": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,10 +2166,10 @@ json5@^2.2.1:
21662166
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
21672167
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
21682168

2169-
jsonc-parser@^3.1.0:
2170-
version "3.1.0"
2171-
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.1.0.tgz#73b8f0e5c940b83d03476bc2e51a20ef0932615d"
2172-
integrity sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==
2169+
jsonc-parser@^3.2.0:
2170+
version "3.2.0"
2171+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
2172+
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
21732173

21742174
jsonc@^2.0.0:
21752175
version "2.0.0"

0 commit comments

Comments
 (0)