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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2018-03-01 21:39:03 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2018-03-01 21:39:03 +0300
commitbcae77df1329314fa4b244138674a3c5fd950350 (patch)
tree5a9f6fe3e64784ba85065005b38d2a590ad78251
parent3a8536984319d11b84e2ff5a9a0aca2a58a5b4b7 (diff)
Updated dependencies1.5.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 058171c..a07be00 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5380,9 +5380,9 @@
}
},
"sass-resources-loader": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/sass-resources-loader/-/sass-resources-loader-1.3.2.tgz",
- "integrity": "sha512-7U55FKFMD7I//l/Ijm3GrqjOBw66D6NbGrwiD/uZ/S85fOB/4a3kibsaRWYkbO9t1aQPZz1V/69C5k2B1nS1bw==",
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/sass-resources-loader/-/sass-resources-loader-1.3.3.tgz",
+ "integrity": "sha512-wEXBIn4DWE86KaYafPwoKXvyqGQdmbB7ePlGxrKTuUzwVnkgwUZXald48k+9WdwCWWffTiSr0pb9PIVGGPU/rw==",
"dev": true,
"requires": {
"async": "2.6.0",
diff --git a/package.json b/package.json
index c4e3cb4..eaa1116 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"optimize-css-assets-webpack-plugin": "^3.2.0",
"progress-bar-webpack-plugin": "^1.11.0",
"sass-loader": "^6.0.6",
- "sass-resources-loader": "^1.3.2",
+ "sass-resources-loader": "^1.3.3",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",