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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-06-14 16:58:04 +0300
committerGitHub <noreply@github.com>2022-06-14 16:58:04 +0300
commit2b3d08b5d5aeadd02669bc53c300ccb644452cc3 (patch)
tree717634aa4efee8d6bef5de649c4ed8bbbfb42f14
parentbc63e8e8d216419e12eb8bcefb526ee1bf9977ad (diff)
parentd8d6cdcec2a8272a0ca980fac389dc8942f37f90 (diff)
Merge pull request #1200 from nextcloud/dependabot/npm_and_yarn/nextcloud/initial-state-1.2.1
Bump @nextcloud/initial-state from 1.2.0 to 1.2.1
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index f44dd30..cbf439e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
- "@nextcloud/initial-state": "^1.2.0",
+ "@nextcloud/initial-state": "^1.2.1",
"@nextcloud/logger": "^2.1.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.0",
@@ -2588,9 +2588,9 @@
}
},
"node_modules/@nextcloud/initial-state": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.0.tgz",
- "integrity": "sha512-/ZN4f/gihvRPXa7S2mgV2Is5QyEGqb4/Z2OGHxilJV86ZKBnR9DlA5dFqtzdV86dHVsZ+PfthUI3vDPJ81hTJA==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
+ "integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==",
"dependencies": {
"core-js": "^3.6.4"
}
@@ -19974,9 +19974,9 @@
}
},
"@nextcloud/initial-state": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.0.tgz",
- "integrity": "sha512-/ZN4f/gihvRPXa7S2mgV2Is5QyEGqb4/Z2OGHxilJV86ZKBnR9DlA5dFqtzdV86dHVsZ+PfthUI3vDPJ81hTJA==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz",
+ "integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==",
"requires": {
"core-js": "^3.6.4"
},
diff --git a/package.json b/package.json
index 0afe311..f7d6442 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
- "@nextcloud/initial-state": "^1.2.0",
+ "@nextcloud/initial-state": "^1.2.1",
"@nextcloud/logger": "^2.1.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.0",