diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-25 04:48:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-25 04:49:21 +0000 |
commit | 6f2fceb7199b30060c7bb7a6c9af842e4dae0886 (patch) | |
tree | d7c5ede56c2f3d3cc300ca4a37864c51bf3896ca | |
parent | Bump vite from 5.1.6 to 5.2.6 (diff) | |
download | zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.tar zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.tar.gz zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.tar.bz2 zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.tar.lz zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.tar.xz zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.tar.zst zorascript-6f2fceb7199b30060c7bb7a6c9af842e4dae0886.zip |
Bump autoprefixer from 10.4.18 to 10.4.19
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19.
- [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.4.18...10.4.19)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index ac218d8..2195a32 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "@vite-pwa/sveltekit": "^0.4.0", - "autoprefixer": "10.4.18", + "autoprefixer": "10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.35.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4898106..916b8d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^0.4.0 version: 0.4.0(@sveltejs/kit@2.5.4)(vite-plugin-pwa@0.19.0) autoprefixer: - specifier: 10.4.18 - version: 10.4.18(postcss@8.4.37) + specifier: 10.4.19 + version: 10.4.19(postcss@8.4.37) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -2248,15 +2248,15 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /autoprefixer@10.4.18(postcss@8.4.37): - resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} + /autoprefixer@10.4.19(postcss@8.4.37): + resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001593 + caniuse-lite: 1.0.30001600 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -2345,7 +2345,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001593 + caniuse-lite: 1.0.30001600 electron-to-chromium: 1.4.690 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.23.0) @@ -2382,8 +2382,8 @@ packages: engines: {node: '>= 6'} dev: true - /caniuse-lite@1.0.30001593: - resolution: {integrity: sha512-UWM1zlo3cZfkpBysd7AS+z+v007q9G1+fLTUU42rQnY6t2axoogPW/xol6T7juU5EUoOhML4WgBIdG+9yYqAjQ==} + /caniuse-lite@1.0.30001600: + resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==} dev: true /chalk@2.4.2: |