Skip to content

Commit

Permalink
chore(deps-dev): bump componentsjs-generator from 4.1.0 to 4.2.0 (#269)
Browse files Browse the repository at this point in the history
Bumps [componentsjs-generator](https://github.com/LinkedSoftwareDependencies/Components-Generator.js) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/releases)
- [Changelog](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/blob/master/CHANGELOG.md)
- [Commits](LinkedSoftwareDependencies/Components-Generator.js@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: componentsjs-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 5206d29 commit 6aff66a
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2711,22 +2711,22 @@ comment-parser@^0.7.6:
integrity sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==

componentsjs-generator@^4.0.1:
version "4.1.0"
resolved "https://registry.yarnpkg.com/componentsjs-generator/-/componentsjs-generator-4.1.0.tgz#6796fe0d13c1cfb195e42c06616ede6bc42af608"
integrity sha512-I5rqlTOCzQAgC/I0IrT7RpbUfzAFX1mdqqYMYgNHFLRvNuQuXVToEuLJeH4QpocIVWmRczVlOP7aSKV+Ejltlw==
version "4.2.0"
resolved "https://registry.yarnpkg.com/componentsjs-generator/-/componentsjs-generator-4.2.0.tgz#8720189b1d166e29894a8e9cee07d73b5788e169"
integrity sha512-swd2DtqFGgzJR0ZE5J6oc1OUvizjQVIWVxkjTZod+t3rF6cuMyxW2ukypIfLX+8gMbtw+bQpxv+Dln+My3Xhvg==
dependencies:
"@types/lru-cache" "^5.1.0"
"@types/semver" "^7.3.4"
"@typescript-eslint/typescript-estree" "^7.1.0"
comment-parser "^0.7.6"
componentsjs "^6.0.0"
jsonld-context-parser "^2.1.5"
componentsjs "^6.2.0"
jsonld-context-parser "^3.0.0"
lru-cache "^6.0.0"
minimist "^1.2.5"
rdf-object "^1.13.1"
rdf-object "^2.0.0"
semver "^7.3.2"

componentsjs@^6.0.0, componentsjs@^6.0.1:
componentsjs@^6.0.0, componentsjs@^6.0.1, componentsjs@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/componentsjs/-/componentsjs-6.2.0.tgz#1547534b28af4661b8be9408e7a0450ec409aa6e"
integrity sha512-ieFKJNMduBYJSr48CzedDbM1Ao8lqFAf0m4z4I7x4XWqi5aW71CcLFSD7YkfNIiXVuL0L0gzx89wOXvvWFBJ7w==
Expand Down Expand Up @@ -3305,7 +3305,7 @@ jsonfile@^6.0.1:
optionalDependencies:
graceful-fs "^4.1.6"

jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.5, jsonld-context-parser@^2.2.2, jsonld-context-parser@^2.3.0:
jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.2.2, jsonld-context-parser@^2.3.0:
version "2.3.3"
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.3.3.tgz#0bdab9eb5cb4b7e68aa7d6c38e58455363caaf9c"
integrity sha512-H+REInOx7XI2ciF8wJV31D20Bh+ofBmEjN2Tkds51vypqDJIiD341E5g+hYyrEInIKRnbW58TN/Ehz+ACT0l0w==
Expand Down Expand Up @@ -3747,17 +3747,6 @@ rdf-literal@^1.2.0:
"@rdfjs/types" "*"
rdf-data-factory "^1.1.0"

rdf-object@^1.13.1:
version "1.14.0"
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-1.14.0.tgz#a51a2e575d4f838f88eced1e5096616769d17281"
integrity sha512-/KSUWr7onDtL7d81kOpcUzJ2vHYOYJc2KU9WzBZRYydBhK0Sksh5Hg4VCQNaxUEvYEgdrrTuq9SLpOOCmag0rQ==
dependencies:
"@rdfjs/types" "*"
jsonld-context-parser "^2.0.2"
rdf-data-factory "^1.1.0"
rdf-string "^1.6.0"
streamify-array "^1.0.1"

rdf-object@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-2.0.0.tgz#74551eac1356f0e1ecdc6c632e637f996d17c3ad"
Expand Down

0 comments on commit 6aff66a

Please sign in to comment.