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>2021-01-15 00:24:33 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-15 00:24:33 +0300
commit468a6cf65ed775987785210e1bad3f8caafaa7e8 (patch)
tree6570ee191071b5aab52cc706ed192e1152985f72
parent719ba07d06d278c66a79c3051d0abdfb7ca80adf (diff)
Update packages
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-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 522a28f..406199e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@fortawesome/fontawesome-free": {
- "version": "5.15.1",
- "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.1.tgz",
- "integrity": "sha512-OEdH7SyC1suTdhBGW91/zBfR6qaIhThbcN8PUXtXilY4GYnSBbVqOntdHbC1vXwsDnX0Qix2m2+DSU1J51ybOQ==",
+ "version": "5.15.2",
+ "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.2.tgz",
+ "integrity": "sha512-7l/AX41m609L/EXI9EKH3Vs3v0iA8tKlIOGtw+kgcoanI7p+e4I4GYLqW3UXWiTnjSFymKSmTTPKYrivzbxxqA==",
"dev": true
},
"@types/anymatch": {
diff --git a/package.json b/package.json
index 45965b7..9cb06b3 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"msg:desc:sync": "node --experimental-json-modules scripts/message-description-sync.mjs"
},
"devDependencies": {
- "@fortawesome/fontawesome-free": "^5.15.1",
+ "@fortawesome/fontawesome-free": "^5.15.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",