Skip to content

Commit 61b515c

Browse files
committed
Update dependencies
1 parent 474661a commit 61b515c

File tree

2 files changed

+126
-55
lines changed

2 files changed

+126
-55
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
"license": "MIT",
2323
"repository": "postcss/autoprefixer",
2424
"dependencies": {
25-
"@babel/register": "^7.10.4",
25+
"@babel/register": "^7.10.5",
2626
"browserslist": "^4.12.0",
27-
"caniuse-lite": "^1.0.30001097",
28-
"colorette": "^1.2.0",
27+
"caniuse-lite": "^1.0.30001109",
28+
"colorette": "^1.2.1",
2929
"normalize-range": "^0.1.2",
3030
"num2fraction": "^1.2.2",
3131
"postcss": "^7.0.32",
3232
"postcss-value-parser": "^4.1.0"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.10.4",
35+
"@babel/core": "^7.10.5",
3636
"@babel/plugin-proposal-class-properties": "^7.10.4",
37-
"@babel/plugin-transform-proto-to-assign": "^7.10.4",
37+
"@babel/plugin-transform-proto-to-assign": "^7.10.5",
3838
"@babel/preset-env": "^7.10.4",
3939
"@logux/eslint-config": "^35.0.3",
40-
"@size-limit/preset-small-lib": "4.5.3",
40+
"@size-limit/preset-small-lib": "4.5.5",
4141
"babel-core": "^7.0.0-0",
4242
"babel-eslint": "^10.1.0",
4343
"babel-jest": "^25.2.6",
@@ -66,7 +66,7 @@
6666
"jest": "^24.9.0",
6767
"jest-ci": "^0.1.1",
6868
"lint-staged": "^10.2.11",
69-
"size-limit": "^4.5.3"
69+
"size-limit": "^4.5.5"
7070
},
7171
"lint-staged": {
7272
"*.js": "eslint"

yarn.lock

Lines changed: 119 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747
semver "^5.4.1"
4848
source-map "^0.5.0"
4949

50-
"@babel/core@^7.10.4":
51-
version "7.10.4"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
53-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
50+
"@babel/core@^7.10.5":
51+
version "7.10.5"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
53+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
5454
dependencies:
5555
"@babel/code-frame" "^7.10.4"
56-
"@babel/generator" "^7.10.4"
57-
"@babel/helper-module-transforms" "^7.10.4"
56+
"@babel/generator" "^7.10.5"
57+
"@babel/helper-module-transforms" "^7.10.5"
5858
"@babel/helpers" "^7.10.4"
59-
"@babel/parser" "^7.10.4"
59+
"@babel/parser" "^7.10.5"
6060
"@babel/template" "^7.10.4"
61-
"@babel/traverse" "^7.10.4"
62-
"@babel/types" "^7.10.4"
61+
"@babel/traverse" "^7.10.5"
62+
"@babel/types" "^7.10.5"
6363
convert-source-map "^1.7.0"
6464
debug "^4.1.0"
6565
gensync "^1.0.0-beta.1"
6666
json5 "^2.1.2"
67-
lodash "^4.17.13"
67+
lodash "^4.17.19"
6868
resolve "^1.3.2"
6969
semver "^5.4.1"
7070
source-map "^0.5.0"
@@ -89,6 +89,15 @@
8989
lodash "^4.17.13"
9090
source-map "^0.5.0"
9191

92+
"@babel/generator@^7.10.5":
93+
version "7.10.5"
94+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
95+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
96+
dependencies:
97+
"@babel/types" "^7.10.5"
98+
jsesc "^2.5.1"
99+
source-map "^0.5.0"
100+
92101
"@babel/helper-annotate-as-pure@^7.10.1":
93102
version "7.10.1"
94103
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -262,6 +271,19 @@
262271
"@babel/types" "^7.10.4"
263272
lodash "^4.17.13"
264273

274+
"@babel/helper-module-transforms@^7.10.5":
275+
version "7.10.5"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
277+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
278+
dependencies:
279+
"@babel/helper-module-imports" "^7.10.4"
280+
"@babel/helper-replace-supers" "^7.10.4"
281+
"@babel/helper-simple-access" "^7.10.4"
282+
"@babel/helper-split-export-declaration" "^7.10.4"
283+
"@babel/template" "^7.10.4"
284+
"@babel/types" "^7.10.5"
285+
lodash "^4.17.19"
286+
265287
"@babel/helper-optimise-call-expression@^7.10.1":
266288
version "7.10.3"
267289
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.3.tgz#f53c4b6783093195b0f69330439908841660c530"
@@ -427,6 +449,11 @@
427449
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
428450
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
429451

452+
"@babel/parser@^7.10.5":
453+
version "7.10.5"
454+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
455+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
456+
430457
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
431458
version "7.10.4"
432459
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6"
@@ -823,13 +850,13 @@
823850
dependencies:
824851
"@babel/helper-plugin-utils" "^7.10.4"
825852

826-
"@babel/plugin-transform-proto-to-assign@^7.10.4":
827-
version "7.10.4"
828-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-proto-to-assign/-/plugin-transform-proto-to-assign-7.10.4.tgz#d2a5802a506955618805684a4699e4ee62fb4d6a"
829-
integrity sha512-cu1HAWSPYPzL/ra4FodvPXycLCodjoOY3B3gi8Hz50HEaKJ1YZ/nDeCnCkQEQMVneImA6+B63UyTdmn02YngLA==
853+
"@babel/plugin-transform-proto-to-assign@^7.10.5":
854+
version "7.10.5"
855+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-proto-to-assign/-/plugin-transform-proto-to-assign-7.10.5.tgz#43acd79f44d445394f5ff730dcb4960b7c3ceec8"
856+
integrity sha512-41dBtZu5moqBv9Xis1DVwoQZksF8/zb5u46qP39fGcRoXd8z8FL1P0CzYmO/r5q5w9sk3X36ejudcuSbRQ3wqw==
830857
dependencies:
831858
"@babel/helper-plugin-utils" "^7.10.4"
832-
lodash "^4.17.13"
859+
lodash "^4.17.19"
833860

834861
"@babel/plugin-transform-regenerator@^7.10.4":
835862
version "7.10.4"
@@ -978,13 +1005,13 @@
9781005
"@babel/types" "^7.4.4"
9791006
esutils "^2.0.2"
9801007

981-
"@babel/register@^7.10.4":
982-
version "7.10.4"
983-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz#53004ba8b04c4af3cbd84508e03ad150669746e4"
984-
integrity sha512-whHmgGiWNVyTVnYTSawtDWhaeYsc+noeU8Rmi+MPnbGhDYmr5QpEDMrQcIA07D2RUv0BlThPcN89XcHCqq/O4g==
1008+
"@babel/register@^7.10.5":
1009+
version "7.10.5"
1010+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89"
1011+
integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw==
9851012
dependencies:
9861013
find-cache-dir "^2.0.0"
987-
lodash "^4.17.13"
1014+
lodash "^4.17.19"
9881015
make-dir "^2.1.0"
9891016
pirates "^4.0.0"
9901017
source-map-support "^0.5.16"
@@ -1044,6 +1071,21 @@
10441071
globals "^11.1.0"
10451072
lodash "^4.17.13"
10461073

1074+
"@babel/traverse@^7.10.5":
1075+
version "7.10.5"
1076+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
1077+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
1078+
dependencies:
1079+
"@babel/code-frame" "^7.10.4"
1080+
"@babel/generator" "^7.10.5"
1081+
"@babel/helper-function-name" "^7.10.4"
1082+
"@babel/helper-split-export-declaration" "^7.10.4"
1083+
"@babel/parser" "^7.10.5"
1084+
"@babel/types" "^7.10.5"
1085+
debug "^4.1.0"
1086+
globals "^11.1.0"
1087+
lodash "^4.17.19"
1088+
10471089
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
10481090
version "7.10.3"
10491091
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
@@ -1062,6 +1104,15 @@
10621104
lodash "^4.17.13"
10631105
to-fast-properties "^2.0.0"
10641106

1107+
"@babel/types@^7.10.5":
1108+
version "7.10.5"
1109+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
1110+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
1111+
dependencies:
1112+
"@babel/helper-validator-identifier" "^7.10.4"
1113+
lodash "^4.17.19"
1114+
to-fast-properties "^2.0.0"
1115+
10651116
"@cnakazawa/watch@^1.0.3":
10661117
version "1.0.4"
10671118
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -1294,25 +1345,25 @@
12941345
"@nodelib/fs.scandir" "2.1.3"
12951346
fastq "^1.6.0"
12961347

1297-
"@size-limit/[email protected].3":
1298-
version "4.5.3"
1299-
resolved "https://registry.yarnpkg.com/@size-limit/file/-/file-4.5.3.tgz#f73afcdca4186255bb512630286de77589b7c756"
1300-
integrity sha512-QOvyhO4MyzYRjZLu0XYXdnun8aMOfea8uC6u46FsvvnWEnSL1LebeB1UKtk2zWGC9MYrv6c9IZvV11tbopeSjQ==
1348+
"@size-limit/[email protected].5":
1349+
version "4.5.5"
1350+
resolved "https://registry.yarnpkg.com/@size-limit/file/-/file-4.5.5.tgz#98a435f68f598d71c6f6e9684a45af10ec9bf37d"
1351+
integrity sha512-VabOMoIllRc36/HthwY7xctwyqzQ/Piy1EEIb/SOHjB2S7IVRKRtXDNULRRD+gaY0gMyHZaK1u81M3xJkVKBAg==
13011352
dependencies:
13021353
semver "7.3.2"
13031354

1304-
"@size-limit/[email protected].3":
1305-
version "4.5.3"
1306-
resolved "https://registry.yarnpkg.com/@size-limit/preset-small-lib/-/preset-small-lib-4.5.3.tgz#de6f0e67b713ba2806770c2fc4cb0baa92e4df67"
1307-
integrity sha512-J5o2q75xQtzXddXLaacI5jIZaXfk7W8U5dSFAKuYMXYD4Qo116Jpkzs+/lQN+OSSJDMydSWUBnX0DWib4HsjSg==
1355+
"@size-limit/[email protected].5":
1356+
version "4.5.5"
1357+
resolved "https://registry.yarnpkg.com/@size-limit/preset-small-lib/-/preset-small-lib-4.5.5.tgz#fd3bc3292648ab32b79f82ab2cd12c43050e2ea4"
1358+
integrity sha512-U4DJX5+6nj4rQCge8NpXgFKVk3wN0bywS+t9hKzm/sEo14Z2WOx1cGnf7NQVNhYgU1mfwkq60jp01pW+aLua+g==
13081359
dependencies:
1309-
"@size-limit/file" "4.5.3"
1310-
"@size-limit/webpack" "4.5.3"
1360+
"@size-limit/file" "4.5.5"
1361+
"@size-limit/webpack" "4.5.5"
13111362

1312-
"@size-limit/[email protected].3":
1313-
version "4.5.3"
1314-
resolved "https://registry.yarnpkg.com/@size-limit/webpack/-/webpack-4.5.3.tgz#ff0a9efd7799dc4ecbb3df525c824e82895258dd"
1315-
integrity sha512-Uw2ZgEM81RaHE9UjDGrjHyLLA1ngpWTNWU1wJmXpGHXq4F8I1wV5rLdAzWZO8F137LhK66hpYoaAk0y2w/wy2w==
1363+
"@size-limit/[email protected].5":
1364+
version "4.5.5"
1365+
resolved "https://registry.yarnpkg.com/@size-limit/webpack/-/webpack-4.5.5.tgz#ae79b1adf0a0a432a09d8bdcb19dcd053b2e0b95"
1366+
integrity sha512-u8InqI0jBwGzvDiid4v7K5z7V+TJrETrf+gfBdt/wdaY54NILrgOROlDoka70Fly17mn+geyIJ+VgI8vMH9ptw==
13161367
dependencies:
13171368
css-loader "^3.6.0"
13181369
escape-string-regexp "^4.0.0"
@@ -2599,10 +2650,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001043:
25992650
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001087.tgz#4a0bdc5998a114fcf8b7954e7ba6c2c29831c54a"
26002651
integrity sha512-KAQRGtt+eGCQBSp2iZTQibdCf9oe6cNTi5lmpsW38NnxP4WMYzfU6HCRmh4kJyh6LrTM9/uyElK4xcO93kafpg==
26012652

2602-
caniuse-lite@^1.0.30001097:
2603-
version "1.0.30001097"
2604-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001097.tgz#1129c40c9f5ee3282158da08fd915d301f4a9bd8"
2605-
integrity sha512-TeuSleKt/vWXaPkLVFqGDnbweYfq4IaZ6rUugFf3rWY6dlII8StUZ8Ddin0PkADfgYZ4wRqCdO2ORl4Rn5eZIA==
2653+
caniuse-lite@^1.0.30001109:
2654+
version "1.0.30001109"
2655+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001109.tgz#a9f3f26a0c3753b063d7acbb48dfb9c0e46f2b19"
2656+
integrity sha512-4JIXRodHzdS3HdK8nSgIqXYLExOvG+D2/EenSvcub2Kp3QEADjo2v2oUn5g0n0D+UNwG9BtwKOyGcSq2qvQXvQ==
26062657

26072658
capture-exit@^2.0.0:
26082659
version "2.0.0"
@@ -2685,6 +2736,21 @@ chokidar@^3.4.0:
26852736
optionalDependencies:
26862737
fsevents "~2.1.2"
26872738

2739+
chokidar@^3.4.1:
2740+
version "3.4.1"
2741+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
2742+
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
2743+
dependencies:
2744+
anymatch "~3.1.1"
2745+
braces "~3.0.2"
2746+
glob-parent "~5.1.0"
2747+
is-binary-path "~2.1.0"
2748+
is-glob "~4.0.1"
2749+
normalize-path "~3.0.0"
2750+
readdirp "~3.4.0"
2751+
optionalDependencies:
2752+
fsevents "~2.1.2"
2753+
26882754
chownr@^1.1.1:
26892755
version "1.1.4"
26902756
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -2895,10 +2961,10 @@ color@^3.0.0:
28952961
color-convert "^1.9.1"
28962962
color-string "^1.5.2"
28972963

2898-
colorette@^1.2.0:
2899-
version "1.2.0"
2900-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.0.tgz#45306add826d196e8c87236ac05d797f25982e63"
2901-
integrity sha512-soRSroY+OF/8OdA3PTQXwaDJeMc7TfknKKrxeSCencL2a4+Tx5zhxmmv7hdpCjhKBjehzp8+bwe/T68K0hpIjw==
2964+
colorette@^1.2.1:
2965+
version "1.2.1"
2966+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
2967+
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
29022968

29032969
combine-source-map@^0.8.0, combine-source-map@~0.8.0:
29042970
version "0.8.0"
@@ -6492,6 +6558,11 @@ lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5:
64926558
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
64936559
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
64946560

6561+
lodash@^4.17.19:
6562+
version "4.17.19"
6563+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
6564+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
6565+
64956566
log-symbols@^3.0.0:
64966567
version "3.0.0"
64976568
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
@@ -8838,15 +8909,15 @@ sisteransi@^1.0.4:
88388909
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
88398910
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
88408911

8841-
size-limit@^4.5.3:
8842-
version "4.5.3"
8843-
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-4.5.3.tgz#7534fc36695e0b526206c706a8a8353ba4f4d58d"
8844-
integrity sha512-i5zOu9qN+X+eKeBSkVZCFqXtwd4CjgMrRWimB3uA5FW2JM4oCa0qv+CBIb/oNfdMsghrrD3HjSb8pn15XlOu3A==
8912+
size-limit@^4.5.5:
8913+
version "4.5.5"
8914+
resolved "https://registry.yarnpkg.com/size-limit/-/size-limit-4.5.5.tgz#ce89846dfa947d4fafaa0dd4baf6d7e8888ea5be"
8915+
integrity sha512-rh4HSU0UVbOjX0vrzJjPjeCvPz6l+xW6QiA+BCAoLv1WzfnklBUnOdHmboF3UzZIxuNa1TmvCUCCDKmIC5XDVw==
88458916
dependencies:
88468917
bytes "^3.1.0"
8847-
chokidar "^3.4.0"
8918+
chokidar "^3.4.1"
88488919
ci-job-number "^1.2.2"
8849-
colorette "^1.2.0"
8920+
colorette "^1.2.1"
88508921
cosmiconfig "^6.0.0"
88518922
globby "^11.0.1"
88528923
ora "^4.0.4"

0 commit comments

Comments
 (0)