Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b05ec36a authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files

Merge pull request #1726 from nextcloud/dependabot/npm_and_yarn/stylelint-bare-webpack-plugin-2.0.0

parents 49f1fd8c fbeb72a0
Loading
Loading
Loading
Loading
+34 −10
Original line number Diff line number Diff line
@@ -15196,12 +15196,12 @@
      }
    },
    "stylelint-bare-webpack-plugin": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/stylelint-bare-webpack-plugin/-/stylelint-bare-webpack-plugin-1.1.3.tgz",
      "integrity": "sha512-ZRaU9Ssb1d5ntWuVBb0jO2Fpa0A6AICoNajFItOHJIHyzfsm1NmHksfaW2OdfvH/W+3i9AxRMSWKykepPvpIJw==",
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/stylelint-bare-webpack-plugin/-/stylelint-bare-webpack-plugin-2.0.0.tgz",
      "integrity": "sha512-s0vO/G+uwxp8xJ6GvGqhvTkuhsqeZkb/AIvsGmpvCeS1P5yG1htjT1iLH7S5KfTBggYGTI/c2OY+AiVxRuUYAw==",
      "dev": true,
      "requires": {
        "chalk": "^2.4.2",
        "chalk": "^3.0.0",
        "get-value": "^3.0.1",
        "is-plain-object": "^3.0.0",
        "lodash": "^4.17.15",
@@ -15209,15 +15209,24 @@
        "webpack-merge": "^4.2.2"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.0.tgz",
          "integrity": "sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==",
          "dev": true,
          "requires": {
            "@types/color-name": "^1.1.1",
            "color-convert": "^2.0.1"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
          "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
          "dev": true,
          "requires": {
            "ansi-styles": "^3.2.1",
            "escape-string-regexp": "^1.0.5",
            "supports-color": "^5.3.0"
            "ansi-styles": "^4.1.0",
            "supports-color": "^7.1.0"
          }
        },
        "get-value": {
@@ -15229,6 +15238,12 @@
            "isobject": "^3.0.1"
          }
        },
        "has-flag": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
          "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
          "dev": true
        },
        "is-plain-object": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz",
@@ -15251,6 +15266,15 @@
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
          "dev": true
        },
        "supports-color": {
          "version": "7.1.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz",
          "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==",
          "dev": true,
          "requires": {
            "has-flag": "^4.0.0"
          }
        }
      }
    },
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@
		"regenerator-runtime": "^0.13.3",
		"sass-loader": "^7.3.1",
		"stylelint": "^12.0.0",
		"stylelint-bare-webpack-plugin": "^1.1.3",
		"stylelint-bare-webpack-plugin": "^2.0.0",
		"stylelint-config-recommended-scss": "^4.1.0",
		"stylelint-scss": "^3.13.0",
		"stylelint-webpack-plugin": "^1.1.2",