diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:17:46 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-12-29 09:31:01 +0000 |
commit | 40dc70429d196ccbf147285cc2e079457ee4c534 (patch) | |
tree | b151ee2b0622f836823dd950a0e085b65618f12c /package-lock.json | |
parent | 00e14d0f6a7d8ba080fbb67364ca0d013631007b (diff) | |
download | nextcloud-server-40dc70429d196ccbf147285cc2e079457ee4c534.tar.gz nextcloud-server-40dc70429d196ccbf147285cc2e079457ee4c534.zip |
chore(npm): fix lockfile
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 45e1eab8fd5..ea003c0b951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4293,11 +4293,15 @@ } }, "node_modules/@nextcloud/router": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz", - "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz", + "integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==", "dependencies": { "core-js": "^3.6.4" + }, + "engines": { + "node": "^16.0.0", + "npm": "^7.0.0 || ^8.0.0" } }, "node_modules/@nextcloud/sharing": { @@ -26771,9 +26775,9 @@ } }, "@nextcloud/router": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz", - "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz", + "integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==", "requires": { "core-js": "^3.6.4" } |