summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-12 15:25:56 +0000
committerGitHub <noreply@github.com>2020-10-12 15:25:56 +0000
commite5e04615514b3e173d24326471492de79a66d283 (patch)
tree3ef2372b177f0ae6884bc33d3e2b76407644e044
parent8df22cd315ded7a2d3024ea7fbe0f5cae42a4aff (diff)
parent113b48a317ff5b7a6b5f49949d45ca42b32d3cdc (diff)
Merge pull request #1063 from nextcloud/dependabot/npm_and_yarn/nextcloud/initial-state-1.2.0
Bump @nextcloud/initial-state from 1.1.2 to 1.2.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 2a3529e9..f6862a8c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3517,9 +3517,9 @@
}
},
"@nextcloud/initial-state": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.2.tgz",
- "integrity": "sha512-AmewfDmsCgL9j062VWkgWPg+dfyu63xxqv29ErAJ1WZiEQK/gb2IyiILDMTXdVeNHGDY874mzBcAAkpFO/DxnQ==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.0.tgz",
+ "integrity": "sha512-/ZN4f/gihvRPXa7S2mgV2Is5QyEGqb4/Z2OGHxilJV86ZKBnR9DlA5dFqtzdV86dHVsZ+PfthUI3vDPJ81hTJA==",
"requires": {
"core-js": "^3.6.4"
}
diff --git a/package.json b/package.json
index 93eef864..10e5f809 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@babel/runtime": "^7.11.2",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.4.0",
- "@nextcloud/initial-state": "^1.1.2",
+ "@nextcloud/initial-state": "^1.2.0",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.7.0",