build the docker img
ci / build (push) Failing after 6s Details

This commit is contained in:
Chris Grimmett 2024-04-24 22:37:49 +00:00
parent fb13c3ab1b
commit 4f305b73de
3 changed files with 164 additions and 152 deletions

View File

@ -17,17 +17,29 @@ jobs:
# repository: https://gitea.futureporn.net/futureporn/fp # repository: https://gitea.futureporn.net/futureporn/fp
- uses: mr-smithers-excellent/docker-build-push@v6 - uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push next Docker image name: Build & push link2cid Docker image
with: with:
image: futureporn/next image: futureporn/link2cid
tags: latest tags: latest
# which 'registry:' version do I need? # which 'registry:' version do I need?
registry: gitea.futureporn.net # registry: gitea.futureporn.net
# registry: https://gitea.futureporn.net/futureporn registry: https://gitea.futureporn.net/futureporn/fp
dockerfile: next.dockerfile dockerfile: link2cid.dockerfile
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
# - uses: mr-smithers-excellent/docker-build-push@v6
# name: Build & push next Docker image
# with:
# image: futureporn/next
# tags: latest
# # which 'registry:' version do I need?
# registry: gitea.futureporn.net
# # registry: https://gitea.futureporn.net/futureporn
# dockerfile: next.dockerfile
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# docker push gitea.futureporn.net/cj_clippy/link2cid:latest # docker push gitea.futureporn.net/cj_clippy/link2cid:latest

View File

