From 122beff823d0d87f30ba3083a25fbb4e118c43a4 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Tue, 4 Jun 2024 20:44:07 -0400 Subject: [PATCH 1/4] refactor(front): update background color variables and add transitions where used (#1304) Closes: #1304 --- .../cv/SkillBreakdown/SkillBreakdown.css | 5 +- front/src/lib/styles/base/theme.css | 52 ++++++++++++++++++- .../lib/styles/components/animated-image.css | 3 ++ front/src/lib/styles/components/nav.css | 1 + front/src/lib/styles/components/page-nav.css | 2 +- front/src/lib/styles/components/post-hero.css | 2 +- .../src/lib/styles/components/posts-grid.css | 2 +- front/src/lib/styles/pages/category.css | 3 ++ front/src/lib/styles/pages/home.css | 2 +- 9 files changed, 65 insertions(+), 7 deletions(-) diff --git a/front/src/lib/components/cv/SkillBreakdown/SkillBreakdown.css b/front/src/lib/components/cv/SkillBreakdown/SkillBreakdown.css index b5f6f2ea1..a122da1df 100644 --- a/front/src/lib/components/cv/SkillBreakdown/SkillBreakdown.css +++ b/front/src/lib/components/cv/SkillBreakdown/SkillBreakdown.css @@ -19,6 +19,9 @@ .skill-graph { display: flex; position: relative; + transition-duration: var(--transition-duration); + transition-property: box-shadow; + transition-timing-function: var(--transition-timing-function); margin: 1.5rem auto 0 auto; box-shadow: var(--shadow-elevation-low); border-radius: 0.25rem; @@ -36,7 +39,7 @@ animation-delay: var(--transition-duration-slower); animation-fill-mode: forwards; transition-duration: var(--transition-duration-fast); - transition-property: width, transform, z-index; + transition-property: box-shadow, width, transform, z-index; transition-timing-function: var(--transition-timing-function); cursor: pointer; padding: 1rem 0; diff --git a/front/src/lib/styles/base/theme.css b/front/src/lib/styles/base/theme.css index c8cee6c6b..aac2288e0 100644 --- a/front/src/lib/styles/base/theme.css +++ b/front/src/lib/styles/base/theme.css @@ -3,7 +3,7 @@ :root { /* https://www.joshwcomeau.com/shadow-palette/ */ - --shadow-elevation-low: -0.7px 0.9px 1.3px hsl(var(--shadow-color) / 0.34), + /* --shadow-elevation-low: -0.7px 0.9px 1.3px hsl(var(--shadow-color) / 0.34), -1.2px 1.5px 2.2px -1.2px hsl(var(--shadow-color) / 0.34), -2.8px 3.6px 5.1px -2.5px hsl(var(--shadow-color) / 0.34); --shadow-elevation-medium: -0.7px 0.9px 1.3px hsl(var(--shadow-color) / 0.36), @@ -17,7 +17,7 @@ -20.3px 25.8px 36.9px -1.4px hsl(var(--shadow-color) / 0.34), -31.7px 40.3px 57.7px -1.8px hsl(var(--shadow-color) / 0.34), -48.3px 61.2px 87.7px -2.1px hsl(var(--shadow-color) / 0.34), - -71.1px 90.2px 129.2px -2.5px hsl(var(--shadow-color) / 0.34); + -71.1px 90.2px 129.2px -2.5px hsl(var(--shadow-color) / 0.34); */ --clr-neut-50: #f6f6f6; --clr-neut-100: #ececec; @@ -87,6 +87,18 @@ --headshot-filter: sepia(100%) saturate(70%) brightness(85%) hue-rotate(61deg); --shadow-color: var(--sunshine-shadow-clr); + --shadow-elevation-low: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(100, 100, 100, 0.04), + -18px 18px 18px -1.5px rgba(100, 100, 100, 0.08); + --shadow-elevation-medium: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(100, 100, 100, 0.04), + -18px 18px 18px -1.5px rgba(100, 100, 100, 0.08), + -37px 37px 37px -3px rgba(155, 155, 155, 0.16); + --shadow-elevation-high: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(100, 100, 100, 0.04), + -18px 18px 18px -1.5px rgba(100, 100, 100, 0.08), + -37px 37px 37px -3px rgba(155, 155, 155, 0.16), + -75px 75px 75px -6px rgba(155, 155, 155, 0.24); --tag-clr: var(--sand-a50); --tag-border-clr: var(--jasper-a50); --posts-item-filter: brightness(100%); @@ -172,6 +184,18 @@ html.light-theme { --mark-bg-clr: var(--green); --headshot-filter: sepia(100%) saturate(70%) brightness(85%) hue-rotate(61deg); --shadow-color: var(--sunshine-shadow-clr); + --shadow-elevation-low: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(100, 100, 100, 0.04), + -18px 18px 18px -1.5px rgba(100, 100, 100, 0.08); + --shadow-elevation-medium: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(100, 100, 100, 0.04), + -18px 18px 18px -1.5px rgba(100, 100, 100, 0.08), + -37px 37px 37px -3px rgba(155, 155, 155, 0.16); + --shadow-elevation-high: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(100, 100, 100, 0.04), + -18px 18px 18px -1.5px rgba(100, 100, 100, 0.08), + -37px 37px 37px -3px rgba(155, 155, 155, 0.16), + -75px 75px 75px -6px rgba(155, 155, 155, 0.24); --tag-clr: var(--sand-a50); --tag-border-clr: var(--jasper-a50); --posts-item-filter: brightness(100%); @@ -262,6 +286,18 @@ html.light-theme { var(--content-bg-clr) 333px ); --shadow-color: var(--moonshine-shadow-clr); + --shadow-elevation-low: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(0, 0, 0, 0.08), + -18px 18px 18px -1.5px rgba(0, 0, 0, 0.16); + --shadow-elevation-medium: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(0, 0, 0, 0.08), + -18px 18px 18px -1.5px rgba(0, 0, 0, 0.16), + -37px 37px 37px -3px rgba(0, 0, 0, 0.48); + --shadow-elevation-high: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(0, 0, 0, 0.08), + -18px 18px 18px -1.5px rgba(0, 0, 0, 0.16), + -37px 37px 37px -3px rgba(0, 0, 0, 0.48), + -75px 75px 75px -6px rgba(0, 0, 0, 0.72); --rim-clr: var(--moonshine); --link-clr: var(--fg-clr-oo); --link-clr--hover: var(--celestial); @@ -336,6 +372,18 @@ html.dark-theme { var(--content-bg-clr) 333px ); --shadow-color: var(--moonshine-shadow-clr); + --shadow-elevation-low: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(0, 0, 0, 0.04), + -18px 18px 18px -1.5px rgba(0, 0, 0, 0.08); + --shadow-elevation-medium: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(0, 0, 0, 0.04), + -18px 18px 18px -1.5px rgba(0, 0, 0, 0.08), + -37px 37px 37px -3px rgba(0, 0, 0, 0.16); + --shadow-elevation-high: 0px 0px 0px 1px rgba(165, 165, 165, 0.04), + -9px 9px 9px -0.5px rgba(0, 0, 0, 0.04), + -18px 18px 18px -1.5px rgba(0, 0, 0, 0.08), + -37px 37px 37px -3px rgba(0, 0, 0, 0.16), + -75px 75px 75px -6px rgba(0, 0, 0, 0.24); --primary-clr: var(--celestial); --rim-clr: var(--moonshine); --link-clr: var(--fg-clr-oo); diff --git a/front/src/lib/styles/components/animated-image.css b/front/src/lib/styles/components/animated-image.css index c20a2e9d4..e92f82bc5 100644 --- a/front/src/lib/styles/components/animated-image.css +++ b/front/src/lib/styles/components/animated-image.css @@ -169,6 +169,9 @@ .animation-player { position: relative; + transition-duration: var(--transition-duration); + transition-property: box-shadow; + transition-timing-function: var(--transition-timing-function); box-shadow: var(--shadow-elevation-low); max-width: 100%; diff --git a/front/src/lib/styles/components/nav.css b/front/src/lib/styles/components/nav.css index 0678c4ad4..b43441d67 100644 --- a/front/src/lib/styles/components/nav.css +++ b/front/src/lib/styles/components/nav.css @@ -9,6 +9,7 @@ opacity: 0; z-index: 1; transition: + box-shadow 0.3s ease, top 0.3s ease, opacity 0.3s ease, color 0.3s ease; diff --git a/front/src/lib/styles/components/page-nav.css b/front/src/lib/styles/components/page-nav.css index 9ae7a654b..d602f827a 100644 --- a/front/src/lib/styles/components/page-nav.css +++ b/front/src/lib/styles/components/page-nav.css @@ -79,7 +79,7 @@ opacity: 0.8; z-index: 1; transition-duration: var(--transition-duration); - transition-property: background-color, color; + transition-property: box-shadow, background-color, color; transition-timing-function: var(--transition-timing-function); cursor: pointer; box-shadow: var(--shadow-elevation-low); diff --git a/front/src/lib/styles/components/post-hero.css b/front/src/lib/styles/components/post-hero.css index 849a27c6d..62a482550 100644 --- a/front/src/lib/styles/components/post-hero.css +++ b/front/src/lib/styles/components/post-hero.css @@ -33,7 +33,7 @@ z-index: 4; filter: var(--post-hero-filter); transition-duration: 1s; - transition-property: opacity, filter; + transition-property: box-shadow, opacity, filter; transition-timing-function: var(--transform-timing-function); box-shadow: var(--shadow-elevation-low); border-radius: 0.75rem; diff --git a/front/src/lib/styles/components/posts-grid.css b/front/src/lib/styles/components/posts-grid.css index d7d82e64d..c8345986b 100644 --- a/front/src/lib/styles/components/posts-grid.css +++ b/front/src/lib/styles/components/posts-grid.css @@ -15,7 +15,7 @@ z-index: 1; filter: var(--posts-item-filter); transition-duration: var(--transition-duration); - transition-property: filter; + transition-property: box-shadow, filter; transition-timing-function: ease-out; will-change: opacity; cursor: pointer; diff --git a/front/src/lib/styles/pages/category.css b/front/src/lib/styles/pages/category.css index 333b0623f..4dadd2dc1 100644 --- a/front/src/lib/styles/pages/category.css +++ b/front/src/lib/styles/pages/category.css @@ -218,6 +218,9 @@ padding-right: 0; } .category .category-posts-list .post-item .category-tag a { + transition-duration: var(--transition-duration); + transition-property: box-shadow; + transition-timing-function: var(--transition-timing-function); margin-bottom: 0.33rem; box-shadow: var(--shadow-elevation-low); border: thin solid var(--tag-border-clr); diff --git a/front/src/lib/styles/pages/home.css b/front/src/lib/styles/pages/home.css index 2f3bba168..e178f5e86 100644 --- a/front/src/lib/styles/pages/home.css +++ b/front/src/lib/styles/pages/home.css @@ -46,7 +46,7 @@ z-index: 5; filter: var(--headshot-filter); transition-duration: var(--transition-duration); - transition-property: border-color, opacity, filter; + transition-property: border-color, box-shadow, opacity, filter; transition-timing-function: var(--transition-timing-function); margin-top: 1rem; box-shadow: var(--shadow-elevation-low); From 8f2a18e05156fa387818240e4dcefdb7d8a7034a Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Tue, 4 Jun 2024 21:16:17 -0400 Subject: [PATCH 2/4] chore(back): upgrade to strapi@4.24.4 (#1303) Closes: #1303 --- back/package.json | 12 +- back/pnpm-lock.yaml | 321 ++++++++++++++++++++++---------------------- 2 files changed, 169 insertions(+), 164 deletions(-) diff --git a/back/package.json b/back/package.json index 1cb863b38..761bf06a5 100644 --- a/back/package.json +++ b/back/package.json @@ -15,13 +15,13 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/plugin-color-picker": "4.24.3", - "@strapi/plugin-i18n": "4.24.3", - "@strapi/plugin-sentry": "4.24.3", + "@strapi/plugin-color-picker": "4.24.4", + "@strapi/plugin-i18n": "4.24.4", + "@strapi/plugin-sentry": "4.24.4", "@strapi/plugin-seo": "^1.9.8", - "@strapi/plugin-users-permissions": "4.24.3", - "@strapi/provider-upload-aws-s3": "4.24.3", - "@strapi/strapi": "4.24.3", + "@strapi/plugin-users-permissions": "4.24.4", + "@strapi/provider-upload-aws-s3": "4.24.4", + "@strapi/strapi": "4.24.4", "pg": "^8.11.5", "react": "^18.0.0", "react-dom": "^18.0.0", diff --git a/back/pnpm-lock.yaml b/back/pnpm-lock.yaml index 564e9dd21..d52f36a55 100644 --- a/back/pnpm-lock.yaml +++ b/back/pnpm-lock.yaml @@ -16,26 +16,26 @@ importers: .: dependencies: '@strapi/plugin-color-picker': - specifier: 4.24.3 - version: 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + specifier: 4.24.4 + version: 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/plugin-i18n': - specifier: 4.24.3 - version: 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + specifier: 4.24.4 + version: 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/plugin-sentry': - specifier: 4.24.3 - version: 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + specifier: 4.24.4 + version: 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/plugin-seo': specifier: ^1.9.8 - version: 1.9.8(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 1.9.8(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@strapi/plugin-users-permissions': - specifier: 4.24.3 - version: 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + specifier: 4.24.4 + version: 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/provider-upload-aws-s3': - specifier: 4.24.3 - version: 4.24.3 + specifier: 4.24.4 + version: 4.24.4 '@strapi/strapi': - specifier: 4.24.3 - version: 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + specifier: 4.24.4 + version: 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) pg: specifier: ^8.11.5 version: 8.11.5 @@ -50,7 +50,7 @@ importers: version: 5.3.4(react@18.2.0) strapi-plugin-config-sync: specifier: ^1.2.5 - version: 1.2.5(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1) + version: 1.2.5(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1) styled-components: specifier: 5.3.3 version: 5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0) @@ -1736,8 +1736,8 @@ packages: resolution: {integrity: sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==} engines: {node: '>=14.0.0'} - '@strapi/admin@4.24.3': - resolution: {integrity: sha512-QpOSsDOG9cu7NpNu9rJBHEqu2n5zZh0/h+3SOA5JzmfHCoUMFvwszEgIOOsdvZy3ilLzG7dXc5jquN/Je0ByUA==} + '@strapi/admin@4.24.4': + resolution: {integrity: sha512-4dC6h87LOCP257u311hEoJQPK6ppNQ5iH8aPi0KbU9yepOo+XlHmx1B0QZoTyjWC31Jj57uNTnH/mUOKDV29jA==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/data-transfer': ^4.16.0 @@ -1747,8 +1747,8 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/content-releases@4.24.3': - resolution: {integrity: sha512-BPIn9cFM0ljkAmGodRysDqpEqDUxVMk5WwX5bqNY85fuzzGQORBV7hyF8+NPwFKYoOwuUDqfHj3H7AtwKoVMiQ==} + '@strapi/content-releases@4.24.4': + resolution: {integrity: sha512-BJruzzDq85t2Woemu20/3I99/aZth1FO6n8G+KE7dZ6uZ58+pfw3L3EWpNX4zTFAzz3x58UMRzLUI7bTrypwIQ==} engines: {node: '>=16.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/admin': ^4.19.0 @@ -1758,14 +1758,14 @@ packages: react-router-dom: 5.3.4 styled-components: 5.3.3 - '@strapi/data-transfer@4.24.3': - resolution: {integrity: sha512-Ut0Li4cvaseEDmTNL+HeJMfcQxl2V+Tzyal4GR/kmAuP0Rkj/tQh9/Ld2c4bax5DLwkceJRTAL4Yq9OVBfv8LQ==} + '@strapi/data-transfer@4.24.4': + resolution: {integrity: sha512-6VvO8ehFBPF+TVQWibk2b0njbBCfPnLllaDGgTSzA5hxwxNlh6PQqLMPEbkvhkQi64L5vJdOFOsOTnVOhjPmqA==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.14.4 - '@strapi/database@4.24.3': - resolution: {integrity: sha512-II+ww3eyarmiGJ6i8/csQMvHzzeGgzd2O7kzP24Sns0d2Uf15w5l7ITfTjuaBJkIoTCpPu+TugiD/qyDxJDyFw==} + '@strapi/database@4.24.4': + resolution: {integrity: sha512-lbM84tO+RyerRlUSDEYPdv12NSoAqoXeetNJJTvJhNegLlGmYrmsnOt4nrm9q/uXnV7KrYxlk3CsJO4NcnikUQ==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} '@strapi/design-system@1.18.0': @@ -1777,16 +1777,16 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/generate-new@4.24.3': - resolution: {integrity: sha512-BmSgkCj5oqSwnUg/1tWaE3saLg88kmbkziR8IItxPJjCFQNt4/t0W6i/TvlQPn9zG8fGk1qdR6TwoMeIo+JQgA==} + '@strapi/generate-new@4.24.4': + resolution: {integrity: sha512-MfDvbd4pYJIi4PJ0cpvRs82NRH/OlvJOqI3+AKRwA7iouzp68xxfolEX4DKd0bEY9g232Bk94FCETR7nqYpyjg==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/generators@4.24.3': - resolution: {integrity: sha512-7lZKOR3iV3SYwQehnKGSzCB4/sXXCFXEqsGGPvW/o1hbotdT5TJoKPjcSHGXBmhkMt6xH5GAZTcB7Ro42b9Ldw==} + '@strapi/generators@4.24.4': + resolution: {integrity: sha512-ZnK7J51J5k3r5sUUemR9RcuyUDxe3IQIRtpDih47ROQO6+Q3LzWGhL4BAlIXD6EsngQT9RbAYXO0Qn2lnEvCNQ==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/helper-plugin@4.24.3': - resolution: {integrity: sha512-5y/ro2n15IJrraDS0TLZQMS3ApcNLU2C16nOtIefSQ5gxr2kIYe5X1tn0eTXi9mnR7BEXZ49hHTC1O/k7s7ZXQ==} + '@strapi/helper-plugin@4.24.4': + resolution: {integrity: sha512-U9nGyHmT/OHDqrhrLVgg3YcK2Kc9AW/LyX/bQld1EtqAzIGXsHVXH3/0PYsQa4keyX/zhKuEPYnN40CPf8k41A==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/design-system': 1.18.0 @@ -1802,8 +1802,8 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - '@strapi/logger@4.24.3': - resolution: {integrity: sha512-GTS8WJK53oFiD+qR9sEDv4qhSjz0QaS6kZaF5iGEJso62zawwHKbouw4ffRwKwDMuDLJVF0Bar/+A66nXadSVQ==} + '@strapi/logger@4.24.4': + resolution: {integrity: sha512-XyUOuYF/JHET4GiAqnhHqX+zt+Z4QP8U1Y2jvCB731nqA/Hc1+hFTtI1dCy+9bZM2YIJmMFsE/B3IyrypJoDQw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} '@strapi/pack-up@4.23.0': @@ -1811,12 +1811,12 @@ packages: engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} hasBin: true - '@strapi/permissions@4.24.3': - resolution: {integrity: sha512-8oqm+TGzN+/mZx+YeM660dhxVNmZJWdm5EDwy5o4Kiqdgt4IqTvr4CYq2rscsFtZE9lzx3X81jkYKPPARpOSQA==} + '@strapi/permissions@4.24.4': + resolution: {integrity: sha512-SLXc/oW8oEW8PT5VPWKDlN4fW/O/9mG2F3bx0K9ibXxgDhw2Jlw+5WBBCtqxyGf9u7oz7e17r8hvb9bewF9+uA==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/plugin-color-picker@4.24.3': - resolution: {integrity: sha512-C7wmtfQaQ4bBR9TYTIrcjdPFnxTxEntTL2LhvK6eoqu5aBESHee78V1KXlij/Gd35ecFtCb+p9nZKNw7NC0mYQ==} + '@strapi/plugin-color-picker@4.24.4': + resolution: {integrity: sha512-nuO42eUHFdi5ngUbgTeuirGJZu/sQZ2q4S98Hraq1jeXCGoy7KOgW04Zxx8GzbB627J1hZ175EHgoJlGzaOqfg==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.4.0 @@ -1825,12 +1825,12 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/plugin-content-manager@4.24.3': - resolution: {integrity: sha512-2Pz76eT12UYUb8qhbXfs+L9Smm2gAll1f/y564C/ItozO+js9a7Yb0Uvvb/TFQXrGdxdWMvufnsRTw6IOiMJ7w==} + '@strapi/plugin-content-manager@4.24.4': + resolution: {integrity: sha512-wb6lB1pPzQGohYe3G7kjGzG3ZGRvbrA1PvgRPLD5MSdeyXO2kYMIP0n6+ZrxrR1PD8daOS+KqFlFSZwheKuAkw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/plugin-content-type-builder@4.24.3': - resolution: {integrity: sha512-sKVklTVi2t1wlGoquKoKzaIbvQWVVnYVlBuZAnu6XZcIaUeYDemMVVq0JXL9PKmxBZxIM0XhcNGQkVGYM4dZ2w==} + '@strapi/plugin-content-type-builder@4.24.4': + resolution: {integrity: sha512-Y1xt5/r0Qza04R76MWzEltJV6N8XwlbURVe2BFic+uWnST4TT0cOb0KPc+ii5ifaFbx0XD/8/Uj3hDMqGx3Kag==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.0.0 @@ -1839,8 +1839,8 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/plugin-email@4.24.3': - resolution: {integrity: sha512-kWQFl86fNTDbMt8J45r4LRhWgfZaIU/j5r4nOAU74uqqVRTK5D28izDwoyQ4Jh9pwIFToovnQxo60f+GhCVzBw==} + '@strapi/plugin-email@4.24.4': + resolution: {integrity: sha512-+0CDot+9sLA3XXIWacxz0HwgARh1CNU/aSl4bWxudlg/gcfq7sU6MTDtwHJqcEHxItgPEDeJuJL4AFbcC42Hxw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: koa: 2.13.4 @@ -1849,8 +1849,8 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/plugin-i18n@4.24.3': - resolution: {integrity: sha512-fDG1oetElyeVtPJwrYkaerdbl3wXfPs1OhFrHDgcJ1zl0cQn+lGJznPchFbfnG51VDMamJ9aQzzG2UYCAGMy8A==} + '@strapi/plugin-i18n@4.24.4': + resolution: {integrity: sha512-c1a8k5lZr1uOOsdDKWLGw4JF/dTBvk7S4/yfj43mRr6jCCBR5vo9M+gwq2MCh/m7wUL+cU7asEvYFcjXoeYjSA==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.0.0 @@ -1859,8 +1859,8 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/plugin-sentry@4.24.3': - resolution: {integrity: sha512-oRRlusSZE+M4tCxyhRX/TkItWhQ03XoPVmD95n87B7OZm5yhWLGrHZX2gp1NLrQ5FDDOd6JgjkCOuyO/gBhxFQ==} + '@strapi/plugin-sentry@4.24.4': + resolution: {integrity: sha512-BOd6NfwjBripLY2VjctSQCxGIv3+lcX/nzB+7VQy5ou6LVwmqvfrqBmEUqyWw8xDX8aBz4UDn9O01ZynSFGaUw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.0.0 @@ -1874,8 +1874,8 @@ packages: peerDependencies: '@strapi/strapi': ^4.0.0 - '@strapi/plugin-upload@4.24.3': - resolution: {integrity: sha512-x+IJK6gikcUJK0yp46WIAOTtdUDdYPboeE3HDfsIDJTLEnpPUpjH7HVgRYgOED8176CgTbNMo2lFb/2BIjKiAA==} + '@strapi/plugin-upload@4.24.4': + resolution: {integrity: sha512-L+m9vJikFUWAcRdcF4+6qLkvFAQiJbN1WKzR/5SRyZYNrHM9AhUPhV5BX0oZtd14pqCc1DazprjjrZrywG7R0Q==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.0.0 @@ -1884,8 +1884,8 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/plugin-users-permissions@4.24.3': - resolution: {integrity: sha512-V8SWhKCR1B2s82w6IuXE3p1bESzr3fNRWAKu6FmWLK7d426xCYT12deoIQsdlnf+uBx9S5Yq5GuzAR2vbq1vDg==} + '@strapi/plugin-users-permissions@4.24.4': + resolution: {integrity: sha512-3ZiIZZgNW1kAzpM+Imd9RN66ZdKj45lAlhcRMsqBSvjgTo7AnmTMeJy7JkR2Oq3SRVuzxVpJP1Qi49+v3YviGQ==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} peerDependencies: '@strapi/strapi': ^4.0.0 @@ -1894,33 +1894,33 @@ packages: react-router-dom: ^5.2.0 styled-components: ^5.2.1 - '@strapi/provider-audit-logs-local@4.24.3': - resolution: {integrity: sha512-4UvpmGtQ+JuvvuC1VmGfQAXF3keuPwGa8tE2JHf9bvL+y6oioKi/Q2B08Kf/pTC0tr+P2nR8vZyEdHgN9Cim7Q==} + '@strapi/provider-audit-logs-local@4.24.4': + resolution: {integrity: sha512-RGp2Qfqm6vOY3MNEIgHhV73ginojJAPOyKJyv73/wjrqcHg28M1IQzllZrTLkE2X76tKoWZW/JG4uRxU4m/0Tw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/provider-email-sendmail@4.24.3': - resolution: {integrity: sha512-kRfFjK1L+btuAPRH3CDa+S4JF8l0l4KEWWDWf1zuy7ZHS2wtCr8BrAeUbuJ653ZlH5AKn3rGKLIFYodbh0c9ug==} + '@strapi/provider-email-sendmail@4.24.4': + resolution: {integrity: sha512-F70rCjHqpLJhsgCO2RUAVIh0Ozkf6HyG0fdMXgwxXdIeymDXS/19c+SxyPqTXBrH37PflQGu9YXpz5G1ivacVw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/provider-upload-aws-s3@4.24.3': - resolution: {integrity: sha512-O7/wri7L0x3alXgd5E3OGsM/cnz6ax7Iod+iJ9t5HUKILzKUO8mDb03NCHqpZ2PmNA8qrwv8F4q367w7RZqLdA==} + '@strapi/provider-upload-aws-s3@4.24.4': + resolution: {integrity: sha512-Un9KUlbdYmBwdhsAER+iJUmZU0grxNXdpPrVE7KsRRqV9eQoXiW6ZmAt5I13/TLr58g+1cfzJ4J3zgh+pfd5QQ==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/provider-upload-local@4.24.3': - resolution: {integrity: sha512-c2KWvPKdzpfjaTOa6WOVIrQSvYGD5y+xlJjtPS2OMPswfX/x1FgFsT09kjEXWDtFTGP7UHgyYCX8VLreV3sG8g==} + '@strapi/provider-upload-local@4.24.4': + resolution: {integrity: sha512-RFiQyT6rX7BQHde58Uz+WkAUEbvwLigql+mp8JcRnl9YzlBMsPHDAYW3cZlMlaGoLgWPyTIr4GezuzP33E0ANw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/strapi@4.24.3': - resolution: {integrity: sha512-JhwybCQJW2Ps6i0g6W73vTCSXIYYGI3E34ukc7nGEp0PLxtXg6wqWKzrklBFj5sB0leA5KlV7BJFvWldmsARXw==} + '@strapi/strapi@4.24.4': + resolution: {integrity: sha512-1M0TirnyndXzeR7HmncmeVe+tIzOUGBYrDzbXoxQQFLMdRUYfy3SCA5QI/BIpu5m+4ooK2Oeid6ZeQYx3/CXDw==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} hasBin: true - '@strapi/types@4.24.3': - resolution: {integrity: sha512-whEr9DcmMQdPRud4QQVcKPWrLVZ/YgL12CYzFt4SJgw462x6jGYtKcXif2Tva5CPmoaCsnHQX5Oa1KEAdUmKGA==} + '@strapi/types@4.24.4': + resolution: {integrity: sha512-GeTnvUnDgAU98WDx1Mq2OL3qdb/LCylcrc+LxpGGVGuylQrxWV+DcpNi5PrxcfdIM8SbexCXNBc43bni09WfUQ==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} - '@strapi/typescript-utils@4.24.3': - resolution: {integrity: sha512-eyN7FY21Tii2Eby82BDANa8U7ZDmX2QtWbzI8LziRKFaV5GLrjmnJXO3rp6FLjT0OwjDfWLfocE4E5Fo2vMUcw==} + '@strapi/typescript-utils@4.24.4': + resolution: {integrity: sha512-RpskKeIlUFb4FlzVfA5QBz5svmUWE9PDwgX3HuIKXkVA6PdXfWq3xeQUdjZXhinCzxse35w4Bj+pwGjIlzrkJA==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} '@strapi/ui-primitives@1.18.0': @@ -1929,8 +1929,8 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - '@strapi/utils@4.24.3': - resolution: {integrity: sha512-yc6F5KOwfMVx68jiD3kcnJMd6qA8rF1iY3o9HRei5Os74ekgylJF++mdZMOFyDgdDUANylq6GVlI+KUTKapoQw==} + '@strapi/utils@4.24.4': + resolution: {integrity: sha512-vd1XNH0Odj8JnHd8IFjaj5uef/CraIjPSP+BgaoekFHRnbXWSyddqRSPKP39NFs4uyVfCXS2dAWIh9JNG7vMmA==} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} '@swc/core-darwin-arm64@1.4.16': @@ -3566,10 +3566,12 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported global-modules@1.0.0: resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} @@ -3837,6 +3839,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} @@ -5536,10 +5539,12 @@ packages: rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true rimraf@5.0.5: @@ -8523,23 +8528,23 @@ snapshots: '@smithy/types': 2.12.0 tslib: 2.6.2 - ? '@strapi/admin@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0)' + ? '@strapi/admin@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0)' : dependencies: '@casl/ability': 6.5.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.11(react-refresh@0.14.0)(type-fest@2.19.0)(webpack-hot-middleware@2.26.0)(webpack@5.91.0(esbuild@0.19.11)) '@radix-ui/react-context': 1.0.1(@types/react@18.2.79)(react@18.2.0) '@radix-ui/react-toolbar': 1.0.4(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0) - '@strapi/data-transfer': 4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5) + '@strapi/data-transfer': 4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5) '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/permissions': 4.24.3 - '@strapi/provider-audit-logs-local': 4.24.3 - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/types': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/typescript-utils': 4.24.3 - '@strapi/utils': 4.24.3 + '@strapi/permissions': 4.24.4 + '@strapi/provider-audit-logs-local': 4.24.4 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/types': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/typescript-utils': 4.24.4 + '@strapi/utils': 4.24.4 '@vitejs/plugin-react-swc': 3.5.0(@swc/helpers@0.5.10)(vite@5.2.9(@types/node@20.12.7)(terser@5.30.3)) axios: 1.6.0(debug@4.3.4) bcryptjs: 2.4.3 @@ -8678,16 +8683,16 @@ snapshots: - webpack-dev-server - webpack-plugin-serve - ? '@strapi/content-releases@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/admin@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/content-releases@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/admin@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0) - '@strapi/admin': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/admin': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/types': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/utils': 4.24.3 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/types': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/utils': 4.24.4 axios: 1.6.0(debug@4.3.4) date-fns: 2.30.0 date-fns-tz: 2.0.0(date-fns@2.30.0) @@ -8728,12 +8733,12 @@ snapshots: - tedious - typescript - '@strapi/data-transfer@4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5)': + '@strapi/data-transfer@4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5)': dependencies: - '@strapi/logger': 4.24.3 - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/types': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/utils': 4.24.3 + '@strapi/logger': 4.24.4 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/types': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/utils': 4.24.4 chalk: 4.1.2 cli-table3: 0.6.2 commander: 8.3.0 @@ -8762,9 +8767,9 @@ snapshots: - tedious - utf-8-validate - '@strapi/database@4.24.3(@types/node@20.12.7)(pg@8.11.5)': + '@strapi/database@4.24.4(@types/node@20.12.7)(pg@8.11.5)': dependencies: - '@strapi/utils': 4.24.3 + '@strapi/utils': 4.24.4 date-fns: 2.30.0 debug: 4.3.4(supports-color@5.5.0) fs-extra: 10.0.0 @@ -8816,7 +8821,7 @@ snapshots: - '@types/react-dom' - codemirror - '@strapi/generate-new@4.24.3': + '@strapi/generate-new@4.24.4': dependencies: '@sentry/node': 6.19.7 chalk: 4.1.2 @@ -8833,11 +8838,11 @@ snapshots: - encoding - supports-color - '@strapi/generators@4.24.3': + '@strapi/generators@4.24.4': dependencies: '@sindresorhus/slugify': 1.1.0 - '@strapi/typescript-utils': 4.24.3 - '@strapi/utils': 4.24.3 + '@strapi/typescript-utils': 4.24.4 + '@strapi/utils': 4.24.4 chalk: 4.1.2 copyfiles: 2.4.1 fs-extra: 10.0.0 @@ -8847,7 +8852,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@strapi/helper-plugin@4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)': + '@strapi/helper-plugin@4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)': dependencies: '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -8876,7 +8881,7 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@strapi/logger@4.24.3': + '@strapi/logger@4.24.4': dependencies: lodash: 4.17.21 winston: 3.10.0 @@ -8916,20 +8921,20 @@ snapshots: - supports-color - terser - '@strapi/permissions@4.24.3': + '@strapi/permissions@4.24.4': dependencies: '@casl/ability': 6.5.0 - '@strapi/utils': 4.24.3 + '@strapi/utils': 4.24.4 lodash: 4.17.21 qs: 6.11.1 sift: 16.0.1 - ? '@strapi/plugin-color-picker@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/plugin-color-picker@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) prop-types: 15.8.1 react: 18.2.0 react-colorful: 5.6.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -8953,11 +8958,11 @@ snapshots: - react-native - typescript - '@strapi/plugin-content-manager@4.24.3(@types/node@20.12.7)(pg@8.11.5)': + '@strapi/plugin-content-manager@4.24.4(@types/node@20.12.7)(pg@8.11.5)': dependencies: '@sindresorhus/slugify': 1.1.0 - '@strapi/types': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/utils': 4.24.3 + '@strapi/types': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/utils': 4.24.4 koa: 2.13.4 koa-bodyparser: 4.4.1 lodash: 4.17.21 @@ -8974,16 +8979,16 @@ snapshots: - supports-color - tedious - ? '@strapi/plugin-content-type-builder@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/plugin-content-type-builder@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0) '@sindresorhus/slugify': 1.1.0 '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/generators': 4.24.3 - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/generators': 4.24.4 + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/utils': 4.24.3 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/utils': 4.24.4 fs-extra: 10.0.0 immer: 9.0.19 koa-bodyparser: 4.4.1 @@ -9017,13 +9022,13 @@ snapshots: - supports-color - typescript - '@strapi/plugin-email@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)': + '@strapi/plugin-email@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)': dependencies: '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/provider-email-sendmail': 4.24.3 - '@strapi/utils': 4.24.3 + '@strapi/provider-email-sendmail': 4.24.4 + '@strapi/utils': 4.24.4 koa: 2.13.4 lodash: 4.17.21 prop-types: 15.8.1 @@ -9050,14 +9055,14 @@ snapshots: - react-native - typescript - ? '@strapi/plugin-i18n@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/plugin-i18n@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react@18.2.0) '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/utils': 4.24.3 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/utils': 4.24.4 axios: 1.6.0(debug@4.3.4) formik: 2.4.0(react@18.2.0) immer: 9.0.19 @@ -9089,13 +9094,13 @@ snapshots: - redux - typescript - ? '@strapi/plugin-sentry@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/plugin-sentry@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@sentry/node': 6.19.7 '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-router-dom: 5.3.4(react@18.2.0) @@ -9117,9 +9122,9 @@ snapshots: - supports-color - typescript - '@strapi/plugin-seo@1.9.8(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@strapi/plugin-seo@1.9.8(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) date-fns: 2.30.0 eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) lodash: 4.17.21 @@ -9130,14 +9135,14 @@ snapshots: - react - react-dom - ? '@strapi/plugin-upload@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/plugin-upload@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/provider-upload-local': 4.24.3 - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/utils': 4.24.3 + '@strapi/provider-upload-local': 4.24.4 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/utils': 4.24.4 axios: 1.6.0(debug@4.3.4) byte-size: 7.0.1 cropperjs: 1.6.0 @@ -9183,13 +9188,13 @@ snapshots: - supports-color - typescript - ? '@strapi/plugin-users-permissions@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' + ? '@strapi/plugin-users-permissions@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2)' : dependencies: '@strapi/design-system': 1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)) - '@strapi/helper-plugin': 4.24.3(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/helper-plugin': 4.24.4(@strapi/design-system@1.18.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(codemirror@5.65.16)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0)))(@strapi/icons@1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.79)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) '@strapi/icons': 1.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/utils': 4.24.3 + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/utils': 4.24.4 bcryptjs: 2.4.3 formik: 2.4.0(react@18.2.0) grant-koa: 5.4.8(koa@2.13.4) @@ -9231,14 +9236,14 @@ snapshots: - supports-color - typescript - '@strapi/provider-audit-logs-local@4.24.3': {} + '@strapi/provider-audit-logs-local@4.24.4': {} - '@strapi/provider-email-sendmail@4.24.3': + '@strapi/provider-email-sendmail@4.24.4': dependencies: - '@strapi/utils': 4.24.3 + '@strapi/utils': 4.24.4 sendmail: 1.6.1 - '@strapi/provider-upload-aws-s3@4.24.3': + '@strapi/provider-upload-aws-s3@4.24.4': dependencies: '@aws-sdk/client-s3': 3.433.0 '@aws-sdk/lib-storage': 3.433.0(@aws-sdk/client-s3@3.433.0) @@ -9248,31 +9253,31 @@ snapshots: transitivePeerDependencies: - aws-crt - '@strapi/provider-upload-local@4.24.3': + '@strapi/provider-upload-local@4.24.4': dependencies: - '@strapi/utils': 4.24.3 + '@strapi/utils': 4.24.4 fs-extra: 10.0.0 - '@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0)': + '@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0)': dependencies: '@koa/cors': 5.0.0 '@koa/router': 10.1.1 - '@strapi/admin': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) - '@strapi/content-releases': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/admin@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) - '@strapi/data-transfer': 4.24.3(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5) - '@strapi/database': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/generate-new': 4.24.3 - '@strapi/generators': 4.24.3 - '@strapi/logger': 4.24.3 + '@strapi/admin': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/content-releases': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/admin@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/data-transfer@4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/data-transfer': 4.24.4(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/node@20.12.7)(pg@8.11.5) + '@strapi/database': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/generate-new': 4.24.4 + '@strapi/generators': 4.24.4 + '@strapi/logger': 4.24.4 '@strapi/pack-up': 4.23.0(@swc/helpers@0.5.10)(@types/node@20.12.7)(debug@4.3.4)(terser@5.30.3) - '@strapi/permissions': 4.24.3 - '@strapi/plugin-content-manager': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/plugin-content-type-builder': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) - '@strapi/plugin-email': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) - '@strapi/plugin-upload': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) - '@strapi/types': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/typescript-utils': 4.24.3 - '@strapi/utils': 4.24.3 + '@strapi/permissions': 4.24.4 + '@strapi/plugin-content-manager': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/plugin-content-type-builder': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/plugin-email': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/plugin-upload': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(debug@4.3.4)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(typescript@5.2.2) + '@strapi/types': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/typescript-utils': 4.24.4 + '@strapi/utils': 4.24.4 bcryptjs: 2.4.3 boxen: 5.1.2 chalk: 4.1.2 @@ -9371,15 +9376,15 @@ snapshots: - webpack-dev-server - webpack-plugin-serve - '@strapi/types@4.24.3(@types/node@20.12.7)(pg@8.11.5)': + '@strapi/types@4.24.4(@types/node@20.12.7)(pg@8.11.5)': dependencies: '@casl/ability': 6.5.0 '@koa/cors': 5.0.0 '@koa/router': 10.1.1 - '@strapi/database': 4.24.3(@types/node@20.12.7)(pg@8.11.5) - '@strapi/logger': 4.24.3 - '@strapi/permissions': 4.24.3 - '@strapi/utils': 4.24.3 + '@strapi/database': 4.24.4(@types/node@20.12.7)(pg@8.11.5) + '@strapi/logger': 4.24.4 + '@strapi/permissions': 4.24.4 + '@strapi/utils': 4.24.4 commander: 8.3.0 https-proxy-agent: 5.0.1 koa: 2.13.4 @@ -9397,7 +9402,7 @@ snapshots: - supports-color - tedious - '@strapi/typescript-utils@4.24.3': + '@strapi/typescript-utils@4.24.4': dependencies: chalk: 4.1.2 cli-table3: 0.6.2 @@ -9435,7 +9440,7 @@ snapshots: - '@types/react' - '@types/react-dom' - '@strapi/utils@4.24.3': + '@strapi/utils@4.24.4': dependencies: '@sindresorhus/slugify': 1.1.0 date-fns: 2.30.0 @@ -13736,9 +13741,9 @@ snapshots: statuses@2.0.1: {} - strapi-plugin-config-sync@1.2.5(@strapi/strapi@4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1): + strapi-plugin-config-sync@1.2.5(@strapi/strapi@4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1): dependencies: - '@strapi/strapi': 4.24.3(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) + '@strapi/strapi': 4.24.4(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@swc/helpers@0.5.10)(@types/hoist-non-react-statics@3.3.5)(@types/node@20.12.7)(@types/react@18.2.79)(codemirror@5.65.16)(pg@8.11.5)(react-dom@18.2.0(react@18.2.0))(react-router-dom@5.3.4(react@18.2.0))(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3(@babel/core@7.24.4)(react-dom@18.2.0(react@18.2.0))(react-is@18.2.0)(react@18.2.0))(terser@5.30.3)(type-fest@2.19.0) chalk: 4.1.2 cli-table: 0.3.11 commander: 8.3.0 From 38a47a97ded24872104e972b51aaf4335397d5ea Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Wed, 5 Jun 2024 00:18:06 -0400 Subject: [PATCH 3/4] chore(release): prepare for 4.1.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0f62873..24f99e794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [4.1.2] - 2024-06-05 + +### ♻️ Refactor + +- ***(front)*** Update background color variables and add transitions where used (#1304) + +### ⚙️ Miscellaneous Tasks + +- ***(back)*** Upgrade to strapi@4.24.4 (#1303) + ## [4.1.1] - 2024-05-23 ### 🐛 Bug Fixes From ccd9bba5c1509785fd899a089f3390d5eda939fb Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Wed, 5 Jun 2024 00:18:11 -0400 Subject: [PATCH 4/4] =?UTF-8?q?release=204.1.1=20=E2=86=92=204.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.json | 2 +- back/package.json | 2 +- front/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cz.json b/.cz.json index 0e38ce1a6..a1fdc9433 100644 --- a/.cz.json +++ b/.cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_customize", - "version": "4.1.1", + "version": "4.1.2", "gpg_sign": true, "use_shortcuts": true, "tag_format": "$major.$minor.$patch$prerelease", diff --git a/back/package.json b/back/package.json index 761bf06a5..3fc902ad4 100644 --- a/back/package.json +++ b/back/package.json @@ -1,6 +1,6 @@ { "name": "cms.dgrebb.com", - "version": "4.1.1", + "version": "4.1.2", "private": true, "description": "cms.dgrebb.com", "license": "MIT", diff --git a/front/package.json b/front/package.json index fa50512f0..421218d87 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "dgrebb.com", - "version": "4.1.1", + "version": "4.1.2", "private": true, "scripts": { "check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --compiler-warnings \"css-unused-selector:ignore\"",