diff --git a/package-lock.json b/package-lock.json index 94ce31c5..00947c0e 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-B5", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^1.1.0-B4", "@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-B5", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-B5.tgz", + "integrity": "sha512-LjsoWziveO4zb/evunx8sethnISVb/cFSRmcUzBVstl5JTaN08G4YcyD14m+8/u6P2TiG+OA/d48wxElwxEgDQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@enonic-types/core": "8.0.0-B4" + "@enonic-types/core": "8.0.0-B5" } }, + "node_modules/@enonic-types/lib-io/node_modules/@enonic-types/core": { + "version": "8.0.0-B5", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B5.tgz", + "integrity": "sha512-kN17TYr6pNqqggdo4/k5sMLoDPJ2SYM6DjXJq1u3jOMshr1tjOl90wvcefg65leBwLcvyqlrdcSmYdiB2G3rCQ==", + "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 ef1bc77e..23b8d9d8 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-B5", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^1.1.0-B4", "@enonic/react-components": "^7.0.0-B1",