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

View File

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