Skip to content

Commit 6d81f65

Browse files
renovate-botclydin
authored andcommitted
build: update autoprefixer to version 10.2.3
1 parent 650e1dc commit 6d81f65

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@yarnpkg/lockfile": "1.1.0",
130130
"ajv": "6.12.6",
131131
"ansi-colors": "4.1.1",
132-
"autoprefixer": "10.2.1",
132+
"autoprefixer": "10.2.3",
133133
"babel-loader": "8.2.2",
134134
"bootstrap": "^4.0.0",
135135
"browserslist": "^4.9.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
2121
"@ngtools/webpack": "0.0.0",
2222
"ansi-colors": "4.1.1",
23-
"autoprefixer": "10.2.1",
23+
"autoprefixer": "10.2.3",
2424
"babel-loader": "8.2.2",
2525
"browserslist": "^4.9.1",
2626
"cacache": "15.0.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,13 +2556,13 @@ atob@^2.1.2:
25562556
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
25572557
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
25582558

2559-
2560-
version "10.2.1"
2561-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.1.tgz#ce96870df6ddd9ba4c9bbba56c54b9ef4b00a962"
2562-
integrity sha512-dwP0UjyYvROUvtU+boBx8ff5pPWami1NGTrJs9YUsS/oZVbRAcdNHOOuXSA1fc46tgKqe072cVaKD69rvCc3QQ==
2559+
2560+
version "10.2.3"
2561+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.3.tgz#2834b55b75cfc10fa80c66000a66dc94b7136804"
2562+
integrity sha512-vlz+iv+EnLkVaTgX8wApfYzmK3LUfK8Z9XAnmflzxMy/+oFuNK8fVGQV79SOpBv4jxk2YQJimw4hXIKZ29570A==
25632563
dependencies:
25642564
browserslist "^4.16.1"
2565-
caniuse-lite "^1.0.30001173"
2565+
caniuse-lite "^1.0.30001178"
25662566
colorette "^1.2.1"
25672567
fraction.js "^4.0.13"
25682568
normalize-range "^0.1.2"
@@ -3168,7 +3168,7 @@ caniuse-api@^3.0.0:
31683168
lodash.memoize "^4.1.2"
31693169
lodash.uniq "^4.5.0"
31703170

3171-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001032, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001173:
3171+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001032, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001173, caniuse-lite@^1.0.30001178:
31723172
version "1.0.30001178"
31733173
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001178.tgz#3ad813b2b2c7d585b0be0a2440e1e233c6eabdbc"
31743174
integrity sha512-VtdZLC0vsXykKni8Uztx45xynytOi71Ufx9T8kHptSw9AL4dpqailUJJHavttuzUe1KYuBYtChiWv+BAb7mPmQ==

0 commit comments

Comments
 (0)