From f57bab4c4473574bd05ee54c288979ad98f2deef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:12:22 +0000 Subject: [PATCH 1/3] Bump @types/react from 18.2.78 to 18.3.2 in /cms Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.78 to 18.3.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cms/package.json | 2 +- cms/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cms/package.json b/cms/package.json index f514821e43..ee5755da41 100644 --- a/cms/package.json +++ b/cms/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.12.11", - "@types/react": "^18.2.78", + "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "@types/react-native-web": "npm:@types/react-native", "@types/uuid": "^9.0.8", diff --git a/cms/yarn.lock b/cms/yarn.lock index 8f1b2a05a2..98714a62d3 100644 --- a/cms/yarn.lock +++ b/cms/yarn.lock @@ -1420,10 +1420,10 @@ hoist-non-react-statics "^3.3.0" redux "^4.0.0" -"@types/react@*", "@types/react@^18.2.78": - version "18.2.78" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.78.tgz#94aec453d0ccca909998a2b4b2fd78af15a7d2fe" - integrity sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A== +"@types/react@*", "@types/react@^18.3.2": + version "18.3.2" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd" + integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w== dependencies: "@types/prop-types" "*" csstype "^3.0.2" From f292dd3b75f8acc175dddafac549f0b2ba9b1b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:13:15 +0000 Subject: [PATCH 2/3] Bump dayjs from 1.11.10 to 1.11.11 in /cms Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.10 to 1.11.11. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.10...v1.11.11) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cms/package.json | 2 +- cms/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cms/package.json b/cms/package.json index 4c5d6e02f0..6e8ecfd175 100644 --- a/cms/package.json +++ b/cms/package.json @@ -18,7 +18,7 @@ "test": "yarn build:content && yarn test:ts && yarn test:lint && yarn test:jest" }, "dependencies": { - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "decap-cms-app": "3.1.10", "decap-cms-media-library-cloudinary": "^3.0.3", "i18next": "^23.11.4", diff --git a/cms/yarn.lock b/cms/yarn.lock index 3c2c394955..273742d25c 100644 --- a/cms/yarn.lock +++ b/cms/yarn.lock @@ -2460,10 +2460,10 @@ csstype@3.1.3, csstype@^3.0.2: resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -dayjs@^1.11.10: - version "1.11.10" - resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz" - integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== +dayjs@^1.11.10, dayjs@^1.11.11: + version "1.11.11" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.11.tgz#dfe0e9d54c5f8b68ccf8ca5f72ac603e7e5ed59e" + integrity sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg== debug@2.6.9: version "2.6.9" From 494a676cdf83098d77af3a963f732fbca687be68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:22:26 +0000 Subject: [PATCH 3/3] Bump react-native-safe-area-context from 4.9.0 to 4.10.1 in /cms Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.9.0 to 4.10.1. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.9.0...v4.10.1) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cms/package.json | 2 +- cms/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cms/package.json b/cms/package.json index 9673ca9468..bcdd16e320 100644 --- a/cms/package.json +++ b/cms/package.json @@ -22,7 +22,7 @@ "decap-cms-app": "3.1.10", "decap-cms-media-library-cloudinary": "^3.0.3", "i18next": "^23.11.4", - "react-native-safe-area-context": "^4.9.0", + "react-native-safe-area-context": "^4.10.1", "react-native-web": "^0.19.11", "styled-components": "^6.1.11" }, diff --git a/cms/yarn.lock b/cms/yarn.lock index 84d253f093..48c23610dc 100644 --- a/cms/yarn.lock +++ b/cms/yarn.lock @@ -6169,10 +6169,10 @@ react-modal@^3.8.1: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-native-safe-area-context@^4.9.0: - version "4.9.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz#21a570ca3594cb4259ba65f93befaa60d91bcbd0" - integrity sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w== +react-native-safe-area-context@^4.10.1: + version "4.10.1" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.10.1.tgz#29fb27395ff7dfa2fa38788a27226330d73a81cc" + integrity sha512-w8tCuowDorUkPoWPXmhqosovBr33YsukkwYCDERZFHAxIkx6qBadYxfeoaJ91nCQKjkNzGrK5qhoNOeSIcYSpA== react-native-web@^0.19.11: version "0.19.11"