diff --git a/package-lock.json b/package-lock.json index 26a077b..2a81934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "welcome", - "version": "1.4.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "welcome", - "version": "1.4.0", + "version": "3.0.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.5.1", @@ -25,7 +25,7 @@ "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", - "@nextcloud/stylelint-config": "3.2.1", + "@nextcloud/stylelint-config": "3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", "eslint-webpack-plugin": "^5.0.2", "stylelint-webpack-plugin": "^5.1.0" @@ -3126,9 +3126,9 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.1.tgz", - "integrity": "sha512-fRWuN92ydC52+CGURBmbgkaAFDKOq9pmx/vsujr8cRKlGbAhLH+gyxzSpQUc37ZKKNaBDuUvcGzrqH/YipKbGA==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-3.2.2.tgz", + "integrity": "sha512-5rr77fGK+zoa8yN+8zR43XbqyuN/yB2wSAy4vKE2F+hgAeOhpUAyChV+pfySDbP20t4s22DHgn7BDiZKsbNE3Q==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { @@ -3138,8 +3138,8 @@ "node": "^20.19 || ^22 || ^24" }, "peerDependencies": { - "stylelint": "^17.1.1", - "stylelint-config-recommended-scss": "^17.0.0", + "stylelint": "^17.9.1", + "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-recommended-vue": "^1.6.1" } }, diff --git a/package.json b/package.json index 15a9f5f..af9d998 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", - "@nextcloud/stylelint-config": "3.2.1", + "@nextcloud/stylelint-config": "3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", "eslint-webpack-plugin": "^5.0.2", "stylelint-webpack-plugin": "^5.1.0"