diff --git a/package-lock.json b/package-lock.json index 31af4cb553..a40e20202e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "richdocuments", - "version": "8.4.5", + "version": "8.4.6", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", @@ -28,7 +28,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@cypress/webpack-preprocessor": "^6.0.1", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^3.0.0", + "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/cypress": "^1.0.0-beta.7", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", @@ -3761,13 +3761,13 @@ } }, "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==", "dev": true, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" } }, "node_modules/@nextcloud/capabilities": { @@ -25823,9 +25823,9 @@ } }, "@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==", "dev": true }, "@nextcloud/capabilities": { diff --git a/package.json b/package.json index 1d0be541cb..b26ed42426 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@cypress/webpack-preprocessor": "^6.0.1", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^3.0.0", + "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/cypress": "^1.0.0-beta.7", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0",