From 5ebc8f7c57dd0f4b032bcbe0f862d377eff13dbb Mon Sep 17 00:00:00 2001 From: planctus Date: Thu, 31 Mar 2022 13:39:15 +0300 Subject: [PATCH] chore(deps): Updates 31-03-22 (#2376) --- .eslintrc.js | 1 + package.json | 10 +- .../components/site-header/package.json | 2 +- .../addons/storybook-addon-code/package.json | 2 +- src/presets/ec/ecl-builder.config.js | 5 +- src/presets/eu/ecl-builder.config.js | 5 +- src/presets/reset/package.json | 3 - src/presets/rtl/ecl-builder.config.js | 2 - src/presets/rtl/package.json | 5 - src/tools/builder/package.json | 2 +- src/website/package.json | 6 +- yarn.lock | 176 ++++++++---------- 12 files changed, 97 insertions(+), 122 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index b97723e6665..7360f89e9d8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { parser: '@babel/eslint-parser', root: true, + plugins: ['jest'], extends: ['airbnb-base', 'prettier'], env: { node: true, diff --git a/package.json b/package.json index 915b58c10f9..9f39914c889 100644 --- a/package.json +++ b/package.json @@ -38,16 +38,16 @@ "@size-limit/preset-big-lib": "7.0.8", "babel-jest": "27.5.1", "classnames": "2.3.1", - "eslint": "8.11.0", + "eslint": "8.12.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.25.4", - "eslint-plugin-jest": "25.7.0", + "eslint-plugin-jest": "26.1.3", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.29.4", - "eslint-plugin-react-hooks": "4.3.0", + "eslint-plugin-react-hooks": "4.4.0", "glob": "7.2.0", "husky": "7.0.4", "jest": "27.5.1", @@ -57,14 +57,14 @@ "npm-run-all": "4.1.5", "patch-package": "6.4.7", "postinstall-postinstall": "2.1.0", - "prettier": "2.6.0", + "prettier": "2.6.1", "prop-types": "15.8.1", "react": "17.0.2", "react-dom": "17.0.2", "rimraf": "3.0.2", "size-limit": "7.0.8", "ssri": "8.0.1", - "stylelint": "14.6.0", + "stylelint": "14.6.1", "stylelint-config-css-modules": "2.3.0", "stylelint-config-prettier": "9.0.3", "stylelint-config-standard": "24.0.0", diff --git a/src/implementations/vanilla/components/site-header/package.json b/src/implementations/vanilla/components/site-header/package.json index b6e890c44bc..5d7e3302e1b 100644 --- a/src/implementations/vanilla/components/site-header/package.json +++ b/src/implementations/vanilla/components/site-header/package.json @@ -12,7 +12,7 @@ "@ecl/dom-utils": "^3.2.3", "@ecl/theme-dev": "^3.2.3", "@ecl/vanilla-layout-grid": "^3.2.3", - "focus-trap": "6.7.2" + "focus-trap": "6.7.3" }, "publishConfig": { "access": "public" diff --git a/src/playground/addons/storybook-addon-code/package.json b/src/playground/addons/storybook-addon-code/package.json index 21b4704e97b..ca6f6699f98 100644 --- a/src/playground/addons/storybook-addon-code/package.json +++ b/src/playground/addons/storybook-addon-code/package.json @@ -9,7 +9,7 @@ "@storybook/addons": "6.4.19", "@storybook/components": "6.4.19", "@storybook/theming": "6.4.19", - "js-beautify": "1.14.0", + "js-beautify": "1.14.2", "prop-types": "15.8.1", "react": "17.0.2", "react-dom": "17.0.2" diff --git a/src/presets/ec/ecl-builder.config.js b/src/presets/ec/ecl-builder.config.js index 0a1d1ae9a69..b21385511c0 100644 --- a/src/presets/ec/ecl-builder.config.js +++ b/src/presets/ec/ecl-builder.config.js @@ -86,7 +86,10 @@ module.exports = { }, handlers: [ { - pattern: `${path.resolve(__dirname, '..')}/(dev|ec)/src/*.scss`, + pattern: `${path.resolve( + __dirname, + '..' + )}/(dev|ec|reset|rtl)/src/*.scss`, events: [ { on: 'change', diff --git a/src/presets/eu/ecl-builder.config.js b/src/presets/eu/ecl-builder.config.js index 271a589062c..da21b9aad58 100644 --- a/src/presets/eu/ecl-builder.config.js +++ b/src/presets/eu/ecl-builder.config.js @@ -86,7 +86,10 @@ module.exports = { }, handlers: [ { - pattern: `${path.resolve(__dirname, '..')}/(dev|eu)/src/*.scss`, + pattern: `${path.resolve( + __dirname, + '..' + )}/(dev|eu|reset|rtl)/src/*.scss`, events: [ { on: 'change', diff --git a/src/presets/reset/package.json b/src/presets/reset/package.json index 4074f235491..f00e890f598 100644 --- a/src/presets/reset/package.json +++ b/src/presets/reset/package.json @@ -10,17 +10,14 @@ }, "scripts": { "build:copy": "ecl-builder copy", - "build:scripts": "ecl-builder scripts", "build:styles": "ecl-builder styles", "build": "run-p build:*", "clean": "rimraf build dist", "dist": "cross-env NODE_ENV=production run-p build:*", - "watch": "ecl-builder watch", "prepublish": "npm run clean && npm run build && npm run dist" }, "devDependencies": { "@ecl/builder": "^3.2.3", - "chokidar-cli": "2.1.0", "cross-env": "7.0.3", "normalize.css": "8.0.1", "npm-run-all": "4.1.5", diff --git a/src/presets/rtl/ecl-builder.config.js b/src/presets/rtl/ecl-builder.config.js index 62a473e36df..5edbd74c10b 100644 --- a/src/presets/rtl/ecl-builder.config.js +++ b/src/presets/rtl/ecl-builder.config.js @@ -14,7 +14,6 @@ const banner = `${pkg.name} - ${ } Built on ${new Date().toISOString()}`; module.exports = { - scripts: [], styles: [ { entry: path.resolve(__dirname, 'src/rtl.scss'), @@ -26,5 +25,4 @@ module.exports = { }, }, ], - copy: [], }; diff --git a/src/presets/rtl/package.json b/src/presets/rtl/package.json index c2211ed788e..26544328a90 100644 --- a/src/presets/rtl/package.json +++ b/src/presets/rtl/package.json @@ -9,21 +9,16 @@ "access": "public" }, "scripts": { - "build:copy": "ecl-builder copy", - "build:scripts": "ecl-builder scripts", "build:styles": "ecl-builder styles", "build": "run-p build:*", "clean": "rimraf build dist", "dist": "cross-env NODE_ENV=production run-p build:*", - "watch": "ecl-builder watch", "prepublish": "npm run clean && npm run build && npm run dist" }, "devDependencies": { "@ecl/builder": "^3.2.3", "@ecl/theme-dev": "^3.2.3", - "chokidar-cli": "2.1.0", "cross-env": "7.0.3", - "normalize.css": "8.0.1", "npm-run-all": "4.1.5", "rimraf": "3.0.2" }, diff --git a/src/tools/builder/package.json b/src/tools/builder/package.json index d5f97ab5d3f..3d4731e21d6 100644 --- a/src/tools/builder/package.json +++ b/src/tools/builder/package.json @@ -30,7 +30,7 @@ "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-svg": "2.0.0", "rollup-plugin-uglify": "6.0.4", - "sass": "1.49.9" + "sass": "1.49.10" }, "engines": { "node": ">=12.0.0" diff --git a/src/website/package.json b/src/website/package.json index 924781f3ad2..d9990f7289a 100644 --- a/src/website/package.json +++ b/src/website/package.json @@ -30,7 +30,7 @@ "deepmerge": "4.2.2", "html-react-parser": "0.14.2", "iframe-resizer": "4.3.2", - "js-beautify": "1.14.0", + "js-beautify": "1.14.2", "normalize.css": "8.0.1", "object-assign": "4.1.1", "prismjs": "1.27.0", @@ -61,7 +61,7 @@ "copy-webpack-plugin": "6.3.2", "css-loader": "5.2.6", "documentation": "13.2.5", - "eslint": "8.11.0", + "eslint": "8.12.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.5.0", @@ -85,7 +85,7 @@ "remark-frontmatter": "2.0.0", "remark-unwrap-images": "2.1.0", "rimraf": "3.0.2", - "sass": "1.49.9", + "sass": "1.49.10", "sass-loader": "10.1.0", "serve": "13.0.2", "style-loader": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 0e693391ff9..fff3a3217c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4085,57 +4085,50 @@ dependencies: "@types/node" "*" -"@typescript-eslint/experimental-utils@^5.0.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.12.0.tgz#b97c599a281f14a68015c25ee24966cb54ba9fc5" - integrity sha512-iFVADWH2CmiDF+E9kFK2r474BO2JILDKw1NVD5ytqHrM3ezsfdu5uo6B+77DH0suM7iUC/yOayHNziuiI9BPbQ== - dependencies: - "@typescript-eslint/utils" "5.12.0" - -"@typescript-eslint/scope-manager@5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e" - integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ== - dependencies: - "@typescript-eslint/types" "5.12.0" - "@typescript-eslint/visitor-keys" "5.12.0" - -"@typescript-eslint/types@5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8" - integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ== - -"@typescript-eslint/typescript-estree@5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2" - integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ== - dependencies: - "@typescript-eslint/types" "5.12.0" - "@typescript-eslint/visitor-keys" "5.12.0" +"@typescript-eslint/scope-manager@5.17.0": + version "5.17.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.17.0.tgz#4cea7d0e0bc0e79eb60cad431c89120987c3f952" + integrity sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w== + dependencies: + "@typescript-eslint/types" "5.17.0" + "@typescript-eslint/visitor-keys" "5.17.0" + +"@typescript-eslint/types@5.17.0": + version "5.17.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.17.0.tgz#861ec9e669ffa2aa9b873dd4d28d9b1ce26d216f" + integrity sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw== + +"@typescript-eslint/typescript-estree@5.17.0": + version "5.17.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.17.0.tgz#a7cba7dfc8f9cc2ac78c18584e684507df4f2488" + integrity sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg== + dependencies: + "@typescript-eslint/types" "5.17.0" + "@typescript-eslint/visitor-keys" "5.17.0" debug "^4.3.2" globby "^11.0.4" is-glob "^4.0.3" semver "^7.3.5" tsutils "^3.21.0" -"@typescript-eslint/utils@5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af" - integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw== +"@typescript-eslint/utils@^5.10.0": + version "5.17.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.17.0.tgz#549a9e1d491c6ccd3624bc3c1b098f5cfb45f306" + integrity sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA== dependencies: "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.12.0" - "@typescript-eslint/types" "5.12.0" - "@typescript-eslint/typescript-estree" "5.12.0" + "@typescript-eslint/scope-manager" "5.17.0" + "@typescript-eslint/types" "5.17.0" + "@typescript-eslint/typescript-estree" "5.17.0" eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/visitor-keys@5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16" - integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg== +"@typescript-eslint/visitor-keys@5.17.0": + version "5.17.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.17.0.tgz#52daae45c61b0211b4c81b53a71841911e479128" + integrity sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA== dependencies: - "@typescript-eslint/types" "5.12.0" + "@typescript-eslint/types" "5.17.0" eslint-visitor-keys "^3.0.0" "@vue/compiler-core@3.2.31": @@ -6041,17 +6034,7 @@ cheerio@1.0.0-rc.2: lodash "^4.15.0" parse5 "^3.0.1" -chokidar-cli@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/chokidar-cli/-/chokidar-cli-2.1.0.tgz#2491df133bd62cd145227b1746fbd94f2733e1bc" - integrity sha512-6n21AVpW6ywuEPoxJcLXMA2p4T+SLjWsXKny/9yTWFz0kKxESI3eUylpeV97LylING/27T/RVTY0f2/0QaWq9Q== - dependencies: - chokidar "^3.2.3" - lodash.debounce "^4.0.8" - lodash.throttle "^4.1.1" - yargs "^13.3.0" - -"chokidar@>=3.0.0 <4.0.0", chokidar@^3.2.3, chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.1, chokidar@^3.5.3: +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.0, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.1, chokidar@^3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== @@ -7409,6 +7392,13 @@ debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.6, debug@^3.2.7: dependencies: ms "^2.1.1" +debug@^4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" @@ -8379,12 +8369,12 @@ eslint-plugin-import@2.25.4: resolve "^1.20.0" tsconfig-paths "^3.12.0" -eslint-plugin-jest@25.7.0: - version "25.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a" - integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ== +eslint-plugin-jest@26.1.3: + version "26.1.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.3.tgz#e722e5efeea18aa9dec7c7349987b641db19feb7" + integrity sha512-Pju+T7MFpo5VFhFlwrkK/9jRUu18r2iugvgyrWOnnGRaVTFFmFXp+xFJpHyqmjjLmGJPKLeEFLVTAxezkApcpQ== dependencies: - "@typescript-eslint/experimental-utils" "^5.0.0" + "@typescript-eslint/utils" "^5.10.0" eslint-plugin-jsx-a11y@6.5.1: version "6.5.1" @@ -8411,10 +8401,10 @@ eslint-plugin-prettier@4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172" - integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== +eslint-plugin-react-hooks@4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4" + integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ== eslint-plugin-react@7.29.4: version "7.29.4" @@ -8493,10 +8483,10 @@ eslint-webpack-plugin@3.1.1: normalize-path "^3.0.0" schema-utils "^3.1.1" -eslint@8.11.0: - version "8.11.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.11.0.tgz#88b91cfba1356fc10bb9eb592958457dfe09fb37" - integrity sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA== +eslint@8.12.0: + version "8.12.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e" + integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q== dependencies: "@eslint/eslintrc" "^1.2.1" "@humanwhocodes/config-array" "^0.9.2" @@ -9184,13 +9174,6 @@ fn.name@1.x.x: resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc" integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== -focus-trap@6.7.2: - version "6.7.2" - resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.2.tgz#02e63b12f4d4b3d00bfac4309cfd223e9b4ed44e" - integrity sha512-mRVv9QPCXITaDreu+pNXiPk1Rpn0WQtGvGrDo3Z/s2kdwtzFw/WOPfbLkdxWWvcahoInm9eRztuQOr1RNyQGrw== - dependencies: - tabbable "^5.2.1" - focus-trap@6.7.3: version "6.7.3" resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.3.tgz#b5dc195b49c90001f08a63134471d1e6dd381ddd" @@ -11753,10 +11736,10 @@ jest@27.5.1: import-local "^3.0.2" jest-cli "^27.5.1" -js-beautify@1.14.0: - version "1.14.0" - resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.14.0.tgz#2ce790c555d53ce1e3d7363227acf5dc69024c2d" - integrity sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ== +js-beautify@1.14.2: + version "1.14.2" + resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.14.2.tgz#8180514fd4c7789c4ac4bcc327b6dda634c55666" + integrity sha512-H85kX95a53os+q1OCqtYe8AXAmgy3BvtysA/V83S3fdhznm6WlUpGi14DqSPbKFsL3dXZFXYl7YQwW9U1+76ng== dependencies: config-chain "^1.1.12" editorconfig "^0.15.3" @@ -12355,11 +12338,6 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "^3.0.0" -lodash.throttle@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" - integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= - lodash.truncate@^4.4.2: version "4.4.2" resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" @@ -13443,9 +13421,9 @@ node-fetch@2.6.7, node-fetch@^1.0.1, node-fetch@^2.6.1, node-fetch@^2.6.7: whatwg-url "^5.0.0" node-forge@>=1.0.0, node-forge@^0.10.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" - integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== + version "1.3.1" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-gyp@^5.0.2: version "5.1.1" @@ -15071,10 +15049,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4" - integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A== +prettier@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17" + integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A== "prettier@>=2.2.1 <=2.3.0": version "2.3.0" @@ -16612,10 +16590,10 @@ sass-loader@10.1.0: schema-utils "^3.0.0" semver "^7.3.2" -sass@1.49.9: - version "1.49.9" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9" - integrity sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A== +sass@1.49.10: + version "1.49.10" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.10.tgz#7b83cee0f03bbba443111b3f94944fde2b0c7a6b" + integrity sha512-w37zfWJwKu4I78U4z63u1mmgoncq+v3iOB4yzQMPyAPVHHawaQSnu9C9ysGQnZEhW609jkcLioJcMCqm75JMdg== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0" @@ -16959,9 +16937,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== simple-git@>=3.3.0, simple-git@^2.0.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.4.0.tgz#dea49dfafbc16a67b26221917fca1caaeb976e4a" - integrity sha512-sBRdudUc1yvi0xQQPuHXc1L9gTWkRn4hP2bbc7q4BTxR502d3JJAGsDOhrmsBY+wAZAw5JLl82tx55fSWYE65w== + version "3.5.0" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.5.0.tgz#3c3538f4d7a1b3c8f3904412b12740bdcad9c8b1" + integrity sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1" @@ -17811,16 +17789,16 @@ stylelint-scss@^4.0.0: postcss-selector-parser "^6.0.6" postcss-value-parser "^4.1.0" -stylelint@14.6.0: - version "14.6.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.6.0.tgz#bf577103c8a1d47cd8818469e27db77b83ab3cc1" - integrity sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg== +stylelint@14.6.1: + version "14.6.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.6.1.tgz#aff137b0254515fc36b91921d88a3eb2edc194bf" + integrity sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q== dependencies: balanced-match "^2.0.0" colord "^2.9.2" cosmiconfig "^7.0.1" css-functions-list "^3.0.1" - debug "^4.3.3" + debug "^4.3.4" execall "^2.0.0" fast-glob "^3.2.11" fastest-levenshtein "^1.0.12" @@ -19850,7 +19828,7 @@ yargs@17.1.1: y18n "^5.0.5" yargs-parser "^20.2.2" -yargs@^13.3.0, yargs@^13.3.2: +yargs@^13.3.2: version "13.3.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==