fix(deps): update all non-major dependencies (#4271)

This commit is contained in:
renovate[bot] 2018-11-08 02:09:37 +03:30 committed by Pooya Parsa
parent ead994bbb5
commit dd114ff74f
10 changed files with 132 additions and 75 deletions

View File

@ -46,9 +46,9 @@
"nuxt-legacy": "bin/nuxt-legacy.js" "nuxt-legacy": "bin/nuxt-legacy.js"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.5",
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.5",
"@babel/register": "^7.0.0", "@babel/register": "^7.0.0",
"@nuxt/builder": "^2.2.0", "@nuxt/builder": "^2.2.0",
"@nuxt/cli": "^2.2.0", "@nuxt/cli": "^2.2.0",

View File

@ -23,8 +23,8 @@
"postinstall": "lerna link && yarn dev" "postinstall": "lerna link && yarn dev"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.5",
"@nuxtjs/eslint-config": "^0.0.1", "@nuxtjs/eslint-config": "^0.0.1",
"babel-core": "^7.0.0-bridge", "babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
@ -39,7 +39,7 @@
"eslint-config-standard": "^12.0.0", "eslint-config-standard": "^12.0.0",
"eslint-multiplexer": "^1.0.2", "eslint-multiplexer": "^1.0.2",
"eslint-plugin-import": "^2.14.0", "eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.27.1", "eslint-plugin-jest": "^21.27.2",
"eslint-plugin-node": "^8.0.0", "eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1", "eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.0",
@ -47,7 +47,7 @@
"esm": "^3.0.84", "esm": "^3.0.84",
"express": "^4.16.4", "express": "^4.16.4",
"finalhandler": "^1.1.1", "finalhandler": "^1.1.1",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"get-port": "^4.0.0", "get-port": "^4.0.0",
"glob": "^7.1.3", "glob": "^7.1.3",
"jest": "^23.6.0", "jest": "^23.6.0",

View File

@ -10,14 +10,14 @@
], ],
"main": "src/index.js", "main": "src/index.js",
"dependencies": { "dependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2", "@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0", "@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.5",
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.5",
"babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-transform-vue-jsx": "^4.0.1" "babel-plugin-transform-vue-jsx": "^4.0.1"
}, },

View File

@ -13,7 +13,7 @@
"@nuxtjs/devalue": "^1.1.0", "@nuxtjs/devalue": "^1.1.0",
"chokidar": "^2.0.4", "chokidar": "^2.0.4",
"consola": "^2.2.2", "consola": "^2.2.2",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"glob": "^7.1.3", "glob": "^7.1.3",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"lodash": "^4.17.11", "lodash": "^4.17.11",

View File

@ -17,7 +17,7 @@
"consola": "^2.2.2", "consola": "^2.2.2",
"debug": "^4.1.0", "debug": "^4.1.0",
"esm": "^3.0.84", "esm": "^3.0.84",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"std-env": "^2.1.1" "std-env": "^2.1.1"

View File

