fix: autoprefixer error, node location error

See:
- <https://github.com/twbs/bootstrap/issues/36259>
- <https://nextjs.org/docs/messages/nested-middleware>
This commit is contained in:
NunoSempere 2022-10-21 12:53:03 +01:00
parent 9766b49046
commit 133db36d69
3 changed files with 59 additions and 12 deletions

69
package-lock.json generated
View File

@ -30,7 +30,7 @@
"airtable": "^0.11.5", "airtable": "^0.11.5",
"ajv": "^8.11.0", "ajv": "^8.11.0",
"algoliasearch": "^4.14.2", "algoliasearch": "^4.14.2",
"autoprefixer": "^10.4.12", "autoprefixer": "10.4.5",
"axios": "^0.25.0", "axios": "^0.25.0",
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"critters": "^0.0.16", "critters": "^0.0.16",
@ -5130,9 +5130,9 @@
} }
}, },
"node_modules/autoprefixer": { "node_modules/autoprefixer": {
"version": "10.4.12", "version": "10.4.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz",
"integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==", "integrity": "sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -5144,8 +5144,8 @@
} }
], ],
"dependencies": { "dependencies": {
"browserslist": "^4.21.4", "browserslist": "^4.20.2",
"caniuse-lite": "^1.0.30001407", "caniuse-lite": "^1.0.30001332",
"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",
@ -37304,6 +37304,38 @@
"postcss": "^8.2" "postcss": "^8.2"
} }
}, },
"node_modules/postcss-preset-env/node_modules/autoprefixer": {
"version": "10.4.12",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz",
"integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
}
],
"dependencies": {
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001407",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-pseudo-class-any-link": { "node_modules/postcss-pseudo-class-any-link": {
"version": "7.1.6", "version": "7.1.6",
"resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
@ -43590,12 +43622,12 @@
"dev": true "dev": true
}, },
"autoprefixer": { "autoprefixer": {
"version": "10.4.12", "version": "10.4.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz",
"integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==", "integrity": "sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==",
"requires": { "requires": {
"browserslist": "^4.21.4", "browserslist": "^4.20.2",
"caniuse-lite": "^1.0.30001407", "caniuse-lite": "^1.0.30001332",
"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",
@ -67736,6 +67768,21 @@
"postcss-replace-overflow-wrap": "^4.0.0", "postcss-replace-overflow-wrap": "^4.0.0",
"postcss-selector-not": "^6.0.1", "postcss-selector-not": "^6.0.1",
"postcss-value-parser": "^4.2.0" "postcss-value-parser": "^4.2.0"
},
"dependencies": {
"autoprefixer": {
"version": "10.4.12",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz",
"integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==",
"requires": {
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001407",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
}
}
} }
}, },
"postcss-pseudo-class-any-link": { "postcss-pseudo-class-any-link": {

View File

@ -48,7 +48,7 @@
"airtable": "^0.11.5", "airtable": "^0.11.5",
"ajv": "^8.11.0", "ajv": "^8.11.0",
"algoliasearch": "^4.14.2", "algoliasearch": "^4.14.2",
"autoprefixer": "^10.4.12", "autoprefixer": "10.4.5",
"axios": "^0.25.0", "axios": "^0.25.0",
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"critters": "^0.0.16", "critters": "^0.0.16",