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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-03-29 13:12:36 +0300
committerGitHub <noreply@github.com>2020-03-29 13:12:36 +0300
commitab97091b64dbeb1767014d4f9b4447bf3688f5bc (patch)
tree0a9f1f2a5efb2d532a5ba0c347d6ab40549f44c9
parent3b90c45a8f5309c09519ace0bc023508f4bf8159 (diff)
parent49919a38703b45d7b539c9878c6e4bfc534b1d49 (diff)
Merge pull request #740 from nextcloud/dependabot/npm_and_yarn/nextcloud/initial-state-1.1.1
Bump @nextcloud/initial-state from 1.1.0 to 1.1.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 b9103d595..1e5567b4f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3745,17 +3745,17 @@
}
},
"@nextcloud/initial-state": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.0.tgz",
- "integrity": "sha512-c8VNSv7CbcPdaMNQO3ERJUMhsGyCvAgSBlvBHhugYHxGqlySjE+J+SqkpXmqB+eQ/DujDTahBX1IwoF3zjPtOw==",
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.1.tgz",
+ "integrity": "sha512-E9KG8yx5qw0fgacUecxJ5pvnZOT3oSrTV/nKFtO6dmPEXHLflThVBwdx6qCVVd6Ffne/qNKlUDYUrFV2lpUXWw==",
"requires": {
- "core-js": "3.6.1"
+ "core-js": "^3.6.4"
},
"dependencies": {
"core-js": {
- "version": "3.6.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
- "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
+ "version": "3.6.4",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
+ "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
}
}
},
diff --git a/package.json b/package.json
index 0a7001d18..1bce20709 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"dependencies": {
"@nextcloud/axios": "^1.1.0",
"@nextcloud/event-bus": "^1.1.3",
- "@nextcloud/initial-state": "^1.0.0",
+ "@nextcloud/initial-state": "^1.1.1",
"@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "^1.4.0",
"escape-html": "^1.0.3",