Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-28 18:47:13 +0300
committerGitHub <noreply@github.com>2021-05-28 18:47:13 +0300
commitb3b6aaedb4a547230fb87d068d7cabbc770ebf34 (patch)
tree083092b04d5091ba05519011730758e67f3adaba
parent1111a4f7d6b91b2d8ed9ba25423e2679932948fe (diff)
chore(deps-dev): bump postcss from 8.2.15 to 8.3.0 (#90)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.15 to 8.3.0. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.15...8.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 11 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 1b72dd3..b216b1a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1035,14 +1035,14 @@
"dev": true
},
"postcss": {
- "version": "8.2.15",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.15.tgz",
- "integrity": "sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==",
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz",
+ "integrity": "sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
"nanoid": "^3.1.23",
- "source-map": "^0.6.1"
+ "source-map-js": "^0.6.2"
},
"dependencies": {
"colorette": {
@@ -1348,6 +1348,12 @@
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
},
+ "source-map-js": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz",
+ "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==",
+ "dev": true
+ },
"string-width": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
diff --git a/package.json b/package.json
index 930976f..f0a11d7 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
- "postcss": "^8.2.15",
+ "postcss": "^8.3.0",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"prettier": "^2.2.1",