diff --git a/package-lock.json b/package-lock.json index 51b9397..2b0c993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "@notum-cz/strapi-plugin-record-locking", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@notum-cz/strapi-plugin-record-locking", - "version": "1.3.7", + "version": "1.3.8", "license": "MIT", "dependencies": { - "@strapi/utils": "^4.16.2", + "@strapi/utils": "^4.17.0", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2" }, "devDependencies": {}, "engines": { - "node": ">=14.19.1 <=18.x.x", + "node": ">=14.19.1 <=20.x.x", "npm": ">=6.0.0" }, "peerDependencies": { @@ -3260,9 +3260,9 @@ } }, "node_modules/@strapi/utils": { - "version": "4.16.2", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.16.2.tgz", - "integrity": "sha512-CuAXBXXke4j0OTVuQswZ8c/Mpeb9W1DhcBhYQpc8Cwn9NeII5VGE57TrIkXL3FCU8q4fcL3IrSLaftmL6/e3uQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", + "integrity": "sha512-jiiYilc8BNZJkGgvLkLOJvsP4ra1N82fWcAL+xuvC2K31Vl+8ugX1S3xVCVnRwokUGVNu5qk+CdN5h23pIVFxQ==", "dependencies": { "@sindresorhus/slugify": "1.1.0", "date-fns": "2.30.0", @@ -18792,9 +18792,9 @@ } }, "@strapi/utils": { - "version": "4.16.2", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.16.2.tgz", - "integrity": "sha512-CuAXBXXke4j0OTVuQswZ8c/Mpeb9W1DhcBhYQpc8Cwn9NeII5VGE57TrIkXL3FCU8q4fcL3IrSLaftmL6/e3uQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", + "integrity": "sha512-jiiYilc8BNZJkGgvLkLOJvsP4ra1N82fWcAL+xuvC2K31Vl+8ugX1S3xVCVnRwokUGVNu5qk+CdN5h23pIVFxQ==", "requires": { "@sindresorhus/slugify": "1.1.0", "date-fns": "2.30.0", diff --git a/package.json b/package.json index b62e73f..e79e5ac 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "license": "MIT", "dependencies": { - "@strapi/utils": "^4.16.2", + "@strapi/utils": "^4.17.0", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2" },