diff --git a/package-lock.json b/package-lock.json index 3c79089..4198bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cldmv/uuid", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cldmv/uuid", - "version": "1.1.7", + "version": "1.1.8", "license": "Apache-2.0", "devDependencies": { "@cldmv/fix-headers": "^1.2.2", @@ -84,9 +84,9 @@ } }, "node_modules/@cldmv/fix-headers": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/@cldmv/fix-headers/-/fix-headers-1.3.7.tgz", - "integrity": "sha512-n8dzZVzYb1W1RiXr4hXD3ZiEfI/r3WN8ibPZGaaKgGOYD1aT5fUBXt+wr0lpLi8aiRprzvQi55u0kafRdUip/Q==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@cldmv/fix-headers/-/fix-headers-1.3.9.tgz", + "integrity": "sha512-gBosC62dn7OG3oFDM4VYrRDkeDeF7mpxvwKt/3Vs6s+76eodALh0L2AhGvytkS+bmjFwOEmaYtYR+FZbDWz7tw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7665aae..61c8c57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cldmv/uuid", - "version": "1.1.7", + "version": "1.1.8", "description": "Extended RFC 4122 and RFC 9562 UUID implementation with custom variant structures, issuer-based identification, and timestamp variants", "main": "./index.cjs", "module": "./index.mjs",