diff --git a/package-lock.json b/package-lock.json index 37bfa826..090a3e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6196,6 +6196,30 @@ "postcss-selector-parser": "^6.0.2", "postcss-styl": "^0.5.11", "vue-eslint-parser": "^7.0.0 || ^6.0.0 || ^5.0.0" + }, + "dependencies": { + "eslint-utils": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", + "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^1.1.0" + } + }, + "postcss-styl": { + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/postcss-styl/-/postcss-styl-0.5.11.tgz", + "integrity": "sha512-tx+YvZpgSms90f5HL8B1ohqJc9n+YG49veP2YcDrhz5P317OPKjy5JU34Y/b1cyBC8thZ0d51FurrfaLwOLwpQ==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "fast-diff": "^1.2.0", + "lodash.sortedlastindex": "^4.1.0", + "postcss": "^7.0.27", + "stylus": "^0.54.7" + } + } } }, "eslint-scope": { @@ -16766,9 +16790,9 @@ } }, "websocket-extensions": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", - "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true }, "when": {