Skip to content

Commit 569bcd1

Browse files
Bump autoprefixer from 9.7.0 to 9.7.1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.0 to 9.7.1. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](postcss/autoprefixer@9.7.0...9.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6702e1b commit 569bcd1

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/core": "^7.6.0",
3939
"@babel/preset-env": "^7.6.0",
4040
"@testing-library/jest-dom": "^4.2.0",
41-
"autoprefixer": "^9.7.0",
41+
"autoprefixer": "^9.7.1",
4242
"babel-jest": "^24.9.0",
4343
"babel-plugin-rewire": "^1.2.0",
4444
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,17 +1353,17 @@ atob@^2.1.1:
13531353
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
13541354
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
13551355

1356-
autoprefixer@^9.7.0:
1357-
version "9.7.0"
1358-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.0.tgz#905ec19e50f04545fe9ff131182cc9ab25246901"
1359-
integrity sha512-j2IRvaCfrUxIiZun9ba4mhJ2omhw4OY88/yVzLO+lHhGBumAAK72PgM6gkbSN8iregPOn1ZlxGkmZh2CQ7X4AQ==
1356+
autoprefixer@^9.7.1:
1357+
version "9.7.1"
1358+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.1.tgz#9ffc44c55f5ca89253d9bb7186cefb01ef57747f"
1359+
integrity sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw==
13601360
dependencies:
13611361
browserslist "^4.7.2"
1362-
caniuse-lite "^1.0.30001004"
1362+
caniuse-lite "^1.0.30001006"
13631363
chalk "^2.4.2"
13641364
normalize-range "^0.1.2"
13651365
num2fraction "^1.2.2"
1366-
postcss "^7.0.19"
1366+
postcss "^7.0.21"
13671367
postcss-value-parser "^4.0.2"
13681368

13691369
aws-sign2@~0.7.0:
@@ -1843,10 +1843,10 @@ caniuse-api@^3.0.0:
18431843
lodash.memoize "^4.1.2"
18441844
lodash.uniq "^4.5.0"
18451845

1846-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001004:
1847-
version "1.0.30001004"
1848-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001004.tgz#d879b73981b255488316da946c39327d8c00a586"
1849-
integrity sha512-3nfOR4O8Wa2RWoYfJkMtwRVOsK96TQ+eq57wd0iKaEWl8dwG4hKZ/g0MVBfCvysFvMLi9fQGR/DvozMdkEPl3g==
1846+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001004, caniuse-lite@^1.0.30001006:
1847+
version "1.0.30001008"
1848+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001008.tgz#b8841b1df78a9f5ed9702537ef592f1f8772c0d9"
1849+
integrity sha512-b8DJyb+VVXZGRgJUa30cbk8gKHZ3LOZTBLaUEEVr2P4xpmFigOCc62CO4uzquW641Ouq1Rm9N+rWLWdSYDaDIw==
18501850

18511851
capture-exit@^2.0.0:
18521852
version "2.0.0"
@@ -6250,7 +6250,7 @@ postcss@^6.0.1:
62506250
source-map "^0.6.1"
62516251
supports-color "^5.4.0"
62526252

6253-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.19, postcss@^7.0.21, postcss@^7.0.5:
6253+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.21, postcss@^7.0.5:
62546254
version "7.0.21"
62556255
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
62566256
integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==

0 commit comments

Comments
 (0)