diff --git a/package-lock.json b/package-lock.json index 94ce31c5..c3fe15f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.29.5", - "@enonic-types/core": "^8.0.0-B4", + "@enonic-types/core": "^8.0.0-B5", "@enonic-types/global": "^8.0.0-B4", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-B4", @@ -1940,10 +1940,11 @@ } }, "node_modules/@enonic-types/core": { - "version": "8.0.0-B4", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", - "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", - "dev": true + "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/global": { "version": "8.0.0-B4", @@ -1954,6 +1955,13 @@ "@enonic-types/core": "8.0.0-B4" } }, + "node_modules/@enonic-types/global/node_modules/@enonic-types/core": { + "version": "8.0.0-B4", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", + "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@enonic-types/lib-content": { "version": "8.0.0-B4", "resolved": "https://registry.npmjs.org/@enonic-types/lib-content/-/lib-content-8.0.0-B4.tgz", @@ -1963,6 +1971,13 @@ "@enonic-types/core": "8.0.0-B4" } }, + "node_modules/@enonic-types/lib-content/node_modules/@enonic-types/core": { + "version": "8.0.0-B4", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", + "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", + "dev": true, + "license": "Apache-2.0" + }, "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", @@ -1972,6 +1987,13 @@ "@enonic-types/core": "8.0.0-B4" } }, + "node_modules/@enonic-types/lib-context/node_modules/@enonic-types/core": { + "version": "8.0.0-B4", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", + "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", + "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", @@ -1981,6 +2003,13 @@ "@enonic-types/core": "8.0.0-B4" } }, + "node_modules/@enonic-types/lib-io/node_modules/@enonic-types/core": { + "version": "8.0.0-B4", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", + "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", + "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", @@ -1990,6 +2019,13 @@ "@enonic-types/core": "8.0.0-B4" } }, + "node_modules/@enonic-types/lib-portal/node_modules/@enonic-types/core": { + "version": "8.0.0-B4", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-8.0.0-B4.tgz", + "integrity": "sha512-UGq6ixxLMOEQm5NYdjilWUIXugcGiEKAmzuzM1vBCltdJLJfqgJYjVgrziXhbiulpYdxcMoDTe0N8uF7R6j25w==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@enonic-types/lib-schema": { "version": "7.16.3", "resolved": "https://registry.npmjs.org/@enonic-types/lib-schema/-/lib-schema-7.16.3.tgz", diff --git a/package.json b/package.json index ef1bc77e..929932f7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.29.5", - "@enonic-types/core": "^8.0.0-B4", + "@enonic-types/core": "^8.0.0-B5", "@enonic-types/global": "^8.0.0-B4", "@enonic-types/lib-content": "^8.0.0-B4", "@enonic-types/lib-context": "^8.0.0-B4",