diff --git a/admin/package-lock.json b/admin/package-lock.json index 434558b..4c2edd8 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -37,7 +37,7 @@ "@uppy/react": "5.1.1", "@vinejs/vine": "3.0.1", "@vitejs/plugin-react": "4.7.0", - "autoprefixer": "10.4.24", + "autoprefixer": "10.5.0", "axios": "1.17.0", "better-sqlite3": "12.6.2", "bullmq": "5.67.2", @@ -6602,9 +6602,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.24", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", - "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.0.tgz", + "integrity": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==", "funding": [ { "type": "opencollective", @@ -6621,8 +6621,8 @@ ], "license": "MIT", "dependencies": { - "browserslist": "^4.28.1", - "caniuse-lite": "^1.0.30001766", + "browserslist": "^4.28.2", + "caniuse-lite": "^1.0.30001787", "fraction.js": "^5.3.4", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" diff --git a/admin/package.json b/admin/package.json index 8457b0c..069efce 100644 --- a/admin/package.json +++ b/admin/package.json @@ -90,7 +90,7 @@ "@uppy/react": "5.1.1", "@vinejs/vine": "3.0.1", "@vitejs/plugin-react": "4.7.0", - "autoprefixer": "10.4.24", + "autoprefixer": "10.5.0", "axios": "1.17.0", "better-sqlite3": "12.6.2", "bullmq": "5.67.2",