|
@@ -1,12 +1,12 @@
|
|
|
{
|
|
|
"name": "hmpl-js",
|
|
|
- "version": "2.2.4",
|
|
|
+ "version": "2.2.6",
|
|
|
"lockfileVersion": 3,
|
|
|
"requires": true,
|
|
|
"packages": {
|
|
|
"": {
|
|
|
"name": "hmpl-js",
|
|
|
- "version": "2.2.4",
|
|
|
+ "version": "2.2.6",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"dompurify": "^3.2.4",
|
|
@@ -59,6 +59,27 @@
|
|
|
"node": ">=6.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@asamuzakjp/css-color": {
|
|
|
+ "version": "2.8.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-2.8.3.tgz",
|
|
|
+ "integrity": "sha512-GIc76d9UI1hCvOATjZPyHFmE5qhRccp3/zGfMPapK3jBi+yocEzp6BBB0UnfRYP9NP4FANqUZYb0hnfs3TM3hw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@csstools/css-calc": "^2.1.1",
|
|
|
+ "@csstools/css-color-parser": "^3.0.7",
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3",
|
|
|
+ "lru-cache": "^10.4.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
|
|
|
+ "version": "10.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
|
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/@babel/cli": {
|
|
|
"version": "7.25.9",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz",
|
|
@@ -1739,6 +1760,121 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@csstools/color-helpers": {
|
|
|
+ "version": "5.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
|
|
|
+ "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT-0",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-calc": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-color-parser": {
|
|
|
+ "version": "3.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz",
|
|
|
+ "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@csstools/color-helpers": "^5.0.2",
|
|
|
+ "@csstools/css-calc": "^2.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-parser-algorithms": "^3.0.4",
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-parser-algorithms": {
|
|
|
+ "version": "3.0.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
|
|
|
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@csstools/css-tokenizer": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@csstools/css-tokenizer": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
|
|
|
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/csstools"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
|
"version": "0.24.0",
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.0.tgz",
|
|
@@ -3213,14 +3349,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/agent-base": {
|
|
|
- "version": "7.1.1",
|
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
|
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
|
+ "version": "7.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
|
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "debug": "^4.3.4"
|
|
|
- },
|
|
|
"engines": {
|
|
|
"node": ">= 14"
|
|
|
}
|
|
@@ -3776,18 +3909,26 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/cssstyle": {
|
|
|
- "version": "4.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz",
|
|
|
- "integrity": "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==",
|
|
|
+ "version": "4.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.2.1.tgz",
|
|
|
+ "integrity": "sha512-9+vem03dMXG7gDmZ62uqmRiMRNtinIZ9ZyuF6BdxzfOD+FdN5hretzynkn0ReS2DO2GSw76RWHs0UmJPI2zUjw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "rrweb-cssom": "^0.7.1"
|
|
|
+ "@asamuzakjp/css-color": "^2.8.2",
|
|
|
+ "rrweb-cssom": "^0.8.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=18"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/cssstyle/node_modules/rrweb-cssom": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/data-urls": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
|
|
@@ -4673,13 +4814,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/https-proxy-agent": {
|
|
|
- "version": "7.0.5",
|
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
|
|
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
|
+ "version": "7.0.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
|
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "agent-base": "^7.0.2",
|
|
|
+ "agent-base": "^7.1.2",
|
|
|
"debug": "4"
|
|
|
},
|
|
|
"engines": {
|
|
@@ -7251,9 +7392,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/whatwg-url": {
|
|
|
- "version": "14.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz",
|
|
|
- "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
|
|
|
+ "version": "14.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.1.tgz",
|
|
|
+ "integrity": "sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|