diff --git a/package-lock.json b/package-lock.json
index 1c8b0284218..289ad751af0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"vue-router": "4.4.5"
},
"devDependencies": {
- "@eslint/js": "9.13.0",
+ "@eslint/js": "9.14.0",
"@prettier/plugin-pug": "3.2.0",
"@prettier/plugin-xml": "3.4.1",
"@tikui/core": "6.2.1",
@@ -28,7 +28,7 @@
"@vitest/coverage-istanbul": "2.1.4",
"@vue/test-utils": "2.4.6",
"cypress": "13.15.1",
- "eslint": "9.13.0",
+ "eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-pug": "1.2.5",
@@ -47,7 +47,7 @@
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-sh": "0.14.0",
"rimraf": "6.0.1",
- "sass": "1.80.5",
+ "sass": "1.80.6",
"serve": "14.2.4",
"sinon": "19.0.2",
"start-server-and-test": "2.0.8",
@@ -1145,9 +1145,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.13.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz",
- "integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==",
+ "version": "9.14.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.14.0.tgz",
+ "integrity": "sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1444,6 +1444,7 @@
"integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
"dev": true,
"license": "MIT",
+ "optional": true,
"dependencies": {
"detect-libc": "^1.0.3",
"is-glob": "^4.0.3",
@@ -4599,6 +4600,7 @@
"integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
"dev": true,
"license": "Apache-2.0",
+ "optional": true,
"bin": {
"detect-libc": "bin/detect-libc.js"
},
@@ -5094,22 +5096,22 @@
}
},
"node_modules/eslint": {
- "version": "9.13.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.13.0.tgz",
- "integrity": "sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==",
+ "version": "9.14.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz",
+ "integrity": "sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.11.0",
+ "@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.18.0",
"@eslint/core": "^0.7.0",
"@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "9.13.0",
+ "@eslint/js": "9.14.0",
"@eslint/plugin-kit": "^0.2.0",
- "@humanfs/node": "^0.16.5",
+ "@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
- "@humanwhocodes/retry": "^0.3.1",
+ "@humanwhocodes/retry": "^0.4.0",
"@types/estree": "^1.0.6",
"@types/json-schema": "^7.0.15",
"ajv": "^6.12.4",
@@ -5117,9 +5119,9 @@
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
- "eslint-scope": "^8.1.0",
- "eslint-visitor-keys": "^4.1.0",
- "espree": "^10.2.0",
+ "eslint-scope": "^8.2.0",
+ "eslint-visitor-keys": "^4.2.0",
+ "espree": "^10.3.0",
"esquery": "^1.5.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
@@ -5275,6 +5277,20 @@
"url": "https://opencollective.com/eslint"
}
},
+ "node_modules/eslint/node_modules/@humanwhocodes/retry": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.0.tgz",
+ "integrity": "sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
"node_modules/eslint/node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -8611,7 +8627,8 @@
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "optional": true
},
"node_modules/node-releases": {
"version": "2.0.18",
@@ -10495,13 +10512,12 @@
"license": "MIT"
},
"node_modules/sass": {
- "version": "1.80.5",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.5.tgz",
- "integrity": "sha512-TQd2aoQl/+zsxRMEDSxVdpPIqeq9UFc6pr7PzkugiTx3VYCFPUaa3P4RrBQsqok4PO200Vkz0vXQBNlg7W907g==",
+ "version": "1.80.6",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.6.tgz",
+ "integrity": "sha512-ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@parcel/watcher": "^2.4.1",
"chokidar": "^4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
@@ -10511,6 +10527,9 @@
},
"engines": {
"node": ">=14.0.0"
+ },
+ "optionalDependencies": {
+ "@parcel/watcher": "^2.4.1"
}
},
"node_modules/sass/node_modules/chokidar": {
diff --git a/package.json b/package.json
index 1776e4b1135..d728cf8e318 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"vue-router": "4.4.5"
},
"devDependencies": {
- "@eslint/js": "9.13.0",
+ "@eslint/js": "9.14.0",
"@prettier/plugin-pug": "3.2.0",
"@prettier/plugin-xml": "3.4.1",
"@tikui/core": "6.2.1",
@@ -66,7 +66,7 @@
"@vitest/coverage-istanbul": "2.1.4",
"@vue/test-utils": "2.4.6",
"cypress": "13.15.1",
- "eslint": "9.13.0",
+ "eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-pug": "1.2.5",
@@ -85,7 +85,7 @@
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-sh": "0.14.0",
"rimraf": "6.0.1",
- "sass": "1.80.5",
+ "sass": "1.80.6",
"serve": "14.2.4",
"sinon": "19.0.2",
"start-server-and-test": "2.0.8",
diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json
index ad2ddfbe658..a6dabb840b0 100644
--- a/src/main/resources/generator/dependencies/common/package.json
+++ b/src/main/resources/generator/dependencies/common/package.json
@@ -19,7 +19,7 @@
"browser-sync": "3.0.3",
"cssnano": "7.0.6",
"cypress": "13.15.1",
- "eslint": "9.13.0",
+ "eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"globals": "15.11.0",
@@ -29,7 +29,7 @@
"i18next-http-backend": "2.6.2",
"jest": "29.7.0",
"jsdom": "25.0.1",
- "keycloak-js": "26.0.4",
+ "keycloak-js": "26.0.5",
"lint-staged": "15.2.10",
"mkdirp": "3.0.1",
"node": "22.11.0",
diff --git a/src/main/resources/generator/dependencies/pom.xml b/src/main/resources/generator/dependencies/pom.xml
index c37a812d491..f33b9269e26 100644
--- a/src/main/resources/generator/dependencies/pom.xml
+++ b/src/main/resources/generator/dependencies/pom.xml
@@ -53,7 +53,7 @@
1.9.1
1.7.1
- 2.6.5
+ 2.6.6
3.3.1
3.6.0
9.0.1
diff --git a/src/main/resources/generator/dependencies/react/package.json b/src/main/resources/generator/dependencies/react/package.json
index 33fa3700c98..f6b7d49f25e 100644
--- a/src/main/resources/generator/dependencies/react/package.json
+++ b/src/main/resources/generator/dependencies/react/package.json
@@ -19,7 +19,7 @@
"react-hook-form": "7.53.1",
"react-i18next": "15.1.0",
"react-scripts": "5.0.1",
- "sass": "1.80.5",
+ "sass": "1.80.6",
"ts-node": "10.9.2"
}
}