diff --git a/package-lock.json b/package-lock.json index 2b279a4..c8f6d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2306,13 +2306,13 @@ } }, "@nuxtjs/stylelint-module": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@nuxtjs/stylelint-module/-/stylelint-module-4.0.0.tgz", - "integrity": "sha512-yNVCpbZQH07wr7nOoTdb7dNHSA2PUw/Y9Pw2rOQ3Dp2FSDh6/+o56Pojwnxf/xBON9EUBiCrglTMMO3mWd7YQA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/stylelint-module/-/stylelint-module-4.1.0.tgz", + "integrity": "sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==", "dev": true, "requires": { - "consola": "^2.12.1", - "stylelint-webpack-plugin": "^2.0.0" + "consola": "^2.15.3", + "stylelint-webpack-plugin": "^2.3.1" } }, "@nuxtjs/tailwindcss": { @@ -13975,18 +13975,18 @@ } }, "stylelint-webpack-plugin": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.2.2.tgz", - "integrity": "sha512-zfIsAF13xe6xuhwxZDFWQEmuVcxnRk9JFovyRL/23CWjPK1HLRw4QZdvo0Bz1bQZaDQA+6ha7cU0NO+LXaw4Mw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.1.tgz", + "integrity": "sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==", "dev": true, "requires": { - "@types/stylelint": "^13.13.0", + "@types/stylelint": "^13.13.3", "arrify": "^2.0.1", "globby": "^11.0.4", - "jest-worker": "^27.0.2", + "jest-worker": "^27.3.1", "micromatch": "^4.0.4", "normalize-path": "^3.0.0", - "schema-utils": "^3.0.0" + "schema-utils": "^3.1.1" }, "dependencies": { "braces": { @@ -14020,9 +14020,9 @@ "dev": true }, "jest-worker": { - "version": "27.3.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.3.0.tgz", - "integrity": "sha512-xTTvvJqOjKBqE1AmwDHiQN8qzp9VoT981LtfXA+XiJVxHn4435vpnrzVcJ6v/ESiuB+IXPjZakn/ppT00xBCWA==", + "version": "27.4.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.2.tgz", + "integrity": "sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==", "dev": true, "requires": { "@types/node": "*", diff --git a/package.json b/package.json index bbac68a..01ec916 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/eslint-parser": "^7.16.3", "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-module": "^3.0.2", - "@nuxtjs/stylelint-module": "^4.0.0", + "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/tailwindcss": "^4.2.0", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0",