diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-27 04:49:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 04:49:03 +0000 |
commit | 5db940fd6ab0c916fbabcd949a3eaa2f36f44d3d (patch) | |
tree | 06c43feca0509f9997db206c4501ff70af0cef1a | |
parent | 5da5046cc949335064a43c7dc4239981eb5ee8bd (diff) | |
parent | e7eef8b1651ad5f2962c79ae16abd979b85c4acf (diff) |
Merge pull request #3908 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-3.0.1
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index fe73eaef..4eea99d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.24.4", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^3.0.0", + "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/typings": "^1.7.0", @@ -3016,13 +3016,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/calendar-js": { @@ -21528,9 +21528,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/calendar-js": { diff --git a/package.json b/package.json index 9700c1aa..c7b175c6 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.24.4", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^3.0.0", + "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/typings": "^1.7.0", |