Merge pull request #1648 from hodgef/dependabot/npm_and_yarn/autoprefixer-10.4.8

Bump autoprefixer from 10.4.6 to 10.4.8
This commit is contained in:
Francisco Hodge 2022-08-01 01:02:15 -07:00 committed by GitHub
commit 3f0ad68f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "simple-keyboard",
"version": "3.4.132",
"version": "3.4.134",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.6",
@ -18,7 +18,7 @@
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.31.0",
"autoprefixer": "^10.4.6",
"autoprefixer": "^10.4.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-preset-minify": "^0.5.2",
@ -7576,9 +7576,9 @@
}
},
"node_modules/autoprefixer": {
"version": "10.4.6",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.6.tgz",
"integrity": "sha512-Rvzel0AZO9tJNm3ydySK80PpkWoEZTGC5bHUh/xbrP8qJCy08NFBwNGPcozy3d3SDIM0b2kNxw2K7jAIYFF01A==",
"version": "10.4.8",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz",
"integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==",
"dev": true,
"funding": [
{
@ -7591,8 +7591,8 @@
}
],
"dependencies": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001334",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001373",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
@ -24836,13 +24836,13 @@
"dev": true
},
"autoprefixer": {
"version": "10.4.6",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.6.tgz",
"integrity": "sha512-Rvzel0AZO9tJNm3ydySK80PpkWoEZTGC5bHUh/xbrP8qJCy08NFBwNGPcozy3d3SDIM0b2kNxw2K7jAIYFF01A==",
"version": "10.4.8",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz",
"integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==",
"dev": true,
"requires": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001334",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001373",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",

View File

@ -48,7 +48,7 @@
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.31.0",
"autoprefixer": "^10.4.6",
"autoprefixer": "^10.4.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-preset-minify": "^0.5.2",