Merge pull request #4007 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/initial-state-2.0.0

Bump @nextcloud/initial-state from 1.2.1 to 2.0.0
This commit is contained in:
Julius Härtl
2022-08-28 18:17:54 +02:00
committed by GitHub
2 changed files with 24 additions and 28 deletions

50
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@nextcloud/dialogs": "^3.2.0", "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.0.0", "@nextcloud/event-bus": "^3.0.0",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.1", "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1", "@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",
@@ -2976,6 +2976,14 @@
"core-js": "^3.6.4" "core-js": "^3.6.4"
} }
}, },
"node_modules/@nextcloud/capabilities/node_modules/@nextcloud/initial-state": {
"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"
}
},
"node_modules/@nextcloud/capabilities/node_modules/core-js": { "node_modules/@nextcloud/capabilities/node_modules/core-js": {
"version": "3.6.5", "version": "3.6.5",
"hasInstallScript": true, "hasInstallScript": true,
@@ -3115,21 +3123,9 @@
} }
}, },
"node_modules/@nextcloud/initial-state": { "node_modules/@nextcloud/initial-state": {
"version": "1.2.1", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
"integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==", "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
"dependencies": {
"core-js": "^3.6.4"
}
},
"node_modules/@nextcloud/initial-state/node_modules/core-js": {
"version": "3.6.5",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
}, },
"node_modules/@nextcloud/l10n": { "node_modules/@nextcloud/l10n": {
"version": "1.6.0", "version": "1.6.0",
@@ -21259,6 +21255,14 @@
"core-js": "^3.6.4" "core-js": "^3.6.4"
}, },
"dependencies": { "dependencies": {
"@nextcloud/initial-state": {
"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"
}
},
"core-js": { "core-js": {
"version": "3.6.5" "version": "3.6.5"
} }
@@ -21347,17 +21351,9 @@
} }
}, },
"@nextcloud/initial-state": { "@nextcloud/initial-state": {
"version": "1.2.1", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.0.0.tgz",
"integrity": "sha512-2TH2DzJBolYHWfbSovTWkByAIg0gdsyuVfZpf5APnJu/9PixXKbnrVFnaEdxjeP262Gok7ARMFFQeSiuzKRQeQ==", "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ=="
"requires": {
"core-js": "^3.6.4"
},
"dependencies": {
"core-js": {
"version": "3.6.5"
}
}
}, },
"@nextcloud/l10n": { "@nextcloud/l10n": {
"version": "1.6.0", "version": "1.6.0",

View File

@@ -36,7 +36,7 @@
"@nextcloud/dialogs": "^3.2.0", "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.0.0", "@nextcloud/event-bus": "^3.0.0",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",
"@nextcloud/initial-state": "^1.2.1", "@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
"@nextcloud/moment": "^1.2.1", "@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",