Update dependency autoprefixer to v10.3.1
This commit is contained in:
parent
3be4843099
commit
cb665c2ab4
|
@ -44,7 +44,7 @@
|
||||||
"bugs": "https://github.com/TryGhost/Starter/issues",
|
"bugs": "https://github.com/TryGhost/Starter/issues",
|
||||||
"contributors": "https://github.com/TryGhost/Starter/graphs/contributors",
|
"contributors": "https://github.com/TryGhost/Starter/graphs/contributors",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "10.3.0",
|
"autoprefixer": "10.3.1",
|
||||||
"beeper": "2.1.0",
|
"beeper": "2.1.0",
|
||||||
"cssnano": "5.0.6",
|
"cssnano": "5.0.6",
|
||||||
"gscan": "4.1.2",
|
"gscan": "4.1.2",
|
||||||
|
|
|
@ -510,10 +510,10 @@ atob@^2.1.2:
|
||||||
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
||||||
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
||||||
|
|
||||||
autoprefixer@10.3.0:
|
autoprefixer@10.3.1:
|
||||||
version "10.3.0"
|
version "10.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.3.0.tgz#c60803dce9268f7fe0a5e5c1fe48a74356d7b864"
|
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.3.1.tgz#954214821d3aa06692406c6a0a9e9d401eafbed2"
|
||||||
integrity sha512-BzVzdjs47nT3MphTddr8eSsPVEIUCF96X6iC8V5iEB8RtxrU+ybtdhHV5rsqRqOsoyh/acQaYs7YupHPUECgmg==
|
integrity sha512-L8AmtKzdiRyYg7BUXJTzigmhbQRCXFKz6SA1Lqo0+AR2FBbQ4aTAPFSDlOutnFkjhiz8my4agGXog1xlMjPJ6A==
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist "^4.16.6"
|
browserslist "^4.16.6"
|
||||||
caniuse-lite "^1.0.30001243"
|
caniuse-lite "^1.0.30001243"
|
||||||
|
|
Loading…
Reference in New Issue