diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-13 02:45:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-13 02:45:51 +0000 |
commit | 7b61a9ba3e1f912381c0e78fbd956687fca6e592 (patch) | |
tree | edcbc2ea6bb7d8b01a0236b78fa934d9447a72b4 /package-lock.json | |
parent | 58a80f87bdc7eaaa02b074578edf985a3d515ca6 (diff) | |
download | nextcloud-server-7b61a9ba3e1f912381c0e78fbd956687fca6e592.tar.gz nextcloud-server-7b61a9ba3e1f912381c0e78fbd956687fca6e592.zip |
build(deps): bump @nextcloud/browserslist-config from 3.0.0 to 3.0.1
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/nextcloud/browserslist-config/releases)
- [Commits](https://github.com/nextcloud/browserslist-config/compare/v3.0.0...v3.0.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index aea3570eba7..d8830b2d1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/auth": "^2.1.0", "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", - "@nextcloud/browserslist-config": "^3.0.0", + "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/calendar-availability-vue": "^2.2.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.5", @@ -4260,12 +4260,12 @@ } }, "node_modules/@nextcloud/browserslist-config": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.0.0.tgz", - "integrity": "sha512-daCnyNBVsWdWjJ5HcaE6jtiDAqaJAGbiWyaTtj/64ztnBget9qEwHC55uA1JNbJOBgNf2lyoQo5rgfatn9sUTw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.0.1.tgz", + "integrity": "sha512-GZTxL5fsDgmFoot/qnRurjHCuHjSfOg+A6t4+P2TySXua2Q1Ex0lecZYlSnRuOR/W5BGOZ06ITTA/hbkSh1Ypg==", "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" } }, "node_modules/@nextcloud/calendar-availability-vue": { |