diff --git a/package-lock.json b/package-lock.json index 94ce31c5..a7570a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@enonic-types/core": "^8.0.0-B4", "@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-context": "^8.0.0-B5", "@enonic-types/lib-io": "^8.0.0-B4", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^1.1.0-B4", @@ -1964,14 +1964,22 @@ } }, "node_modules/@enonic-types/lib-context": { - "version": "8.0.0-B4", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-8.0.0-B4.tgz", - "integrity": "sha512-iFu7mW1w98Hw1HTea5x/b6q/aTPKhUFCfLgwIbQnoE6hgNTEUwx0Vd5qjrSY1tEIKKIioQ9w6VQnyOA/AMwQBw==", + "version": "8.0.0-B5", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-8.0.0-B5.tgz", + "integrity": "sha512-rDcB2Qi1YrXlfufEuwxH2gKWP4Xi+30BAR88GuJSyRYb9gk19EoZ9GYdiVWHou/oMOEj1YSNZqUPCZ7VTJdscQ==", "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-context/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-io": { "version": "8.0.0-B4", "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-8.0.0-B4.tgz", diff --git a/package.json b/package.json index ef1bc77e..44e2b32d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@enonic-types/core": "^8.0.0-B4", "@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-context": "^8.0.0-B5", "@enonic-types/lib-io": "^8.0.0-B4", "@enonic-types/lib-portal": "^8.0.0-B4", "@enonic/mock-xp": "^1.1.0-B4",