@ -11,7 +11,7 @@
"@nuxt/common": "^2.2.0", "@nuxt/common": "^2.2.0",
"chalk": "^2.4.1", "chalk": "^2.4.1",
"consola": "^2.2.2", "consola": "^2.2.2",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"html-minifier": "^3.5.21" "html-minifier": "^3.5.21"
}, },
"publishConfig": { "publishConfig": {

View File

@ -17,7 +17,7 @@
"consola": "^2.2.2", "consola": "^2.2.2",
"etag": "^1.8.1", "etag": "^1.8.1",
"fresh": "^0.5.2", "fresh": "^0.5.2",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"launch-editor-middleware": "^2.2.1", "launch-editor-middleware": "^2.2.1",
"serve-static": "^1.13.2", "serve-static": "^1.13.2",

View File

@ -12,7 +12,7 @@
"@nuxtjs/devalue": "^1.1.0", "@nuxtjs/devalue": "^1.1.0",
"browserslist-useragent": "^2.0.1", "browserslist-useragent": "^2.0.1",
"consola": "^2.2.2", "consola": "^2.2.2",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"lru-cache": "^4.1.3", "lru-cache": "^4.1.3",
"vue": "^2.5.17", "vue": "^2.5.17",
"vue-meta": "^1.5.5", "vue-meta": "^1.5.5",

View File

@ -8,20 +8,20 @@
], ],
"main": "dist/webpack.js", "main": "dist/webpack.js",
"dependencies": { "dependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.5",
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
"@nuxt/babel-preset-app": "^2.2.0", "@nuxt/babel-preset-app": "^2.2.0",
"@nuxt/common": "^2.2.0", "@nuxt/common": "^2.2.0",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.1.0", "@nuxtjs/friendly-errors-webpack-plugin": "^2.1.0",
"babel-loader": "^8.0.4", "babel-loader": "^8.0.4",
"cache-loader": "^1.2.5", "cache-loader": "^1.2.5",
"caniuse-lite": "^1.0.30000904", "caniuse-lite": "^1.0.30000906",
"chalk": "^2.4.1", "chalk": "^2.4.1",
"consola": "^2.2.2", "consola": "^2.2.2",
"css-loader": "^1.0.1", "css-loader": "^1.0.1",
"cssnano": "^4.1.7", "cssnano": "^4.1.7",
"file-loader": "^2.0.0", "file-loader": "^2.0.0",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.1",
"glob": "^7.1.3", "glob": "^7.1.3",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
@ -34,7 +34,7 @@
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"postcss-import-resolver": "^1.1.0", "postcss-import-resolver": "^1.1.0",
"postcss-loader": "^3.0.0", "postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.3.0", "postcss-preset-env": "^6.4.0",
"postcss-url": "^8.0.0", "postcss-url": "^8.0.0",
"style-resources-loader": "^1.2.1", "style-resources-loader": "^1.2.1",
"terser-webpack-plugin": "^1.1.0", "terser-webpack-plugin": "^1.1.0",
@ -42,7 +42,7 @@
"time-fix-plugin": "^2.0.5", "time-fix-plugin": "^2.0.5",
"url-loader": "^1.1.2", "url-loader": "^1.1.2",
"vue-loader": "^15.4.2", "vue-loader": "^15.4.2",
"webpack": "^4.24.0", "webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.0.3", "webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-middleware": "^3.4.0", "webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3", "webpack-hot-middleware": "^2.24.3",

169
yarn.lock
View File

@ -16,18 +16,18 @@
dependencies: dependencies:
"@babel/highlight" "^7.0.0" "@babel/highlight" "^7.0.0"
"@babel/core@^7.1.2": "@babel/core@^7.1.5":
version "7.1.2" version "7.1.5"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e" resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090"
integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw== integrity sha512-vOyH020C56tQvte++i+rX2yokZcRfbv/kKcw+/BCRw/cK6dvsr47aCzm8oC1XHwMSEWbqrZKzZRLzLnq6SFMsg==
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.1.2" "@babel/generator" "^7.1.5"
"@babel/helpers" "^7.1.2" "@babel/helpers" "^7.1.5"
"@babel/parser" "^7.1.2" "@babel/parser" "^7.1.5"
"@babel/template" "^7.1.2" "@babel/template" "^7.1.2"
"@babel/traverse" "^7.1.0" "@babel/traverse" "^7.1.5"
"@babel/types" "^7.1.2" "@babel/types" "^7.1.5"
convert-source-map "^1.1.0" convert-source-map "^1.1.0"
debug "^3.1.0" debug "^3.1.0"
json5 "^0.5.0" json5 "^0.5.0"
@ -47,7 +47,7 @@
source-map "^0.5.0" source-map "^0.5.0"
trim-right "^1.0.1" trim-right "^1.0.1"
"@babel/generator@^7.1.2", "@babel/generator@^7.1.3": "@babel/generator@^7.1.3":
version "7.1.3" version "7.1.3"
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673" resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ== integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ==
@ -58,6 +58,17 @@
source-map "^0.5.0" source-map "^0.5.0"
trim-right "^1.0.1" trim-right "^1.0.1"
"@babel/generator@^7.1.5":
version "7.1.5"
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3"
integrity sha512-IO31r62xfMI+wBJVmgx0JR9ZOHty8HkoYpQAjRWUGG9vykBTlGHdArZ8zoFtpUu2gs17K7qTl/TtPpiSi6t+MA==
dependencies:
"@babel/types" "^7.1.5"
jsesc "^2.5.1"
lodash "^4.17.10"
source-map "^0.5.0"
trim-right "^1.0.1"
"@babel/helper-annotate-as-pure@^7.0.0": "@babel/helper-annotate-as-pure@^7.0.0":
version "7.0.0" version "7.0.0"
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@ -236,14 +247,14 @@
"@babel/traverse" "^7.1.0" "@babel/traverse" "^7.1.0"
"@babel/types" "^7.0.0" "@babel/types" "^7.0.0"
"@babel/helpers@^7.1.2": "@babel/helpers@^7.1.5":
version "7.1.2" version "7.1.5"
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5" resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
integrity sha512-Myc3pUE8eswD73aWcartxB16K6CGmHDv9KxOmD2CeOs/FaEAQodr3VYGmlvOmog60vNQ2w8QbatuahepZwrHiA== integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
dependencies: dependencies:
"@babel/template" "^7.1.2" "@babel/template" "^7.1.2"
"@babel/traverse" "^7.1.0" "@babel/traverse" "^7.1.5"
"@babel/types" "^7.1.2" "@babel/types" "^7.1.5"
"@babel/highlight@7.0.0-beta.44": "@babel/highlight@7.0.0-beta.44":
version "7.0.0-beta.44" version "7.0.0-beta.44"
@ -268,6 +279,11 @@
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77" resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w== integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==
"@babel/parser@^7.1.5":
version "7.1.5"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc"
integrity sha512-WXKf5K5HT6X0kKiCOezJZFljsfxKV1FpU8Tf1A7ZpGvyd/Q4hlrJm2EwoH2onaUq3O4tLDp+4gk0hHPsMyxmOg==
"@babel/plugin-proposal-async-generator-functions@^7.1.0": "@babel/plugin-proposal-async-generator-functions@^7.1.0":
version "7.1.0" version "7.1.0"
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce" resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce"
@ -411,10 +427,10 @@
dependencies: dependencies:
"@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-transform-block-scoping@^7.0.0": "@babel/plugin-transform-block-scoping@^7.1.5":
version "7.0.0" version "7.1.5"
resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0.tgz#1745075edffd7cdaf69fab2fb6f9694424b7e9bc" resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz#3e8e0bc9a5104519923302a24f748f72f2f61f37"
integrity sha512-GWEMCrmHQcYWISilUrk9GDqH4enf3UmhOEbNbNrlNAX1ssH3MsS1xLOS6rdjRVPgA7XXVPn87tRkdTEoA/dxEg== integrity sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ==
dependencies: dependencies:
"@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0"
lodash "^4.17.10" lodash "^4.17.10"
@ -621,10 +637,10 @@
core-js "^2.5.7" core-js "^2.5.7"
regenerator-runtime "^0.11.1" regenerator-runtime "^0.11.1"
"@babel/preset-env@^7.1.0": "@babel/preset-env@^7.1.5":
version "7.1.0" version "7.1.5"
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11" resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d"
integrity sha512-ZLVSynfAoDHB/34A17/JCZbyrzbQj59QC1Anyueb4Bwjh373nVPq5/HMph0z+tCmcDjXDe+DlKQq9ywQuvWrQg== integrity sha512-pQ+2o0YyCp98XG0ODOHJd9z4GsSoV5jicSedRwCrU8uiqcJahwQiOq0asSZEb/m/lwyu6X5INvH/DSiwnQKncw==
dependencies: dependencies:
"@babel/helper-module-imports" "^7.0.0" "@babel/helper-module-imports" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0"
@ -639,7 +655,7 @@
"@babel/plugin-transform-arrow-functions" "^7.0.0" "@babel/plugin-transform-arrow-functions" "^7.0.0"
"@babel/plugin-transform-async-to-generator" "^7.1.0" "@babel/plugin-transform-async-to-generator" "^7.1.0"
"@babel/plugin-transform-block-scoped-functions" "^7.0.0" "@babel/plugin-transform-block-scoped-functions" "^7.0.0"
"@babel/plugin-transform-block-scoping" "^7.0.0" "@babel/plugin-transform-block-scoping" "^7.1.5"
"@babel/plugin-transform-classes" "^7.1.0" "@babel/plugin-transform-classes" "^7.1.0"
"@babel/plugin-transform-computed-properties" "^7.0.0" "@babel/plugin-transform-computed-properties" "^7.0.0"
"@babel/plugin-transform-destructuring" "^7.0.0" "@babel/plugin-transform-destructuring" "^7.0.0"
@ -681,10 +697,10 @@
pirates "^4.0.0" pirates "^4.0.0"
source-map-support "^0.5.9" source-map-support "^0.5.9"
"@babel/runtime@^7.1.2": "@babel/runtime@^7.1.5":
version "7.1.2" version "7.1.5"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
integrity sha512-Y3SCjmhSupzFB6wcv1KmmFucH6gDVnI30WjOcicV10ju0cZjak3Jcs67YLIXBrmZYw1xCrVeJPbycFwrqNyxpg== integrity sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==
dependencies: dependencies:
regenerator-runtime "^0.12.0" regenerator-runtime "^0.12.0"
@ -738,6 +754,21 @@
globals "^11.1.0" globals "^11.1.0"
lodash "^4.17.10" lodash "^4.17.10"
"@babel/traverse@^7.1.5":
version "7.1.5"
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9"
integrity sha512-eU6XokWypl0MVJo+MTSPUtlfPePkrqsF26O+l1qFGlCKWwmiYAYy2Sy44Qw8m2u/LbPCsxYt90rghmqhYMGpPA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.1.5"
"@babel/helper-function-name" "^7.1.0"
"@babel/helper-split-export-declaration" "^7.0.0"
"@babel/parser" "^7.1.5"
"@babel/types" "^7.1.5"
debug "^3.1.0"
globals "^11.1.0"
lodash "^4.17.10"
"@babel/types@7.0.0-beta.44": "@babel/types@7.0.0-beta.44":
version "7.0.0-beta.44" version "7.0.0-beta.44"
resolved "http://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" resolved "http://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
@ -756,6 +787,15 @@
lodash "^4.17.10" lodash "^4.17.10"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@babel/types@^7.1.5":
version "7.1.5"
resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081"
integrity sha512-sJeqa/d9eM/bax8Ivg+fXF7FpN3E/ZmTrWbkk6r+g7biVYfALMnLin4dKijsaqEhpd2xvOGfQTkQkD31YCVV4A==
dependencies:
esutils "^2.0.2"
lodash "^4.17.10"
to-fast-properties "^2.0.0"
"@csstools/convert-colors@^1.4.0": "@csstools/convert-colors@^1.4.0":
version "1.4.0" version "1.4.0"
resolved "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" resolved "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
@ -2658,10 +2698,10 @@ caniuse-lite@^1.0.30000899:
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000899.tgz#6febdbbc388a7982f620ee0e3d09aab0c061389e" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000899.tgz#6febdbbc388a7982f620ee0e3d09aab0c061389e"
integrity sha512-enC3zKfUCJxxwvUIsBkbHd54CtJw1KtIWvrK0JZxWD/fEN2knHaai45lndJ4xXAkyRAPyk60J3yagkKDWhfeMA== integrity sha512-enC3zKfUCJxxwvUIsBkbHd54CtJw1KtIWvrK0JZxWD/fEN2knHaai45lndJ4xXAkyRAPyk60J3yagkKDWhfeMA==
caniuse-lite@^1.0.30000904: caniuse-lite@^1.0.30000905, caniuse-lite@^1.0.30000906:
version "1.0.30000904" version "1.0.30000906"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000904.tgz#4445d00da859a0e0ae6dbb2876c545f3324f6c74" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000906.tgz#7c44e498a2504f7a5db3b4f91285bbc821157a77"
integrity sha512-M4sXvogCoY5Fp6fuXIaQG/MIexlEFQ3Lgwban+KlqiQUbUIkSmjAB8ZJIP79aj2cdqz2F1Lb+Z+5GwHvCrbLtg== integrity sha512-ME7JFX6h0402om/nC/8Lw+q23QvPe2ust9U0ntLmkX9F2zaGwq47fZkjlyHKirFBuq1EM+T/LXBcDdW4bvkCTA==
capture-exit@^1.2.0: capture-exit@^1.2.0:
version "1.2.0" version "1.2.0"
@ -3361,6 +3401,13 @@ css-loader@^1.0.1:
postcss-value-parser "^3.3.0" postcss-value-parser "^3.3.0"
source-list-map "^2.0.0" source-list-map "^2.0.0"
css-prefers-color-scheme@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.0.0.tgz#690f1eef52bff570791940e57d61b68ba9ed6d2a"
integrity sha512-1+K66s3763YVIoXf7n9Qj+hZLy8+j5N3sDOW9NBkcvg++EhhfP3bSOhyFFytICaQBvPSgi6xBOXfMQJKq+a1LA==
dependencies:
postcss "^7.0.5"
css-select-base-adapter@~0.1.0: css-select-base-adapter@~0.1.0:
version "0.1.0" version "0.1.0"
resolved "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.0.tgz#0102b3d14630df86c3eb9fa9f5456270106cf990" resolved "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.0.tgz#0102b3d14630df86c3eb9fa9f5456270106cf990"
@ -3436,10 +3483,10 @@ css@^2.1.0:
source-map-resolve "^0.5.2" source-map-resolve "^0.5.2"
urix "^0.1.0" urix "^0.1.0"
cssdb@^4.1.0: cssdb@^4.2.0:
version "4.1.0" version "4.2.0"
resolved "https://registry.npmjs.org/cssdb/-/cssdb-4.1.0.tgz#5eff01703b3380256a6d2fd0dfa42de383b5f0e7" resolved "https://registry.npmjs.org/cssdb/-/cssdb-4.2.0.tgz#89623ec696121d0688080ccdcd4627c7e6c6ee0d"
integrity sha512-qaEHVEtScIHoBgdTEHNUMKQw7GXfVYHiaFcL8jerXWJ47lNBy2PgApHdHbR4yovVJsZK6Zq+YkBw8MuhAOvixg== integrity sha512-27CuM+rp1/HIH4hkiOvrRUjgv31WamWk7+XSGz7OP/uWR8EOMeXOh4Ncpa/Eq1eO/1eRhQx7HWj8KEbt4nKQBA==
cssesc@^0.1.0: cssesc@^0.1.0:
version "0.1.0" version "0.1.0"
@ -4221,10 +4268,10 @@ eslint-plugin-import@^2.14.0:
read-pkg-up "^2.0.0" read-pkg-up "^2.0.0"
resolve "^1.6.0" resolve "^1.6.0"
eslint-plugin-jest@^21.27.1: eslint-plugin-jest@^21.27.2:
version "21.27.1" version "21.27.2"
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.1.tgz#b64c2d6a7f0751cecc14580d7f4d9a5520424448" resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.2.tgz#2a795b7c3b5e707df48a953d651042bd01d7b0a8"
integrity sha512-K+S4Wa20MoRRXICfnQBqjl2g9+ipJBeDUVrB3Csg4wOrxXMGcNxYuPRaiyA0pqmb/vO2cgaLEzurORfsLrztxg== integrity sha512-0E4OIgBJVlAmf1KfYFtZ3gYxgUzC5Eb3Jzmrc9ikI1OY+/cM8Kh72Ti7KfpeHNeD3HJNf9SmEfmvQLIz44Hrhw==
eslint-plugin-node@^8.0.0: eslint-plugin-node@^8.0.0:
version "8.0.0" version "8.0.0"
@ -4873,6 +4920,15 @@ fs-extra@^7.0.0:
jsonfile "^4.0.0" jsonfile "^4.0.0"
universalify "^0.1.0" universalify "^0.1.0"
fs-extra@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"
fs-minipass@^1.2.5: fs-minipass@^1.2.5:
version "1.2.5" version "1.2.5"
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"
@ -8232,10 +8288,10 @@ postcss-custom-media@^7.0.7:
dependencies: dependencies:
postcss "^7.0.5" postcss "^7.0.5"
postcss-custom-properties@^8.0.8: postcss-custom-properties@^8.0.9:
version "8.0.8" version "8.0.9"
resolved "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.8.tgz#1812e2553805e1affce93164dd1709ef6b69c53e" resolved "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.9.tgz#8943870528a6eae4c8e8d285b6ccc9fd1f97e69c"
integrity sha512-G3U8uSxj0B4jPJ1QBF5WYeW716n5HV/wcH2lOTV1V+EI+F0T0/ZOhl32MLLTMD79bN2mE77IOoclbCoLl4QtPA== integrity sha512-/Lbn5GP2JkKhgUO2elMs4NnbUJcvHX4AaF5nuJDaNkd2chYW1KA5qtOGGgdkBEWcXtKSQfHXzT7C6grEVyb13w==
dependencies: dependencies:
postcss "^7.0.5" postcss "^7.0.5"
postcss-values-parser "^2.0.0" postcss-values-parser "^2.0.0"
@ -8624,15 +8680,16 @@ postcss-place@^4.0.1:
postcss "^7.0.2" postcss "^7.0.2"
postcss-values-parser "^2.0.0" postcss-values-parser "^2.0.0"
postcss-preset-env@^6.3.0: postcss-preset-env@^6.4.0:
version "6.3.0" version "6.4.0"
resolved "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.3.0.tgz#726f033fb81607cabd2e35deb26a56bb976ab1e7" resolved "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.4.0.tgz#f5466550b177454fc98ca5054b4478e8e5caa714"
integrity sha512-3iTlt9tuD7QsQ9wdJwr7E7hjVlNKrN6Fk/nChxJAtHHTLbtVdD25W6ogM7bgkv1xCjClU5w33Hb28dBG435FLQ== integrity sha512-0jCyY/T9kWv1i2abt5DOOoh0uHJia0HUTWMV72Tw75tGx3pH628oSS8WBMCE5L1Ou3LvoAl9pe07u8g/afvc3A==
dependencies: dependencies:
autoprefixer "^9.3.1" autoprefixer "^9.3.1"
browserslist "^4.3.4" browserslist "^4.3.4"
caniuse-lite "^1.0.30000899" caniuse-lite "^1.0.30000905"
cssdb "^4.1.0" css-prefers-color-scheme "^3.0.0"
cssdb "^4.2.0"
postcss "^7.0.5" postcss "^7.0.5"
postcss-attribute-case-insensitive "^4.0.0" postcss-attribute-case-insensitive "^4.0.0"
postcss-color-functional-notation "^2.0.1" postcss-color-functional-notation "^2.0.1"
@ -8641,7 +8698,7 @@ postcss-preset-env@^6.3.0:
postcss-color-mod-function "^3.0.3" postcss-color-mod-function "^3.0.3"
postcss-color-rebeccapurple "^4.0.1" postcss-color-rebeccapurple "^4.0.1"
postcss-custom-media "^7.0.7" postcss-custom-media "^7.0.7"
postcss-custom-properties "^8.0.8" postcss-custom-properties "^8.0.9"
postcss-custom-selectors "^5.1.2" postcss-custom-selectors "^5.1.2"
postcss-dir-pseudo-class "^5.0.0" postcss-dir-pseudo-class "^5.0.0"
postcss-double-position-gradients "^1.0.0" postcss-double-position-gradients "^1.0.0"
@ -11237,10 +11294,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
source-list-map "^2.0.0" source-list-map "^2.0.0"
source-map "~0.6.1" source-map "~0.6.1"
webpack@^4.24.0: webpack@^4.25.1:
version "4.24.0" version "4.25.1"
resolved "https://registry.npmjs.org/webpack/-/webpack-4.24.0.tgz#d9822c91eeb595f7351aa5dd785a1952f9c4340a" resolved "https://registry.npmjs.org/webpack/-/webpack-4.25.1.tgz#4f459fbaea0f93440dc86c89f771bb3a837cfb6d"
integrity sha512-Xur0l8nBETnW+DjpFqSGME1jNXxEPVETl30k1lWAsbnukVJdq330/i3PDOLPUtVl/E/cciiOp5uW098hFfQLQA== integrity sha512-T0GU/3NRtO4tMfNzsvpdhUr8HnzA4LTdP2zd+e5zd6CdOH5vNKHnAlO+DvzccfhPdzqRrALOFcjYxx7K5DWmvA==
dependencies: dependencies:
"@webassemblyjs/ast" "1.7.11" "@webassemblyjs/ast" "1.7.11"
"@webassemblyjs/helper-module-context" "1.7.11" "@webassemblyjs/helper-module-context" "1.7.11"