summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 02:25:08 +0000
committerGitHub <noreply@github.com>2023-07-15 02:25:08 +0000
commitb8c05bfb41b96d9216da23d583387cfc0c2cac1a (patch)
tree8ec9f9399475207c68260df839f2af0f643b3101
parenta488f06e8ad20e6186693800a4b85d8b2a1fd329 (diff)
chore(deps): bump @nextcloud/initial-state from 2.0.0 to 2.1.0
--- updated-dependencies: - dependency-name: "@nextcloud/initial-state" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 12 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2ad38349..9923d057 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/initial-state": "^2.0.0",
+ "@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
@@ -2964,9 +2964,13 @@
}
},
"node_modules/@nextcloud/initial-state": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
- "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.1.0.tgz",
+ "integrity": "sha512-b92X/GvUPGQJpUQwauyG3D3dHsWowViVLnTtFPSMUc0rXtvYR5CvhkqJRfPC7O7W4VC7+V3q+FWeA+mQWMxN2Q==",
+ "engines": {
+ "node": "^20.0.0",
+ "npm": "^9.0.0"
+ }
},
"node_modules/@nextcloud/l10n": {
"version": "2.2.0",
@@ -19900,9 +19904,9 @@
}
},
"@nextcloud/initial-state": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
- "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.1.0.tgz",
+ "integrity": "sha512-b92X/GvUPGQJpUQwauyG3D3dHsWowViVLnTtFPSMUc0rXtvYR5CvhkqJRfPC7O7W4VC7+V3q+FWeA+mQWMxN2Q=="
},
"@nextcloud/l10n": {
"version": "2.2.0",
diff --git a/package.json b/package.json
index d8376770..4d2f24d3 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@nextcloud/cdav-library": "^1.1.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.1.0",
- "@nextcloud/initial-state": "^2.0.0",
+ "@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",