From a4be01f5487c209cfbc1f8e4f98c46b134bc77a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:19:05 +0000 Subject: [PATCH] build(deps-dev): bump undici from 5.28.3 to 5.28.4 Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- yarn.lock | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 345973c..81af5a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13386,9 +13386,9 @@ } }, "node_modules/undici": { - "version": "5.28.3", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", - "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", + "version": "5.28.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", + "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", "dev": true, "dependencies": { "@fastify/busboy": "^2.0.0" @@ -14298,7 +14298,7 @@ } }, "packages/alcaeus": { - "version": "2.3.3", + "version": "3.0.0", "license": "MIT", "dependencies": { "@rdfine/hydra": "^0.10.5", @@ -14306,8 +14306,8 @@ "@tpluscode/rdf-ns-builders": "^4.3.0", "@tpluscode/rdfine": "^0.7.7", "@types/parse-link-header": "^2.0.3", - "alcaeus-core": "^0.0.0", - "alcaeus-model": "^0.0.0", + "alcaeus-core": "^1.0.0", + "alcaeus-model": "^1.0.0", "parse-link-header": "^2.0.0", "rdf-dataset-ext": "^1.1.0", "readable-stream": ">=3.6.0" @@ -14318,7 +14318,7 @@ }, "packages/core": { "name": "alcaeus-core", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@rdfine/hydra": "^0.10.5", @@ -14334,14 +14334,14 @@ }, "packages/model": { "name": "alcaeus-model", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@rdfine/hydra": "^0.10.5", "@rdfjs/types": "^1.1.0", "@tpluscode/rdf-ns-builders": "^4.3.0", "@tpluscode/rdfine": "^0.7.7", - "alcaeus-core": "^0.0.0", + "alcaeus-core": "^1.0.0", "rdf-literal": "^1.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c7ac788..9668f73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6051,9 +6051,9 @@ undici-types@~5.26.4: integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== undici@^5.21.2: - version "5.28.3" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b" - integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA== + version "5.28.4" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068" + integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g== dependencies: "@fastify/busboy" "^2.0.0"