From 625572f759b6eff907ad6fc6156edec6ea91e96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:19:17 +0000 Subject: [PATCH] Bump @enonic-types/lib-io from 8.0.0-B4 to 8.0.0-RC2 Bumps [@enonic-types/lib-io](https://github.com/enonic/xp) from 8.0.0-B4 to 8.0.0-RC2. - [Release notes](https://github.com/enonic/xp/releases) - [Commits](https://github.com/enonic/xp/compare/v8.0.0-B4...v8.0.0-RC2) --- updated-dependencies: - dependency-name: "@enonic-types/lib-io" dependency-version: 8.0.0-B5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37859d45..4d75af51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@enonic-types/global": "^8.0.0-B4", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-B4", - "@enonic-types/lib-io": "^8.0.0-B4", + "@enonic-types/lib-io": "^8.0.0-RC2", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^2.0.0-beta.2", "@enonic/react-components": "^7.0.0-B1", @@ -1973,14 +1973,22 @@ } }, "node_modules/@enonic-types/lib-io": { - "version": "8.0.0-B4", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-B4.tgz", - "integrity": "sha512-v6FDKyGDogaGqpvalN3jow/dJ63BY2G9SjyBHxflV5T2M5fWOWu29/kMObrd0ebwvIwmc0yLPGqSE0jky1+qmg==", + "version": "8.0.0-RC2", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-RC2.tgz", + "integrity": "sha512-jssotukDEDrwNEZmIrccwFoNJqmht+0QDD6S5fVKBof2YHORkushSZ67FnkGCn6k5feMNdhS3pTI5tyXFTRn/Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@enonic-types/core": "8.0.0-B4" + "@enonic-types/core": "8.0.0-RC2" } }, + "node_modules/@enonic-types/lib-io/node_modules/@enonic-types/core": { + "version": "8.0.0-RC2", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-RC2.tgz", + "integrity": "sha512-zE10jGrjUTlqAzmxZ7QvQkIO64e2yvMNRv15YusvmWT2v0a5+zpPIee1CXm0oQEpeRFf/tDdfmMA9r9ylDpMjw==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@enonic-types/lib-portal": { "version": "8.0.0-B4", "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-8.0.0-B4.tgz", diff --git a/package.json b/package.json index 1243582a..1a120493 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@enonic-types/global": "^8.0.0-B4", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-B4", - "@enonic-types/lib-io": "^8.0.0-B4", + "@enonic-types/lib-io": "^8.0.0-RC2", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^2.0.0-beta.2", "@enonic/react-components": "^7.0.0-B1",