diff --git a/cms/package.json b/cms/package.json index 64561c4138..bcdd16e320 100644 --- a/cms/package.json +++ b/cms/package.json @@ -18,18 +18,18 @@ "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", - "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" }, "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 7713095b31..48c23610dc 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" @@ -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" @@ -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"