chore(deps): update dependency autoprefixer to ^10.4.11

This commit is contained in:
renovate[bot] 2022-09-14 20:57:23 +00:00 committed by GitHub
parent 353e05c544
commit b190f78676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.381",
"version": "1.1.384",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.381",
"version": "1.1.384",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^7.12.1",
@ -60,7 +60,7 @@
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.10",
"autoprefixer": "^10.4.11",
"browserslist": "^4.21.3",
"codecov": "^3.8.3",
"concurrently": "^7.4.0",
@ -6959,9 +6959,9 @@
}
},
"node_modules/autoprefixer": {
"version": "10.4.10",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.10.tgz",
"integrity": "sha512-nMaiDARyp1e74c8IeAXkr+BmFKa8By4Zak7tyaNPF09Iu39WFpNXOWrVirmXjKr+5cOyERwvtbMOLYz6iBJYgQ==",
"version": "10.4.11",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.11.tgz",
"integrity": "sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==",
"funding": [
{
"type": "opencollective",
@ -33750,9 +33750,9 @@
"integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ=="
},
"autoprefixer": {
"version": "10.4.10",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.10.tgz",
"integrity": "sha512-nMaiDARyp1e74c8IeAXkr+BmFKa8By4Zak7tyaNPF09Iu39WFpNXOWrVirmXjKr+5cOyERwvtbMOLYz6iBJYgQ==",
"version": "10.4.11",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.11.tgz",
"integrity": "sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==",
"requires": {
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001399",

View File

@ -98,7 +98,7 @@
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.10",
"autoprefixer": "^10.4.11",
"browserslist": "^4.21.3",
"codecov": "^3.8.3",
"concurrently": "^7.4.0",