Update all non-major dependencies (#13)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-04 05:13:34 +00:00 committed by GitHub
parent c482aa8174
commit fd5edd8791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 27 deletions

77
package-lock.json generated
View file

@ -29,13 +29,13 @@
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.0", "eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-astro": "0.17.1", "eslint-plugin-astro": "0.18.0",
"eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0", "eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.2", "eslint-plugin-react": "7.31.4",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.16", "postcss": "8.4.16",
@ -1629,17 +1629,17 @@
} }
}, },
"node_modules/astro-eslint-parser": { "node_modules/astro-eslint-parser": {
"version": "0.5.1", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.5.1.tgz", "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.6.0.tgz",
"integrity": "sha512-es63TAA7vjgV8aI5pUOXqoxa9JHelqzFSk1qOVSCGkeoAMayrr7BdFt9waVWyXyIcOjTXJlQa1pM832bEaCS2Q==", "integrity": "sha512-r19bK7HcXgLOxVEdw937TluMmi2LVqJq2eGfKADVRIDnMF2UhLa/H3K4E/C2OD9+4tGgrvOUU19Tjt4PV8lvFQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@astrojs/compiler": "0.18.0 - 0.23.0 || ^0.23.0", "@astrojs/compiler": "0.18.0 - 0.23.0 || ^0.23.0",
"@typescript-eslint/types": "^5.25.0", "@typescript-eslint/types": "^5.25.0",
"astrojs-compiler-sync": "^0.2.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"eslint-visitor-keys": "^3.0.0", "eslint-visitor-keys": "^3.0.0",
"espree": "^9.0.0", "espree": "^9.0.0"
"synckit": "^0.8.0"
}, },
"engines": { "engines": {
"node": "^14.18.0 || >=16.0.0" "node": "^14.18.0 || >=16.0.0"
@ -1663,6 +1663,24 @@
"node": ">=10" "node": ">=10"
} }
}, },
"node_modules/astrojs-compiler-sync": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.2.2.tgz",
"integrity": "sha512-R7+WVPLWir4EalhJGk0IbrA7bWg+8pFB2cmxP5WNnZd/fmcAN1TnSb9RV1SyAIea+cyzd5c9l5Iu5/T5rl+EMQ==",
"dev": true,
"dependencies": {
"synckit": "^0.8.0"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/ota-meshi"
},
"peerDependencies": {
"@astrojs/compiler": ">=0.18.0"
}
},
"node_modules/autoprefixer": { "node_modules/autoprefixer": {
"version": "10.4.8", "version": "10.4.8",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz",
@ -3211,13 +3229,13 @@
} }
}, },
"node_modules/eslint-plugin-astro": { "node_modules/eslint-plugin-astro": {
"version": "0.17.1", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.17.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.18.0.tgz",
"integrity": "sha512-G2S2zAaDokH2v7O+nzcd0iFskGJ1ohANhQpsFwaAqDPyn+GolFl4zSCnoQefLZ+ONEeZkZ8Jp7Imvbo3FI3LOA==", "integrity": "sha512-TNh5KKyDP9xqavDbJs2dQa15lazeXlhHD06yhhEVGKcnkpO5wHIvNuz+DVp5gZsT4spnJH09MCuXitqsy0DqvQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@typescript-eslint/types": "^5.25.0", "@typescript-eslint/types": "^5.25.0",
"astro-eslint-parser": "^0.5.0", "astro-eslint-parser": "^0.6.0",
"eslint-utils": "^3.0.0", "eslint-utils": "^3.0.0",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"postcss-selector-parser": "^6.0.10", "postcss-selector-parser": "^6.0.10",
@ -3603,9 +3621,9 @@
} }
}, },
"node_modules/eslint-plugin-react": { "node_modules/eslint-plugin-react": {
"version": "7.31.2", "version": "7.31.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.2.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz",
"integrity": "sha512-l8uMqMohh0YnM4bhUThmEgSx7sr7xTMPRRAHD0CBNRZvtwJ9/LVVML6LfoYzSFQgJYW/ZkjLTyYvNOAo8oKRNw==", "integrity": "sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"array-includes": "^3.1.5", "array-includes": "^3.1.5",
@ -10733,16 +10751,25 @@
} }
}, },
"astro-eslint-parser": { "astro-eslint-parser": {
"version": "0.5.1", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.5.1.tgz", "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.6.0.tgz",
"integrity": "sha512-es63TAA7vjgV8aI5pUOXqoxa9JHelqzFSk1qOVSCGkeoAMayrr7BdFt9waVWyXyIcOjTXJlQa1pM832bEaCS2Q==", "integrity": "sha512-r19bK7HcXgLOxVEdw937TluMmi2LVqJq2eGfKADVRIDnMF2UhLa/H3K4E/C2OD9+4tGgrvOUU19Tjt4PV8lvFQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@astrojs/compiler": "0.18.0 - 0.23.0 || ^0.23.0", "@astrojs/compiler": "0.18.0 - 0.23.0 || ^0.23.0",
"@typescript-eslint/types": "^5.25.0", "@typescript-eslint/types": "^5.25.0",
"astrojs-compiler-sync": "^0.2.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"eslint-visitor-keys": "^3.0.0", "eslint-visitor-keys": "^3.0.0",
"espree": "^9.0.0", "espree": "^9.0.0"
}
},
"astrojs-compiler-sync": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.2.2.tgz",
"integrity": "sha512-R7+WVPLWir4EalhJGk0IbrA7bWg+8pFB2cmxP5WNnZd/fmcAN1TnSb9RV1SyAIea+cyzd5c9l5Iu5/T5rl+EMQ==",
"dev": true,
"requires": {
"synckit": "^0.8.0" "synckit": "^0.8.0"
} }
}, },
@ -11861,13 +11888,13 @@
} }
}, },
"eslint-plugin-astro": { "eslint-plugin-astro": {
"version": "0.17.1", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.17.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.18.0.tgz",
"integrity": "sha512-G2S2zAaDokH2v7O+nzcd0iFskGJ1ohANhQpsFwaAqDPyn+GolFl4zSCnoQefLZ+ONEeZkZ8Jp7Imvbo3FI3LOA==", "integrity": "sha512-TNh5KKyDP9xqavDbJs2dQa15lazeXlhHD06yhhEVGKcnkpO5wHIvNuz+DVp5gZsT4spnJH09MCuXitqsy0DqvQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/types": "^5.25.0", "@typescript-eslint/types": "^5.25.0",
"astro-eslint-parser": "^0.5.0", "astro-eslint-parser": "^0.6.0",
"eslint-utils": "^3.0.0", "eslint-utils": "^3.0.0",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"postcss-selector-parser": "^6.0.10", "postcss-selector-parser": "^6.0.10",
@ -12132,9 +12159,9 @@
} }
}, },
"eslint-plugin-react": { "eslint-plugin-react": {
"version": "7.31.2", "version": "7.31.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.2.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz",
"integrity": "sha512-l8uMqMohh0YnM4bhUThmEgSx7sr7xTMPRRAHD0CBNRZvtwJ9/LVVML6LfoYzSFQgJYW/ZkjLTyYvNOAo8oKRNw==", "integrity": "sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-includes": "^3.1.5", "array-includes": "^3.1.5",

View file

@ -39,13 +39,13 @@
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.0", "eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-astro": "0.17.1", "eslint-plugin-astro": "0.18.0",
"eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0", "eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.2", "eslint-plugin-react": "7.31.4",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.16", "postcss": "8.4.16",