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

github.com/nextcloud/twofactor_totp.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>2020-11-28 05:15:14 +0300
committerGitHub <noreply@github.com>2020-11-28 05:15:14 +0300
commitc31f0939ebdceaf339d64b7ea14a32ab2fbb9c84 (patch)
tree49e1049868f36536b3a0e21992166411e8596fba
parentd73a99f709a393bf08324cf101f9361c23b0a45c (diff)
Bump prettier from 2.2.0 to 2.2.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.2.0...2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 b7593ea..39d1567 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9025,9 +9025,9 @@
"dev": true
},
"prettier": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.0.tgz",
- "integrity": "sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw==",
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
+ "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
"dev": true
},
"prettier-linter-helpers": {
diff --git a/package.json b/package.json
index 2d052a3..6c593d2 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"jsdom-global": "^3.0.2",
"mocha": "^7.1.2",
"mocha-webpack": "^2.0.0-beta.0",
- "prettier": "2.2.0",
+ "prettier": "2.2.1",
"sass-loader": "^10.1.0",
"sinon": "^9.2.1",
"url-loader": "^4.1.1",