diff --git a/package-lock.json b/package-lock.json index 3cc61981..52707c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "lib-react4xp", "license": "Apache-2.0", "dependencies": { - "@enonic/js-utils": "^2.0.0" + "@enonic/js-utils": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.29.7", @@ -2092,9 +2092,9 @@ "peer": true }, "node_modules/@enonic/js-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@enonic/js-utils/-/js-utils-2.0.0.tgz", - "integrity": "sha512-04TjsNnUiaJQQHbmw1Xd4BLCTVZhJ8NC8EQH9fzy7m+7vemhD/uFy7VPtAqUB9iiOZKX9r/Bf9j/uHguXkJIlA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@enonic/js-utils/-/js-utils-2.1.0.tgz", + "integrity": "sha512-29jjrHuazMJCj+K69tJfdpGChltYzoKNyprle8xVVZgnoRf4WHeQywlCEXrOzv/heXIDIfueVNEphvz+MWBRxA==", "license": "Apache-2.0" }, "node_modules/@enonic/mock-xp": { diff --git a/package.json b/package.json index fa78e268..e5007161 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "Pavel Milkevich " ], "dependencies": { - "@enonic/js-utils": "^2.0.0" + "@enonic/js-utils": "^2.1.0" }, "description": "XP serverside runtime, handles the bulk of the React4xp work: server-side rendering, and handling and serving of client-side components and dependency chunks to the client, including the React4xp front-end rendering wrapper itself.\"", "devDependencies": {