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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-12-01 21:15:25 +0300
committerGitHub <noreply@github.com>2021-12-01 21:15:25 +0300
commitefd979157dac5158ae93141edbe8f8d0a89b8b5f (patch)
treef4a85e8da2b418d5ed137a512c070958ba5d1150
parentc055a88eda15cdfe7066058201f954aee84001af (diff)
parent8fe8fa355988c973260ae08efe1b8f56b8dc0646 (diff)
Merge pull request #969 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.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index fe2cab9..4a15443 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3263,17 +3263,17 @@
}
},
"@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"
},
"dependencies": {
"core-js": {
- "version": "3.6.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
- "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
+ "version": "3.19.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.2.tgz",
+ "integrity": "sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g=="
}
}
},
diff --git a/package.json b/package.json
index 71f6267..a00bac3 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"dependencies": {
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.7.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",