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-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-01 11:39:53 +0300
committerGitHub <noreply@github.com>2019-12-01 11:39:53 +0300
commite27f8ff168fb635b91976c5919005105559758f6 (patch)
treec9afa9c336772613c2a103252df052f6d928a59b /package-lock.json
parent764e341c6163d6a18a09da4e52292b47a806e37f (diff)
Bump autoprefixer from 9.7.2 to 9.7.3
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.2 to 9.7.3. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.7.2...9.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json29
1 files changed, 23 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 68004dd1..0fc31be1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2446,13 +2446,13 @@
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
},
"autoprefixer": {
- "version": "9.7.2",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.2.tgz",
- "integrity": "sha512-LCAfcdej1182uVvPOZnytbq61AhnOZ/4JelDaJGDeNwewyU1AMaNthcHsyz1NRjTmd2FkurMckLWfkHg3Z//KA==",
+ "version": "9.7.3",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.3.tgz",
+ "integrity": "sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==",
"dev": true,
"requires": {
- "browserslist": "^4.7.3",
- "caniuse-lite": "^1.0.30001010",
+ "browserslist": "^4.8.0",
+ "caniuse-lite": "^1.0.30001012",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
@@ -2460,12 +2460,29 @@
"postcss-value-parser": "^4.0.2"
},
"dependencies": {
+ "browserslist": {
+ "version": "4.8.0",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.0.tgz",
+ "integrity": "sha512-HYnxc/oLRWvJ3TsGegR0SRL/UDnknGq2s/a8dYYEO+kOQ9m9apKoS5oiathLKZdh/e9uE+/J3j92qPlGD/vTqA==",
+ "dev": true,
+ "requires": {
+ "caniuse-lite": "^1.0.30001012",
+ "electron-to-chromium": "^1.3.317",
+ "node-releases": "^1.1.41"
+ }
+ },
"caniuse-lite": {
"version": "1.0.30001012",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001012.tgz",
"integrity": "sha512-7RR4Uh04t9K1uYRWzOJmzplgEOAXbfK72oVNokCdMzA67trrhPzy93ahKk1AWHiA0c58tD2P+NHqxrA8FZ+Trg==",
"dev": true
},
+ "electron-to-chromium": {
+ "version": "1.3.319",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.319.tgz",
+ "integrity": "sha512-t/lYNZPwS9jLJ9SBLGd6ERYtCtsYPAXzsE1VYLshrUWpQCTAswO1pERZV4iOZipW2uVsGQrJtm2iWiYVp1zTZw==",
+ "dev": true
+ },
"postcss": {
"version": "7.0.23",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.23.tgz",
@@ -2972,7 +2989,7 @@
"version": "git+https://github.com/nextcloud/cdav-library.git#1b7fee781c511d94e84e8041b67404606bcc6aa8",
"from": "git+https://github.com/nextcloud/cdav-library.git",
"requires": {
- "@babel/polyfill": "^7.7.0"
+ "@babel/polyfill": "^7.6.0"
}
},
"chalk": {