Skip to content

Commit 472c299

Browse files
Bump autoprefixer from 10.4.6 to 10.4.7 in /webapp (#119)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.6 to 10.4.7. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.6...10.4.7) --- 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 6743d53 commit 472c299

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.4.6",
5+
"autoprefixer": "^10.4.7",
66
"postcss": "^8.4.13",
77
"tailwindcss": "^3.0.24",
88
"daisyui": "^2.14.3"

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.4.6:
379-
version "10.4.6"
380-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.6.tgz#ce6eba3aea7c03adf0f6a907bd594fd170b3f0b6"
381-
integrity sha512-Rvzel0AZO9tJNm3ydySK80PpkWoEZTGC5bHUh/xbrP8qJCy08NFBwNGPcozy3d3SDIM0b2kNxw2K7jAIYFF01A==
378+
autoprefixer@^10.4.7:
379+
version "10.4.7"
380+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.7.tgz#1db8d195f41a52ca5069b7593be167618edbbedf"
381+
integrity sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==
382382
dependencies:
383383
browserslist "^4.20.3"
384-
caniuse-lite "^1.0.30001334"
384+
caniuse-lite "^1.0.30001335"
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.30001332, caniuse-lite@^1.0.30001334:
630-
version "1.0.30001334"
631-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz#892e9965b35285033fc2b8a8eff499fe02f13d8b"
632-
integrity sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==
629+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335:
630+
version "1.0.30001338"
631+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001338.tgz#b5dd7a7941a51a16480bdf6ff82bded1628eec0d"
632+
integrity sha512-1gLHWyfVoRDsHieO+CaeYe7jSo/MT7D7lhaXUiwwbuR5BwQxORs0f1tAwUSQr3YbxRXJvxHM/PA5FfPQRnsPeQ==
633633

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

0 commit comments

Comments
 (0)