Skip to content

Commit

Permalink
chore(deps): bump json-schema-library from 10.0.0-rc2 to 10.0.0-rc3
Browse files Browse the repository at this point in the history
Bumps [json-schema-library](https://github.com/sagold/json-schema-library) from 10.0.0-rc2 to 10.0.0-rc3.
- [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.0.0-rc2...v10.0.0-rc3)

---
updated-dependencies:
- dependency-name: json-schema-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 6d51ea4 commit 4fcd19b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"discloud.app": "^0.12.2",
"json-schema-library": "^10.0.0-rc2",
"json-schema-library": "^10.0.0-rc3",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
resolved "https://registry.yarnpkg.com/@sagold/json-pointer/-/json-pointer-6.0.1.tgz#4d4e1723ca417c30c46b0e2d261fdcf9f8d7354a"
integrity sha512-yDOl6ljS0gHSwfLhQH/6mVB2dpN5WnG8MXSjiyPJvukJkq4iu7XZEzovobBxBYvI/o04a6PjYGnHXh2F9jLRzg==

"@sagold/json-query@^6.1.3":
"@sagold/json-query@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@sagold/json-query/-/json-query-6.2.0.tgz#2204a0259ea10f36cd5cb0a1505078e6d751eecd"
integrity sha512-7bOIdUE6eHeoWtFm8TvHQHfTVSZuCs+3RpOKmZCDBIOrxpvF/rNFTeuvIyjHva/RR0yVS3kQtr+9TW72LQEZjA==
Expand Down Expand Up @@ -1283,13 +1283,13 @@ json-buffer@3.0.1:
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==

json-schema-library@^10.0.0-rc2:
version "10.0.0-rc2"
resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-10.0.0-rc2.tgz#8b69d8e07a6c6a4e22e43863ec3647e3f60c9c16"
integrity sha512-0/KdcInudOW3QrhYbit7rAfRCBweEkRMiijUuPpXE5N4fX/dMbAq1uih2MyGZD2hBv1dYRLCS2mCBVRmrcDXsg==
json-schema-library@^10.0.0-rc3:
version "10.0.0-rc3"
resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-10.0.0-rc3.tgz#7a294eee40c867ae03c3510e8661f4d9b42a8222"
integrity sha512-gV9qREnLllLmS/HGnFQWRA6jm5FlkKuwYTbHFGLps0VyKH0vgmSzma5U7GhY+pz2V9YL3S+azwu4nvwAetOB4Q==
dependencies:
"@sagold/json-pointer" "^6.0.1"
"@sagold/json-query" "^6.1.3"
"@sagold/json-query" "^6.2.0"
deepmerge "^4.3.1"
fast-copy "^3.0.2"
fast-deep-equal "^3.1.3"
Expand Down

0 comments on commit 4fcd19b

Please sign in to comment.