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-11-12 05:04:10 +0300
committerGitHub <noreply@github.com>2022-11-12 05:04:10 +0300
commit948509de74fc469f21131bf2a3dd674a59492c27 (patch)
tree04b5ebd90df155ef282acc09df128ce78b24bc9c
parent6cc2fc4c53bef240657850ba4dc408879761bb50 (diff)
Bump postcss from 8.4.18 to 8.4.19dependabot/npm_and_yarn/stable25/postcss-8.4.19
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.19. - [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.18...8.4.19) --- 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.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index a51338fe..de41133f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "photos",
- "version": "2.0.0",
+ "version": "2.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "photos",
- "version": "2.0.0",
+ "version": "2.0.1",
"license": "agpl",
"dependencies": {
"@essentials/request-timeout": "^1.3.0",
@@ -53,7 +53,7 @@
"cypress": "^10.8.0",
"jest": "^29.0.3",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.18",
+ "postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"vue-jest": "^3.0.7",
@@ -15519,9 +15519,9 @@
"peer": true
},
"node_modules/postcss": {
- "version": "8.4.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz",
- "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==",
+ "version": "8.4.19",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
+ "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
"funding": [
{
"type": "opencollective",
@@ -32041,9 +32041,9 @@
}
},
"postcss": {
- "version": "8.4.18",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz",
- "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==",
+ "version": "8.4.19",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
+ "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
"requires": {
"nanoid": "^3.3.4",
"picocolors": "^1.0.0",
diff --git a/package.json b/package.json
index 8e9766e5..2b24af6b 100644
--- a/package.json
+++ b/package.json
@@ -88,7 +88,7 @@
"cypress": "^10.8.0",
"jest": "^29.0.3",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.18",
+ "postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"vue-jest": "^3.0.7",