diff --git a/package-lock.json b/package-lock.json index 8f37050766..c42e426581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "1.7.7", "mitt": "3.0.1", - "piqure": "2.0.0", + "piqure": "2.1.0", "placeholder-loading": "0.6.0", "vue": "3.5.12", "vue-router": "4.4.5" @@ -9356,9 +9356,9 @@ } }, "node_modules/piqure": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/piqure/-/piqure-2.0.0.tgz", - "integrity": "sha512-SxbawC9Z3Y+dNQJKgnwAaV9kLRLFWTtI4By5zTZAg3cYQZKSiMFd2mB5fd2/Gxh6gdXGltbbnom2dU45JwChfw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/piqure/-/piqure-2.1.0.tgz", + "integrity": "sha512-pPz9KU7rOzekxR6NNLMfNsqRP7Akg0gztT2d6wgLjO2FxKL/ula7YWZrpS6ma2eoaRjpBlo3FwGUEWeNsGI9uA==", "license": "MIT" }, "node_modules/placeholder-loading": { diff --git a/package.json b/package.json index e09441daa5..405cbfd74e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "axios": "1.7.7", "mitt": "3.0.1", - "piqure": "2.0.0", + "piqure": "2.1.0", "placeholder-loading": "0.6.0", "vue": "3.5.12", "vue-router": "4.4.5" diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index 14e6649fb8..2d395b0fea 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -37,7 +37,7 @@ "npm-run-all2": "6.2.3", "onchange": "7.1.0", "path-exists-cli": "2.0.0", - "piqure": "2.0.0", + "piqure": "2.1.0", "postcss": "8.4.47", "postcss-cli": "11.0.0", "prettier": "3.3.3",