@ -4,7 +4,7 @@
I wish I could give [kubo](https://github.com/ipfs/kubo) or [IPFS cluster](https://ipfscluster.io/) a URI to a file and then they would download the file and add to ipfs, returning me a [CID](https://docs.ipfs.tech/concepts/glossary/#cid). I wish I could give [kubo](https://github.com/ipfs/kubo) or [IPFS cluster](https://ipfscluster.io/) a URI to a file and then they would download the file and add to ipfs, returning me a [CID](https://docs.ipfs.tech/concepts/glossary/#cid).
However, neither [kubo](https://github.com/ipfs/kubo) nor [IPFS cluster](https://ipfscluster.io/) can do this. However, neither kubo nor IPFS cluster can do this.
link2cid solves this issue with a REST API for adding a file at `url` to IPFS. link2cid solves this issue with a REST API for adding a file at `url` to IPFS.

View File

@ -27,23 +27,23 @@ dependencies:
specifier: ^1.0.1 specifier: ^1.0.1
version: 1.0.1(react@18.2.0) version: 1.0.1(react@18.2.0)
'@strapi/plugin-i18n': '@strapi/plugin-i18n':
specifier: 4.22.1 specifier: 4.23.0
version: 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4) version: 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4)
'@strapi/plugin-users-permissions': '@strapi/plugin-users-permissions':
specifier: 4.22.1 specifier: 4.23.0
version: 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4) version: 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4)
'@strapi/provider-email-sendgrid': '@strapi/provider-email-sendgrid':
specifier: 4.22.1 specifier: 4.23.0
version: 4.22.1 version: 4.23.0
'@strapi/provider-upload-cloudinary': '@strapi/provider-upload-cloudinary':
specifier: 4.22.1 specifier: 4.23.0
version: 4.22.1 version: 4.23.0
'@strapi/strapi': '@strapi/strapi':
specifier: 4.22.1 specifier: 4.23.0
version: 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) version: 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/utils': '@strapi/utils':
specifier: 4.22.1 specifier: 4.23.0
version: 4.22.1 version: 4.23.0
'@testing-library/dom': '@testing-library/dom':
specifier: 8.19.0 specifier: 8.19.0
version: 8.19.0 version: 8.19.0
@ -160,7 +160,7 @@ dependencies:
version: 0.33.3 version: 0.33.3
strapi-plugin-fuzzy-search: strapi-plugin-fuzzy-search:
specifier: ^2.2.1 specifier: ^2.2.1
version: 2.2.1(@strapi/strapi@4.22.1)(@strapi/utils@4.22.1)(yup@0.32.11) version: 2.2.1(@strapi/strapi@4.23.0)(@strapi/utils@4.23.0)(yup@0.32.11)
styled-components: styled-components:
specifier: 5.3.3 specifier: 5.3.3
version: 5.3.3(@babel/core@7.24.4)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) version: 5.3.3(@babel/core@7.24.4)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)
@ -3668,8 +3668,8 @@ packages:
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
/@strapi/admin@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/data-transfer@4.22.1)(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3): /@strapi/admin@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/data-transfer@4.23.0)(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3):
resolution: {integrity: sha512-2ACgVlb7mK/c3xJ2K+ZkrCxyfR0vB3t5TS9B5tjGc41ncu7VLdUlUDQufHCVVcE0USR66DZzO8lNOvF8mw+btg==} resolution: {integrity: sha512-WrKhlWgLnWbQslR0kiN36zGO5eoX6DD4axctBf7fHd0PfF/i3QvdxquOMtNflIcy3kAuLjCSCQ9TzJU1yyVbGw==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/data-transfer': ^4.16.0 '@strapi/data-transfer': ^4.16.0
@ -3684,17 +3684,17 @@ packages:
'@radix-ui/react-context': 1.0.1(react@18.2.0) '@radix-ui/react-context': 1.0.1(react@18.2.0)
'@radix-ui/react-toolbar': 1.0.4(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-toolbar': 1.0.4(react-dom@18.2.0)(react@18.2.0)
'@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0)
'@strapi/data-transfer': 4.22.1(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/data-transfer': 4.23.0(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@5.65.16)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@5.65.16)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/permissions': 4.22.1 '@strapi/permissions': 4.23.0
'@strapi/provider-audit-logs-local': 4.22.1 '@strapi/provider-audit-logs-local': 4.23.0
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/types': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/types': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/typescript-utils': 4.22.1 '@strapi/typescript-utils': 4.23.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
'@vitejs/plugin-react-swc': 3.5.0(vite@5.0.11) '@vitejs/plugin-react-swc': 3.5.0(vite@5.0.13)
axios: 1.6.0(debug@4.3.4) axios: 1.6.0(debug@4.3.4)
bcryptjs: 2.4.3 bcryptjs: 2.4.3
boxen: 5.1.2 boxen: 5.1.2
@ -3779,10 +3779,10 @@ packages:
styled-components: 5.3.3(@babel/core@7.24.4)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) styled-components: 5.3.3(@babel/core@7.24.4)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)
typescript: 5.2.2 typescript: 5.2.2
use-context-selector: 1.4.1(react-dom@18.2.0)(react@18.2.0)(scheduler@0.23.0) use-context-selector: 1.4.1(react-dom@18.2.0)(react@18.2.0)(scheduler@0.23.0)
vite: 5.0.11 vite: 5.0.13
webpack: 5.91.0(esbuild@0.19.11) webpack: 5.91.0(esbuild@0.19.11)
webpack-bundle-analyzer: 4.10.1 webpack-bundle-analyzer: 4.10.1
webpack-dev-middleware: 6.1.1(webpack@5.91.0) webpack-dev-middleware: 6.1.2(webpack@5.91.0)
webpack-hot-middleware: 2.26.0 webpack-hot-middleware: 2.26.0
yup: 0.32.9 yup: 0.32.9
transitivePeerDependencies: transitivePeerDependencies:
@ -3835,8 +3835,8 @@ packages:
- webpack-plugin-serve - webpack-plugin-serve
dev: false dev: false
/@strapi/content-releases@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/admin@4.22.1)(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(codemirror@6.0.1)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2): /@strapi/content-releases@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/admin@4.23.0)(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(codemirror@6.0.1)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2):
resolution: {integrity: sha512-MDhl/NRZIgdAAuKjs3IZ+wXno0vvUPHEDAqt3XpOA1jBeGYyG1LXvgCfIujAM1A6LOCIU7e68luQNpJZuQMZNQ==} resolution: {integrity: sha512-Ef7jVObRPJhhEXHWXg6pVBvShfqota6vRizsYhTqQZ+Qm/BJNporZFlNQ54cPxERy+NP+5lmiPc/7B52iOb4LA==}
engines: {node: '>=16.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=16.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/admin': ^4.19.0 '@strapi/admin': ^4.19.0
@ -3847,13 +3847,13 @@ packages:
styled-components: 5.3.3 styled-components: 5.3.3
dependencies: dependencies:
'@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0)
'@strapi/admin': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/data-transfer@4.22.1)(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/admin': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/data-transfer@4.23.0)(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/types': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/types': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
axios: 1.6.0(debug@4.3.4) axios: 1.6.0(debug@4.3.4)
date-fns: 2.30.0 date-fns: 2.30.0
date-fns-tz: 2.0.0(date-fns@2.30.0) date-fns-tz: 2.0.0(date-fns@2.30.0)
@ -3895,16 +3895,16 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/data-transfer@4.22.1(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(pg@8.11.5): /@strapi/data-transfer@4.23.0(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(pg@8.11.5):
resolution: {integrity: sha512-5nd+2S+JLH6enN/Oa84ecovKI1jR/SDkObgEao9rTSnmMHACY8+QhDXMG4cfogqOwoc/Oy+2kvau87AHtd612g==} resolution: {integrity: sha512-ASp5zhYSnfaEozcBW2BUwnf1ZdvCrKix02YsRa/PNgx8PQ2lLPFszzKouo8LNweC+hbT5ZaXT7QOvCOCUj14HA==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/strapi': ^4.14.4 '@strapi/strapi': ^4.14.4
dependencies: dependencies:
'@strapi/logger': 4.22.1 '@strapi/logger': 4.23.0
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/types': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/types': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
chalk: 4.1.2 chalk: 4.1.2
cli-table3: 0.6.2 cli-table3: 0.6.2
commander: 8.3.0 commander: 8.3.0
@ -3934,11 +3934,11 @@ packages:
- utf-8-validate - utf-8-validate
dev: false dev: false
/@strapi/database@4.22.1(better-sqlite3@8.0.1)(pg@8.11.5): /@strapi/database@4.23.0(better-sqlite3@8.0.1)(pg@8.11.5):
resolution: {integrity: sha512-lj7Z123lXbHQ7n5JPQ696e26TI6gedVnQJOLP+WB5iFrIFNWVa7eataIth7OIbce0SJZOktG8hlD/9eLbeupKA==} resolution: {integrity: sha512-SaPoSETqG2JZvI1YO8Z04z0yF+/0QHHcBTsk6nqRSMp7VM0IkUrCfSNEAeUVIvV5wPIdaf1rlcouX8pcd6WmIQ==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
date-fns: 2.30.0 date-fns: 2.30.0
debug: 4.3.4(supports-color@5.5.0) debug: 4.3.4(supports-color@5.5.0)
fs-extra: 10.0.0 fs-extra: 10.0.0
@ -4040,8 +4040,8 @@ packages:
- codemirror - codemirror
dev: false dev: false
/@strapi/generate-new@4.22.1: /@strapi/generate-new@4.23.0:
resolution: {integrity: sha512-BT7DbqyOSOG2jo0CiYoOQkyP3Sj/vxfFT28qg0Z7PVzNVH42zwmeV6jSt/zWIDP3jB7oBxLWotD6g+3TqS6FDQ==} resolution: {integrity: sha512-5k36PyXEMWrxeHPBGfPBCt0f3CAtzcZE5e76nghGgceEh8vAmWIpV0Yq9vlJ1HS1uYQ9gvWnl+5axOaqJzRBzQ==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@sentry/node': 6.19.7 '@sentry/node': 6.19.7
@ -4060,13 +4060,13 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@strapi/generators@4.22.1: /@strapi/generators@4.23.0:
resolution: {integrity: sha512-DTolEft3rQ6fSCvIhFjFYmSdc/bBpJYt7UXs5o3eMNcSp8L3t+E+cP2I2haYBbnexjrB8wSMjO+fk2Woc8kUhw==} resolution: {integrity: sha512-UNz01PSOobc4HiMZUkfZGHanxgHKVE3aO9TzSe1523A07GqL9evEN+qNeDt+2QhfrugKaGqoLpiRRE7bx8ntjg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@sindresorhus/slugify': 1.1.0 '@sindresorhus/slugify': 1.1.0
'@strapi/typescript-utils': 4.22.1 '@strapi/typescript-utils': 4.23.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
chalk: 4.1.2 chalk: 4.1.2
copyfiles: 2.4.1 copyfiles: 2.4.1
fs-extra: 10.0.0 fs-extra: 10.0.0
@ -4077,8 +4077,8 @@ packages:
- supports-color - supports-color
dev: false dev: false
/@strapi/helper-plugin@4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2): /@strapi/helper-plugin@4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2):
resolution: {integrity: sha512-WrJymL17dogx1rW4cPB5/ncChEV5PqDmLTi77mwtpm1g/jSViBD631Xhy7kdQ8L7uqBzuG1M/qePlOPHH4hYDw==} resolution: {integrity: sha512-/Ra+OWFeAK0Zg7TxrpQ0OU3j06Z8sEIEZ7Phsi5dNudnMoAS1Dz//9a8xOSv+G+0pvm7BkL+/6MoYnqFxTiSjg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/design-system': 1.16.0 '@strapi/design-system': 1.16.0
@ -4111,8 +4111,8 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/helper-plugin@4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.4.4): /@strapi/helper-plugin@4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.4.4):
resolution: {integrity: sha512-WrJymL17dogx1rW4cPB5/ncChEV5PqDmLTi77mwtpm1g/jSViBD631Xhy7kdQ8L7uqBzuG1M/qePlOPHH4hYDw==} resolution: {integrity: sha512-/Ra+OWFeAK0Zg7TxrpQ0OU3j06Z8sEIEZ7Phsi5dNudnMoAS1Dz//9a8xOSv+G+0pvm7BkL+/6MoYnqFxTiSjg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/design-system': 1.16.0 '@strapi/design-system': 1.16.0
@ -4155,20 +4155,20 @@ packages:
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
/@strapi/logger@4.22.1: /@strapi/logger@4.23.0:
resolution: {integrity: sha512-GYK85C0lWHtyCui4hnc507pQ8o9KUS4MbVk2YQFBLHWkX8sUiDedvecIAu0Cgg69yHposHFa5MZ5JA+Axp2biQ==} resolution: {integrity: sha512-9+h6YeRcT/tACjp2FexXUwz8yTpOArsKOBvHXucAUChGsdTxNNuLIlxBJMgDRfz4FXKdDAoKULlNxvEuC2bbFA==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
lodash: 4.17.21 lodash: 4.17.21
winston: 3.10.0 winston: 3.10.0
dev: false dev: false
/@strapi/pack-up@4.22.1: /@strapi/pack-up@4.23.0:
resolution: {integrity: sha512-ebzp156B1G1mQkNm7z7WrUBE3DrOPD9uaJz7wQjMY9n/9mZ/LqpPP8aTeElepD37aoVUPREavdejN3nUaLVNww==} resolution: {integrity: sha512-hiSqUEEzks2JDai6bfvtvPHYaPhI6UnSifx9ZqBdC9Q551BYm1xt+1K7HJVeW0IPI4zLckZvCcGPHh/NeYyTPw==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
'@vitejs/plugin-react-swc': 3.5.0(vite@5.0.11) '@vitejs/plugin-react-swc': 3.5.0(vite@5.0.13)
boxen: 5.1.2 boxen: 5.1.2
browserslist-to-esbuild: 1.2.0 browserslist-to-esbuild: 1.2.0
chalk: 4.1.2 chalk: 4.1.2
@ -4187,7 +4187,7 @@ packages:
prompts: 2.4.2 prompts: 2.4.2
rxjs: 7.8.1 rxjs: 7.8.1
typescript: 5.2.2 typescript: 5.2.2
vite: 5.0.11 vite: 5.0.13
yup: 0.32.9 yup: 0.32.9
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/helpers' - '@swc/helpers'
@ -4201,24 +4201,24 @@ packages:
- terser - terser
dev: false dev: false
/@strapi/permissions@4.22.1: /@strapi/permissions@4.23.0:
resolution: {integrity: sha512-shhlt6UvztHAsHvxGtvn01fJ+m+VBtNO9uNe3YhlKDseITHH1eM9vW1IAtc99isg0QCB4J/a4GbG59Bn9kbbEw==} resolution: {integrity: sha512-SCs33nGSUtw6AAon9PHKfkS7wfXfIIxABvAnm10HMy8Hjd8HM4x0ui09aDxaVfBwXeUbxiz311QeEE+/HQ8HoQ==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@casl/ability': 6.5.0 '@casl/ability': 6.5.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
lodash: 4.17.21 lodash: 4.17.21
qs: 6.11.1 qs: 6.11.1
sift: 16.0.1 sift: 16.0.1
dev: false dev: false
/@strapi/plugin-content-manager@4.22.1(better-sqlite3@8.0.1)(pg@8.11.5): /@strapi/plugin-content-manager@4.23.0(better-sqlite3@8.0.1)(pg@8.11.5):
resolution: {integrity: sha512-+Ryxl5UmkVW2bd9T9cV14eEnaG1sJJjmFZwz0ubqUbvvqPEVxrFZmiq3I3c3ya1NRjSBponlt3kpHQ78X+d/QA==} resolution: {integrity: sha512-O5qqsAcjdjVxXuk5cV2amkfaGBeVlL2KvK5DfTLTqIvVmmjS9EzylVO2n0sR9E5iFz7hCLXnQGYXLuJvrniU9w==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@sindresorhus/slugify': 1.1.0 '@sindresorhus/slugify': 1.1.0
'@strapi/types': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/types': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
koa: 2.13.4 koa: 2.13.4
koa-bodyparser: 4.4.1 koa-bodyparser: 4.4.1
lodash: 4.17.21 lodash: 4.17.21
@ -4236,8 +4236,8 @@ packages:
- tedious - tedious
dev: false dev: false
/@strapi/plugin-content-type-builder@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2): /@strapi/plugin-content-type-builder@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2):
resolution: {integrity: sha512-mquhjMnE63YhSqub98dZlp5mP0Hloza7ZmVb6vSJ/G1wNAkMwAvMzJFvluC/S4+K0NAK6YIKRnH7BHjKjSaL5g==} resolution: {integrity: sha512-S8Hbj2jL5tXKJtRYN+dYiIxwPqiUw95ImpRJNdK1VYE9nsNvckBvfEGs9NSCidRKhLhAfZmsqk3azygKn7+tPw==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/strapi': ^4.0.0 '@strapi/strapi': ^4.0.0
@ -4249,11 +4249,11 @@ packages:
'@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0)
'@sindresorhus/slugify': 1.1.0 '@sindresorhus/slugify': 1.1.0
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/generators': 4.22.1 '@strapi/generators': 4.23.0
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
fs-extra: 10.0.0 fs-extra: 10.0.0
immer: 9.0.19 immer: 9.0.19
koa-bodyparser: 4.4.1 koa-bodyparser: 4.4.1
@ -4288,8 +4288,8 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/plugin-email@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(codemirror@6.0.1)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2): /@strapi/plugin-email@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(codemirror@6.0.1)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2):
resolution: {integrity: sha512-uNfIIhyfc/Z81eoBVIaKktu/oIRDROHDjXcukejk9zg47Ga+ukP+YXTL97unSdzxWJiyoW3zGGY0gZZNaZM9bg==} resolution: {integrity: sha512-7kEuQDhMLe0uI2L+XnJPBQeIbPg07LoA8tVi1OISYA9nrdxT5tTKu5ig0TTscdvceQPIHs8moyMbVLjhFdhXvg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
koa: 2.13.4 koa: 2.13.4
@ -4299,10 +4299,10 @@ packages:
styled-components: ^5.2.1 styled-components: ^5.2.1
dependencies: dependencies:
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/provider-email-sendmail': 4.22.1 '@strapi/provider-email-sendmail': 4.23.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
koa: 2.13.4 koa: 2.13.4
lodash: 4.17.21 lodash: 4.17.21
prop-types: 15.8.1 prop-types: 15.8.1
@ -4330,8 +4330,8 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/plugin-i18n@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4): /@strapi/plugin-i18n@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4):
resolution: {integrity: sha512-K9RQ7eqW8FWTMz3RIRaRCaT/UML88Rio4ZlyteVtvFFra9y8z5lQDOqMosJr5OPUZF5Kr3KPSEUMqQ4oqc1slw==} resolution: {integrity: sha512-7/jgQR50+V+YxngiYnD/4FM+LMvLyBehxofFvLsZerEVG0VBok3m8Ub6vPl49pMLeFZRRRN+WmN9/6O3VeyRPw==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/strapi': ^4.0.0 '@strapi/strapi': ^4.0.0
@ -4342,10 +4342,10 @@ packages:
dependencies: dependencies:
'@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0) '@reduxjs/toolkit': 1.9.7(react-redux@8.1.1)(react@18.2.0)
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.4.4) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.4.4)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
axios: 1.6.0(debug@4.3.4) axios: 1.6.0(debug@4.3.4)
formik: 2.4.0(react@18.2.0) formik: 2.4.0(react@18.2.0)
immer: 9.0.19 immer: 9.0.19
@ -4378,8 +4378,8 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/plugin-upload@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2): /@strapi/plugin-upload@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2):
resolution: {integrity: sha512-MdMd93eb9RXn21Yu3nVUn7CmGWqtf6wXXDh1camMs4k4+A5jJvO88Og7KDAXB2M2IZ24mv0InsTIymyZRtzCoA==} resolution: {integrity: sha512-75FVHiz+3f3zu+YFiviOR8zea8iR/Ld7iUGJcjPzpLYarNoclOmSdW8XatRL3BS4jY1BGE64kiq8OWJYTGEnzA==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/strapi': ^4.0.0 '@strapi/strapi': ^4.0.0
@ -4389,11 +4389,11 @@ packages:
styled-components: ^5.2.1 styled-components: ^5.2.1
dependencies: dependencies:
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/provider-upload-local': 4.22.1 '@strapi/provider-upload-local': 4.23.0
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
axios: 1.6.0(debug@4.3.4) axios: 1.6.0(debug@4.3.4)
byte-size: 7.0.1 byte-size: 7.0.1
cropperjs: 1.6.0 cropperjs: 1.6.0
@ -4440,8 +4440,8 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/plugin-users-permissions@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4): /@strapi/plugin-users-permissions@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.4.4):
resolution: {integrity: sha512-B4XSMzlxVb0XHVASggVMiDxz8WXVZ6X4DPeYPVrGyiai/nExNbxdA85Fl/zpTWrGqedf/4OcKmbACJuccoGmKg==} resolution: {integrity: sha512-D+6UU1lJtA3rcWxqGFCpYbOYWo6t5I0P+iSzyiQUqA3BnnlaliDFeBoo8NiqdRDuO2bBTrT+rzoy2sH8sPV5Lw==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
'@strapi/strapi': ^4.0.0 '@strapi/strapi': ^4.0.0
@ -4451,10 +4451,10 @@ packages:
styled-components: ^5.2.1 styled-components: ^5.2.1
dependencies: dependencies:
'@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3) '@strapi/design-system': 1.16.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/icons@1.16.0)(codemirror@6.0.1)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)
'@strapi/helper-plugin': 4.22.1(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.4.4) '@strapi/helper-plugin': 4.23.0(@strapi/design-system@1.16.0)(@strapi/icons@1.16.0)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.4.4)
'@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0) '@strapi/icons': 1.16.0(react-dom@18.2.0)(react@18.2.0)
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
bcryptjs: 2.4.3 bcryptjs: 2.4.3
formik: 2.4.0(react@18.2.0) formik: 2.4.0(react@18.2.0)
grant-koa: 5.4.8(koa@2.13.4) grant-koa: 5.4.8(koa@2.13.4)
@ -4497,70 +4497,70 @@ packages:
- typescript - typescript
dev: false dev: false
/@strapi/provider-audit-logs-local@4.22.1: /@strapi/provider-audit-logs-local@4.23.0:
resolution: {integrity: sha512-Qbb7ZLhXTmWLaHoBMhHuJlEjbMLFYLGCorExHRr2foRm3saMUn+pC+vbJlHNX+tZqMQMMkooNnRj5L8xlojPlw==} resolution: {integrity: sha512-C9H4uJGC/MUzXg8BbdJYe86lyPiMGR5yBujBV2pfWM7Y243tB0Qb8Lck2P/Qqd7Z1WAGBQUsUec0eMHET3OH4w==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dev: false dev: false
/@strapi/provider-email-sendgrid@4.22.1: /@strapi/provider-email-sendgrid@4.23.0:
resolution: {integrity: sha512-O07+zQFno2Jg2MVAfvZQ1ghJRMs2yowwF28+C6SxFn4B4McQ/oDyUs6jMc5MDQrCyw0LLU0nTGbhoSEKAZAIfw==} resolution: {integrity: sha512-Rg8wBAXiQski5TArFTRecWMEhur5SgliuszA8FsK7hqYzw8QcBRhbUxBQfWhMCdp03Tf0pFCCRju9bGLNM2Owg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@sendgrid/mail': 7.7.0 '@sendgrid/mail': 7.7.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
transitivePeerDependencies: transitivePeerDependencies:
- debug - debug
dev: false dev: false
/@strapi/provider-email-sendmail@4.22.1: /@strapi/provider-email-sendmail@4.23.0:
resolution: {integrity: sha512-cdPBiL/xzyBX4W1phdtgBsqFKanKsLhnUPedHablIzeusgbNcTIdkhG0BvJYGGkTPns6WsA2TxuPlRydSx/cQA==} resolution: {integrity: sha512-Ad8wDlgnl40X9frgawzE8HdDnvfSJ3ubr6JWPFdUruio3aNXnOUk9HoPnnoL94h4BeViGTnJa13GwB7tNBpJgg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
sendmail: 1.6.1 sendmail: 1.6.1
dev: false dev: false
/@strapi/provider-upload-cloudinary@4.22.1: /@strapi/provider-upload-cloudinary@4.23.0:
resolution: {integrity: sha512-fdRJvvSJA3cHcSY7h58iFSaF7vejfdVObk1Zvh7NJguCnSYjFWQw6lMZWncS8scGXxxiGazP4k2QYwiomNmifw==} resolution: {integrity: sha512-xZKZWXfasIyadmMw4kCucuuUNuPmQCkVBD60Tvpr/LE2lfTdeiBn9yW50xPSRhdBkAvnSMNUAYuCk/z6TyJfXQ==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
cloudinary: 1.41.3 cloudinary: 1.41.3
into-stream: 5.1.1 into-stream: 5.1.1
dev: false dev: false
/@strapi/provider-upload-local@4.22.1: /@strapi/provider-upload-local@4.23.0:
resolution: {integrity: sha512-aJPJMdmH9EaPxVmv21PiuJulCFpRsmCfnb2zAWHB5AKAvyRO9F+LrcDB92pfs5ex4OIcwDqlJ047rmg7cz5yzw==} resolution: {integrity: sha512-Qa3UG0kNwEMoRs8YJ8sfBURPRuXKF4+UqQCsAzxxBDI0MtmB6z3fSRP6e3N54EOU5f17Pb1KGcWxWLg6A9cEtg==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
fs-extra: 10.0.0 fs-extra: 10.0.0
dev: false dev: false
/@strapi/strapi@4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3): /@strapi/strapi@4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3):
resolution: {integrity: sha512-luamkIr/ADzLs1Rb3N04mWriCPrR5pvCvcHmkhFsAvU3LrMzreuU/8nC9B2yoK505BP3IoP3S5VNs6ToBE8HZg==} resolution: {integrity: sha512-GlUtLZWcrZS+dUxLQp4rGQZ8ukAelhYcs8vo8cUVc/3aNweSSA2xlCOAWx/FcNKlGgZ4PgBfvh/m7C+eR9lj4g==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
dependencies: dependencies:
'@koa/cors': 3.4.3 '@koa/cors': 3.4.3
'@koa/router': 10.1.1 '@koa/router': 10.1.1
'@strapi/admin': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/data-transfer@4.22.1)(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/admin': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/data-transfer@4.23.0)(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(codemirror@5.65.16)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/content-releases': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/admin@4.22.1)(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(codemirror@6.0.1)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/content-releases': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/admin@4.23.0)(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(codemirror@6.0.1)(debug@4.3.4)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/data-transfer': 4.22.1(@strapi/strapi@4.22.1)(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/data-transfer': 4.23.0(@strapi/strapi@4.23.0)(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/database': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/database': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/generate-new': 4.22.1 '@strapi/generate-new': 4.23.0
'@strapi/generators': 4.22.1 '@strapi/generators': 4.23.0
'@strapi/logger': 4.22.1 '@strapi/logger': 4.23.0
'@strapi/pack-up': 4.22.1 '@strapi/pack-up': 4.23.0
'@strapi/permissions': 4.22.1 '@strapi/permissions': 4.23.0
'@strapi/plugin-content-manager': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/plugin-content-manager': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/plugin-content-type-builder': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/plugin-content-type-builder': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/plugin-email': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(codemirror@6.0.1)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/plugin-email': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(codemirror@6.0.1)(debug@4.3.4)(koa@2.13.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/plugin-upload': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.22.1)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2) '@strapi/plugin-upload': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(@strapi/strapi@4.23.0)(codemirror@6.0.1)(debug@4.3.4)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(styled-components@5.3.3)(typescript@5.2.2)
'@strapi/types': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/types': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/typescript-utils': 4.22.1 '@strapi/typescript-utils': 4.23.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
bcryptjs: 2.4.3 bcryptjs: 2.4.3
boxen: 5.1.2 boxen: 5.1.2
chalk: 4.1.2 chalk: 4.1.2
@ -4661,17 +4661,17 @@ packages:
- webpack-plugin-serve - webpack-plugin-serve
dev: false dev: false
/@strapi/types@4.22.1(better-sqlite3@8.0.1)(pg@8.11.5): /@strapi/types@4.23.0(better-sqlite3@8.0.1)(pg@8.11.5):
resolution: {integrity: sha512-EDfgH4BHHKXv2nRtr6/tJpSbU2rPst3cd8K9l8FBlI+H+BMbRj1yUJtsTHML8npExFBnUybYSlkCsGTcrvlD8A==} resolution: {integrity: sha512-R4nGITehxwdEHAkDObqk1Ewp5CSlqWrZfSM695CZq5FaHPTtG95Tp0Ds3hVOjeTa7ks8PvxLF7FHgwA4zeroqw==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@casl/ability': 6.5.0 '@casl/ability': 6.5.0
'@koa/cors': 3.4.3 '@koa/cors': 3.4.3
'@koa/router': 10.1.1 '@koa/router': 10.1.1
'@strapi/database': 4.22.1(better-sqlite3@8.0.1)(pg@8.11.5) '@strapi/database': 4.23.0(better-sqlite3@8.0.1)(pg@8.11.5)
'@strapi/logger': 4.22.1 '@strapi/logger': 4.23.0
'@strapi/permissions': 4.22.1 '@strapi/permissions': 4.23.0
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
commander: 8.3.0 commander: 8.3.0
https-proxy-agent: 5.0.1 https-proxy-agent: 5.0.1
koa: 2.13.4 koa: 2.13.4
@ -4690,8 +4690,8 @@ packages:
- tedious - tedious
dev: false dev: false
/@strapi/typescript-utils@4.22.1: /@strapi/typescript-utils@4.23.0:
resolution: {integrity: sha512-AP4p6t6Bez9TtGasG09JvW2X2J9DqeUX4ZEa9x6PYQpYoEHHvra1OCOBavbyGs01qyS98++5Y/XJJJ0aHHwNYw==} resolution: {integrity: sha512-oIZ7BFB2BBYWEuTgPl+Kx6ydWhxC6y54mdwy7K28GxbMSQ3PKroUBFIjqiNr9VHcCQjaPGi7lntxW1UCKJteIA==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
chalk: 4.1.2 chalk: 4.1.2
@ -4736,8 +4736,8 @@ packages:
- '@types/react-dom' - '@types/react-dom'
dev: false dev: false
/@strapi/utils@4.22.1: /@strapi/utils@4.23.0:
resolution: {integrity: sha512-4M91MH27xFcJGElkm16JOiHtudaTNGG0HK7nUTPKljWB94SDC9BGK3piXLt5qFYhky9bfDqeb9sKpo6a5NOqkg==} resolution: {integrity: sha512-6xL0Ql3dioeoEomMzASiqx5yQchbhTu+Zg/zu6vGYgqLK2NAO8tJGR6jXYZzfPyDGZ85/43qr+txrU/UAUNy7A==}
engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0'}
dependencies: dependencies:
'@sindresorhus/slugify': 1.1.0 '@sindresorhus/slugify': 1.1.0
@ -5235,13 +5235,13 @@ packages:
- '@codemirror/search' - '@codemirror/search'
dev: false dev: false
/@vitejs/plugin-react-swc@3.5.0(vite@5.0.11): /@vitejs/plugin-react-swc@3.5.0(vite@5.0.13):
resolution: {integrity: sha512-1PrOvAaDpqlCV+Up8RkAh9qaiUjoDUcjtttyhXDKw53XA6Ve16SOp6cCOpRs8Dj8DqUQs6eTW5YkLcLJjrXAig==} resolution: {integrity: sha512-1PrOvAaDpqlCV+Up8RkAh9qaiUjoDUcjtttyhXDKw53XA6Ve16SOp6cCOpRs8Dj8DqUQs6eTW5YkLcLJjrXAig==}
peerDependencies: peerDependencies:
vite: ^4 || ^5 vite: ^4 || ^5
dependencies: dependencies:
'@swc/core': 1.4.13 '@swc/core': 1.4.13
vite: 5.0.11 vite: 5.0.13
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/helpers' - '@swc/helpers'
dev: false dev: false
@ -6247,7 +6247,7 @@ packages:
resolution: {integrity: sha512-sX/LQ7LqUhgyaxzbe7IqwPeTr2yfpfUIQ/dgpKo6ZI4y4lpQA0YxAomWIY+7I7rHWcG02PG+OuPREzMW/5tszQ==} resolution: {integrity: sha512-sX/LQ7LqUhgyaxzbe7IqwPeTr2yfpfUIQ/dgpKo6ZI4y4lpQA0YxAomWIY+7I7rHWcG02PG+OuPREzMW/5tszQ==}
dependencies: dependencies:
inflation: 2.1.0 inflation: 2.1.0
qs: 6.11.1 qs: 6.12.0
raw-body: 2.5.2 raw-body: 2.5.2
type-is: 1.6.18 type-is: 1.6.18
dev: false dev: false
@ -6256,7 +6256,7 @@ packages:
resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==} resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==}
dependencies: dependencies:
inflation: 2.1.0 inflation: 2.1.0
qs: 6.11.1 qs: 6.12.0
raw-body: 2.5.2 raw-body: 2.5.2
type-is: 1.6.18 type-is: 1.6.18
dev: false dev: false
@ -7602,7 +7602,7 @@ packages:
dependencies: dependencies:
'@babel/code-frame': 7.24.2 '@babel/code-frame': 7.24.2
chalk: 4.1.2 chalk: 4.1.2
chokidar: 3.5.3 chokidar: 3.6.0
cosmiconfig: 8.3.6(typescript@5.2.2) cosmiconfig: 8.3.6(typescript@5.2.2)
deepmerge: 4.3.1 deepmerge: 4.3.1
fs-extra: 10.0.0 fs-extra: 10.0.0
@ -12229,7 +12229,7 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: false dev: false
/strapi-plugin-fuzzy-search@2.2.1(@strapi/strapi@4.22.1)(@strapi/utils@4.22.1)(yup@0.32.11): /strapi-plugin-fuzzy-search@2.2.1(@strapi/strapi@4.23.0)(@strapi/utils@4.23.0)(yup@0.32.11):
resolution: {integrity: sha512-RCOKAShA4fZLDRuR+Y2XqM4Y99GbljmH4YEv7JiFJTTC7xh4Vt922pSmVcN90lyXtxZEtp8KrT6WmJrHvUfH5g==} resolution: {integrity: sha512-RCOKAShA4fZLDRuR+Y2XqM4Y99GbljmH4YEv7JiFJTTC7xh4Vt922pSmVcN90lyXtxZEtp8KrT6WmJrHvUfH5g==}
engines: {node: '>=18.x.x <=20.x.x', npm: '>=6.0.0'} engines: {node: '>=18.x.x <=20.x.x', npm: '>=6.0.0'}
peerDependencies: peerDependencies:
@ -12237,8 +12237,8 @@ packages:
'@strapi/utils': ^4.11.4 '@strapi/utils': ^4.11.4
yup: ^0.32.9 yup: ^0.32.9
dependencies: dependencies:
'@strapi/strapi': 4.22.1(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3) '@strapi/strapi': 4.23.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.15.0)(@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.2)(better-sqlite3@8.0.1)(codemirror@6.0.1)(pg@8.11.5)(react-dom@18.2.0)(react-router-dom@5.3.4)(react@18.2.0)(redux@4.2.1)(scheduler@0.23.0)(styled-components@5.3.3)
'@strapi/utils': 4.22.1 '@strapi/utils': 4.23.0
fuzzysort: 2.0.4 fuzzysort: 2.0.4
transliteration: 2.3.5 transliteration: 2.3.5
yup: 0.32.11 yup: 0.32.11
@ -13002,8 +13002,8 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: false dev: false
/vite@5.0.11: /vite@5.0.13:
resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} resolution: {integrity: sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -13090,8 +13090,8 @@ packages:
- utf-8-validate - utf-8-validate
dev: false dev: false
/webpack-dev-middleware@6.1.1(webpack@5.91.0): /webpack-dev-middleware@6.1.2(webpack@5.91.0):
resolution: {integrity: sha512-y51HrHaFeeWir0YO4f0g+9GwZawuigzcAdRNon6jErXy/SqV/+O6eaVAzDqE6t3e3NpGeR5CS+cCDaTC+V3yEQ==} resolution: {integrity: sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==}
engines: {node: '>= 14.15.0'} engines: {node: '>= 14.15.0'}
peerDependencies: peerDependencies:
webpack: ^5.0.0 webpack: ^5.0.0