diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-02 13:42:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-02 13:42:32 +0200 |
| commit | 586b43e2c23c20c7fc4391aa22cb8b5a664449e9 (patch) | |
| tree | 7e16b15da059b401810246915db716a7e0d8c3eb | |
| parent | d0db6b7b8e3fdef7c706e9d946dfa0529167e17d (diff) | |
| download | bootstrap-586b43e2c23c20c7fc4391aa22cb8b5a664449e9.tar.xz bootstrap-586b43e2c23c20c7fc4391aa22cb8b5a664449e9.zip | |
Bump autoprefixer from 10.2.3 to 10.2.4 (#32966)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.3 to 10.2.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.3...10.2.4)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 1314c38cb..afe0c11ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1618,13 +1618,13 @@ "optional": true }, "autoprefixer": { - "version": "10.2.3", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.3.tgz", - "integrity": "sha512-vlz+iv+EnLkVaTgX8wApfYzmK3LUfK8Z9XAnmflzxMy/+oFuNK8fVGQV79SOpBv4jxk2YQJimw4hXIKZ29570A==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.4.tgz", + "integrity": "sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==", "dev": true, "requires": { "browserslist": "^4.16.1", - "caniuse-lite": "^1.0.30001178", + "caniuse-lite": "^1.0.30001181", "colorette": "^1.2.1", "fraction.js": "^4.0.13", "normalize-range": "^0.1.2", @@ -1632,9 +1632,9 @@ }, "dependencies": { "caniuse-lite": { - "version": "1.0.30001178", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001178.tgz", - "integrity": "sha512-VtdZLC0vsXykKni8Uztx45xynytOi71Ufx9T8kHptSw9AL4dpqailUJJHavttuzUe1KYuBYtChiWv+BAb7mPmQ==", + "version": "1.0.30001183", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001183.tgz", + "integrity": "sha512-7JkwTEE1hlRKETbCFd8HDZeLiQIUcl8rC6JgNjvHCNaxOeNmQ9V4LvQXRUsKIV2CC73qKxljwVhToaA3kLRqTw==", "dev": true } } diff --git a/package.json b/package.json index c295ea743..7559a4842 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.1.0", "@rollup/plugin-replace": "^2.3.4", - "autoprefixer": "^10.2.3", + "autoprefixer": "^10.2.4", "bundlewatch": "^0.3.2", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.3", |
