Skip to content

Commit 293b728

Browse files
committed
Add resolutions override for componentsjs
1 parent 0a99996 commit 293b728

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@
6464
"manual-git-changelog": "^1.0.0",
6565
"ts-jest": "^29.0.0",
6666
"typescript": "^5.0.0"
67+
},
68+
"resolutions": {
69+
"componentsjs": "^6.0.0"
6770
}
6871
}

yarn.lock

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4387,27 +4387,7 @@ [email protected]:
43874387
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
43884388
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
43894389

4390-
componentsjs@^5.3.2, componentsjs@^5.4.2:
4391-
version "5.5.1"
4392-
resolved "https://registry.yarnpkg.com/componentsjs/-/componentsjs-5.5.1.tgz#5c1028f87c643e0e8aee4b33eaf571f96f27212a"
4393-
integrity sha512-hmqq+ZUa98t9CoeWPGwE14I18aXQFAt66HRd8DaZCNggcSr82vhlyrjeXX0JAUMgr2MyQzwKstkv4INRAREguA==
4394-
dependencies:
4395-
"@rdfjs/types" "*"
4396-
"@types/minimist" "^1.2.0"
4397-
"@types/node" "^18.0.0"
4398-
"@types/semver" "^7.3.4"
4399-
jsonld-context-parser "^2.1.1"
4400-
minimist "^1.2.0"
4401-
rdf-data-factory "^1.1.0"
4402-
rdf-object "^1.14.0"
4403-
rdf-parse "^2.0.0"
4404-
rdf-quad "^1.5.0"
4405-
rdf-string "^1.6.0"
4406-
rdf-terms "^1.7.0"
4407-
semver "^7.3.2"
4408-
winston "^3.3.3"
4409-
4410-
componentsjs@^6.0.0:
4390+
componentsjs@^5.3.2, componentsjs@^5.4.2, componentsjs@^6.0.0:
44114391
version "6.2.0"
44124392
resolved "https://registry.yarnpkg.com/componentsjs/-/componentsjs-6.2.0.tgz#1547534b28af4661b8be9408e7a0450ec409aa6e"
44134393
integrity sha512-ieFKJNMduBYJSr48CzedDbM1Ao8lqFAf0m4z4I7x4XWqi5aW71CcLFSD7YkfNIiXVuL0L0gzx89wOXvvWFBJ7w==
@@ -6871,7 +6851,7 @@ jsonfile@^6.0.1:
68716851
optionalDependencies:
68726852
graceful-fs "^4.1.6"
68736853

6874-
jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.1, jsonld-context-parser@^2.2.2, jsonld-context-parser@^2.3.2, jsonld-context-parser@^2.4.0:
6854+
jsonld-context-parser@^2.0.0, jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.2.2, jsonld-context-parser@^2.3.2, jsonld-context-parser@^2.4.0:
68756855
version "2.4.0"
68766856
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.4.0.tgz#fae15a56c5ceabd1c4520ab1a9cc12c9a0a8b67d"
68776857
integrity sha512-ZYOfvh525SdPd9ReYY58dxB3E2RUEU4DJ6ZibO8AitcowPeBH4L5rCAitE2om5G1P+HMEgYEYEr4EZKbVN4tpA==
@@ -8024,17 +8004,6 @@ rdf-literal@^1.2.0, rdf-literal@^1.3.0, rdf-literal@^1.3.2:
80248004
"@rdfjs/types" "*"
80258005
rdf-data-factory "^1.1.0"
80268006

8027-
rdf-object@^1.14.0:
8028-
version "1.14.0"
8029-
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-1.14.0.tgz#a51a2e575d4f838f88eced1e5096616769d17281"
8030-
integrity sha512-/KSUWr7onDtL7d81kOpcUzJ2vHYOYJc2KU9WzBZRYydBhK0Sksh5Hg4VCQNaxUEvYEgdrrTuq9SLpOOCmag0rQ==
8031-
dependencies:
8032-
"@rdfjs/types" "*"
8033-
jsonld-context-parser "^2.0.2"
8034-
rdf-data-factory "^1.1.0"
8035-
rdf-string "^1.6.0"
8036-
streamify-array "^1.0.1"
8037-
80388007
rdf-object@^2.0.0:
80398008
version "2.0.0"
80408009
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-2.0.0.tgz#74551eac1356f0e1ecdc6c632e637f996d17c3ad"

0 commit comments

Comments
 (0)