diff --git a/apps/front/package-lock.json b/apps/front/package-lock.json index bdefba5..11b7f39 100644 --- a/apps/front/package-lock.json +++ b/apps/front/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@cher-ami/css-flat": "^1.0.1", "@cher-ami/router": "^3.0.0", - "@cher-ami/utils": "^1.2.0", + "@cher-ami/utils": "^1.3.1", "@wbe/debug": "^1.1.0", "cross-fetch": "^3.1.6", "history": "^5.3.0", @@ -1660,8 +1660,9 @@ } }, "node_modules/@cher-ami/utils": { - "version": "1.2.0", - "license": "MIT" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@cher-ami/utils/-/utils-1.3.1.tgz", + "integrity": "sha512-Pf5MVMbghFvXX8e5pyypLdntUWSwexJNG0Q7e6CryKXZGiCqI3jwSkCFPc4vFxZZB8wyli8wX+cKzfBIMiuE0Q==" }, "node_modules/@esbuild/linux-arm64": { "version": "0.17.19", @@ -6157,7 +6158,9 @@ } }, "@cher-ami/utils": { - "version": "1.2.0" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@cher-ami/utils/-/utils-1.3.1.tgz", + "integrity": "sha512-Pf5MVMbghFvXX8e5pyypLdntUWSwexJNG0Q7e6CryKXZGiCqI3jwSkCFPc4vFxZZB8wyli8wX+cKzfBIMiuE0Q==" }, "@esbuild/linux-arm64": { "version": "0.17.19", diff --git a/apps/front/package.json b/apps/front/package.json index d31d527..2ed0162 100644 --- a/apps/front/package.json +++ b/apps/front/package.json @@ -18,7 +18,7 @@ "dependencies": { "@cher-ami/css-flat": "^1.0.1", "@cher-ami/router": "^3.0.0", - "@cher-ami/utils": "^1.2.0", + "@cher-ami/utils": "^1.3.1", "@wbe/debug": "^1.1.0", "cross-fetch": "^3.1.6", "history": "^5.3.0",