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

github.com/nextcloud/photos.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>2022-10-01 04:03:45 +0300
committerGitHub <noreply@github.com>2022-10-01 04:03:45 +0300
commit7fc150362716e90735714f5d200cbe1ea36004a4 (patch)
tree4a0e5dbbb9ee78fe1f76c728c9d54ad6ad211a57
parent0e6af69f6800ea58e42c2c4b8ec27237371489e4 (diff)
Bump postcss from 8.4.16 to 8.4.17dependabot/npm_and_yarn/postcss-8.4.17
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.17. - [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.4.16...8.4.17) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 9ad38703..8d9ba9a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -52,7 +52,7 @@
"cypress": "^10.8.0",
"jest": "^29.0.2",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"vue-jest": "^3.0.7",
@@ -15504,9 +15504,9 @@
"peer": true
},
"node_modules/postcss": {
- "version": "8.4.16",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
- "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
+ "version": "8.4.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
+ "integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
"funding": [
{
"type": "opencollective",
@@ -32028,9 +32028,9 @@
}
},
"postcss": {
- "version": "8.4.16",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
- "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
+ "version": "8.4.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
+ "integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
"requires": {
"nanoid": "^3.3.4",
"picocolors": "^1.0.0",
diff --git a/package.json b/package.json
index 7c16e7ff..99f3c168 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"cypress": "^10.8.0",
"jest": "^29.0.2",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"vue-jest": "^3.0.7",