diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index dc742bc0419..f2a60e25711 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: path-to-signatures: 'readme/cla_signatures.json' path-to-document: 'https://github.com/laurent22/joplin/blob/dev/readme/cla.md' # e.g. a CLA or a DCO document # branch should not be protected - branch: 'dev' + branch: 'cla_signatures' allowlist: joplinbot,renovate[bot] # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken diff --git a/package.json b/package.json index 3bfda7bb4c6..7b6d666686d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "url": "git+https://github.com/laurent22/joplin.git" }, "engines": { - "node": ">=18" + "node": ">=18", + "yarn": "3.8.3" }, "scripts": { "buildApiDoc": "yarn workspace joplin start apidoc ../../readme/api/references/rest_api.md", diff --git a/packages/app-mobile/package.json b/packages/app-mobile/package.json index 73c7e57bd24..496ef83c7a5 100644 --- a/packages/app-mobile/package.json +++ b/packages/app-mobile/package.json @@ -29,7 +29,7 @@ "@joplin/utils": "~3.2", "@react-native-clipboard/clipboard": "1.14.1", "@react-native-community/datetimepicker": "8.2.0", - "@react-native-community/geolocation": "3.2.1", + "@react-native-community/geolocation": "3.3.0", "@react-native-community/netinfo": "11.3.2", "@react-native-community/push-notification-ios": "1.11.0", "@react-native-community/slider": "4.5.2", diff --git a/yarn.lock b/yarn.lock index 9f938a3bc18..3f5d3ab9485 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8267,7 +8267,7 @@ __metadata: "@js-draw/material-icons": 1.20.3 "@react-native-clipboard/clipboard": 1.14.1 "@react-native-community/datetimepicker": 8.2.0 - "@react-native-community/geolocation": 3.2.1 + "@react-native-community/geolocation": 3.3.0 "@react-native-community/netinfo": 11.3.2 "@react-native-community/push-notification-ios": 1.11.0 "@react-native-community/slider": 4.5.2 @@ -11032,13 +11032,13 @@ __metadata: languageName: node linkType: hard -"@react-native-community/geolocation@npm:3.2.1": - version: 3.2.1 - resolution: "@react-native-community/geolocation@npm:3.2.1" +"@react-native-community/geolocation@npm:3.3.0": + version: 3.3.0 + resolution: "@react-native-community/geolocation@npm:3.3.0" peerDependencies: react: "*" react-native: "*" - checksum: 9d2749a9a86697f1b0da7ebf873d444efbf926eedee89a35810016385b81005d4802cbd7d1188ebfdfb146a41d5a11b8c907ee3ce8b434a4929fd81cac100f75 + checksum: a0920ff7ff2f9f24300a8eabd641fd5bd9124a8a5274f0077d64bc143111c925986eaf7c29fa25b6b0daaebb780ebf1aeee12e908584fe200fc619e30de330c6 languageName: node linkType: hard