Skip to content

Commit 001d711

Browse files
Bump autoprefixer from 10.4.4 to 10.4.5 in /webapp (#108)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.4 to 10.4.5. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.4...10.4.5) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9f361f commit 001d711

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {},
33
"devDependencies": {
44
"@fun-stack/fun-pack": "0.2.0",
5-
"autoprefixer": "^10.2.5",
5+
"autoprefixer": "^10.4.5",
66
"postcss": "^8.4.5",
77
"tailwindcss": "^3.0.24",
88
"daisyui": "^2.14.2"

webapp/yarn.lock

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

378-
autoprefixer@^10.2.5:
379-
version "10.4.4"
380-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.4.tgz#3e85a245b32da876a893d3ac2ea19f01e7ea5a1e"
381-
integrity sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==
378+
autoprefixer@^10.4.5:
379+
version "10.4.5"
380+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.5.tgz#662193c744094b53d3637f39be477e07bd904998"
381+
integrity sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==
382382
dependencies:
383383
browserslist "^4.20.2"
384-
caniuse-lite "^1.0.30001317"
384+
caniuse-lite "^1.0.30001332"
385385
fraction.js "^4.2.0"
386386
normalize-range "^0.1.2"
387387
picocolors "^1.0.0"
@@ -626,10 +626,10 @@ caniuse-api@^3.0.0:
626626
lodash.memoize "^4.1.2"
627627
lodash.uniq "^4.5.0"
628628

629-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001317:
630-
version "1.0.30001319"
631-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001319.tgz#eb4da4eb3ecdd409f7ba1907820061d56096e88f"
632-
integrity sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==
629+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001317, caniuse-lite@^1.0.30001332:
630+
version "1.0.30001332"
631+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz#39476d3aa8d83ea76359c70302eafdd4a1d727dd"
632+
integrity sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==
633633

634634
chalk@^2.0.0, chalk@^2.4.1:
635635
version "2.4.2"

0 commit comments

Comments
 (0)