Skip to content

Commit a3abfc8

Browse files
chore(deps): bump json-schema-library from 10.2.1 to 10.3.0 (#830)
Bumps [json-schema-library](https://github.com/sagold/json-schema-library) from 10.2.1 to 10.3.0. - [Release notes](https://github.com/sagold/json-schema-library/releases) - [Changelog](https://github.com/sagold/json-schema-library/blob/main/CHANGELOG.md) - [Commits](sagold/json-schema-library@v10.2.1...v10.3.0) --- updated-dependencies: - dependency-name: json-schema-library dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 118b8b5 commit a3abfc8

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
@@ -1295,7 +1295,7 @@
12951295
"adm-zip": "^0.5.16",
12961296
"bytes": "^3.1.2",
12971297
"jose": "^6.1.0",
1298-
"json-schema-library": "^10.2.1",
1298+
"json-schema-library": "^10.3.0",
12991299
"ws": "^8.18.3",
13001300
"yocto-queue": "^1.2.1"
13011301
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,10 +2064,10 @@ json-parse-better-errors@^1.0.1:
20642064
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
20652065
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
20662066

2067-
json-schema-library@^10.2.1:
2068-
version "10.2.1"
2069-
resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-10.2.1.tgz#0a4734746e9458017ebacce3f1aff8d89ea5889d"
2070-
integrity sha512-mWjBz79uBHGCTK5X11a3cz4NAepxOjWWBLGkGM9KKkrfQjpJx9e3wlkgpj6ieqrdIJ/3CtMEHFermeBJk2Hanw==
2067+
json-schema-library@^10.3.0:
2068+
version "10.3.0"
2069+
resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-10.3.0.tgz#95270c779df8336f80dc23bb02d2193ee2da803b"
2070+
integrity sha512-H3gLA3uuCdKyCiusRRfR1NML+xVUNO7BrlLpvSlzU7/LWaRyCvYAz0IbbG5ZFZUiv6Keor9C1/50aD9nYuur4g==
20712071
dependencies:
20722072
"@sagold/json-pointer" "^7.0.0"
20732073
"@sagold/json-query" "^6.2.0"

0 commit comments

Comments
 (0)