diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-19 11:46:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 11:46:11 +0000 |
commit | 77721b237d4496df23db39cb14a4db327ea2f420 (patch) | |
tree | 5e4bf87fcdfe834f42fddbc12240736edceb8840 | |
parent | 5b620eb9450322a298532952462eb4ef87dd833e (diff) | |
download | nextcloud-server-77721b237d4496df23db39cb14a4db327ea2f420.tar.gz nextcloud-server-77721b237d4496df23db39cb14a4db327ea2f420.zip |
chore(deps): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/nextcloud/browserslist-config/releases)
- [Commits](https://github.com/nextcloud/browserslist-config/compare/v2.3.0...v3.0.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 17 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 12 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index d5a9f30561d..9567c5f603a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.1.0", "@nextcloud/axios": "^2.3.0", "@nextcloud/browser-storage": "^0.2.0", - "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0-beta.1", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.0.0-beta.2", @@ -3481,12 +3481,12 @@ } }, "node_modules/@nextcloud/browserslist-config": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.3.0.tgz", - "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.0.0.tgz", + "integrity": "sha512-daCnyNBVsWdWjJ5HcaE6jtiDAqaJAGbiWyaTtj/64ztnBget9qEwHC55uA1JNbJOBgNf2lyoQo5rgfatn9sUTw==", "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" } }, "node_modules/@nextcloud/calendar-availability-vue": { @@ -3546,6 +3546,11 @@ "npm": "^9.0.0" } }, + "node_modules/@nextcloud/capabilities/node_modules/@nextcloud/browserslist-config": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.2.0.tgz", + "integrity": "sha512-kC42RQW5rZjZZsRaEjVlIQpp6aW/yxm+zZdETnrRQnUzcPwBgF4wO4makfGT63Ckd+LkgUW+geesPiPRqxFVew==" + }, "node_modules/@nextcloud/capabilities/node_modules/typescript": { "version": "4.9.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", diff --git a/package.json b/package.json index 9019af79e83..833782217bc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/auth": "^2.1.0", "@nextcloud/axios": "^2.3.0", "@nextcloud/browser-storage": "^0.2.0", - "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/calendar-availability-vue": "^2.0.0-beta.1", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.0.0-beta.2", |