build: upgrade to v4.25.9
This commit is contained in:
+4
-4
@@ -21,10 +21,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-i18n": "4.25.8",
|
"@strapi/plugin-i18n": "4.25.9",
|
||||||
"@strapi/plugin-users-permissions": "4.25.8",
|
"@strapi/plugin-users-permissions": "4.25.9",
|
||||||
"@strapi/provider-email-nodemailer": "^4.25.8",
|
"@strapi/provider-email-nodemailer": "^4.25.9",
|
||||||
"@strapi/strapi": "4.25.8",
|
"@strapi/strapi": "4.25.9",
|
||||||
"better-sqlite3": "^8.4.0",
|
"better-sqlite3": "^8.4.0",
|
||||||
"diff": "^5.1.0",
|
"diff": "^5.1.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
|
|||||||
Vendored
+17
-17
@@ -15,22 +15,6 @@ export interface UrlLiens extends Schema.Component {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TradTraductions extends Schema.Component {
|
|
||||||
collectionName: 'components_trad_traductions';
|
|
||||||
info: {
|
|
||||||
displayName: 'Traductions';
|
|
||||||
icon: 'spell-check';
|
|
||||||
description: '';
|
|
||||||
};
|
|
||||||
attributes: {
|
|
||||||
francais: Attribute.RichText;
|
|
||||||
anglais: Attribute.RichText;
|
|
||||||
espagnol: Attribute.RichText;
|
|
||||||
allemand: Attribute.RichText;
|
|
||||||
italien: Attribute.RichText;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface StoreAlbum extends Schema.Component {
|
export interface StoreAlbum extends Schema.Component {
|
||||||
collectionName: 'components_store_albums';
|
collectionName: 'components_store_albums';
|
||||||
info: {
|
info: {
|
||||||
@@ -55,6 +39,22 @@ export interface StoreAlbum extends Schema.Component {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface TradTraductions extends Schema.Component {
|
||||||
|
collectionName: 'components_trad_traductions';
|
||||||
|
info: {
|
||||||
|
displayName: 'Traductions';
|
||||||
|
icon: 'spell-check';
|
||||||
|
description: '';
|
||||||
|
};
|
||||||
|
attributes: {
|
||||||
|
francais: Attribute.RichText;
|
||||||
|
anglais: Attribute.RichText;
|
||||||
|
espagnol: Attribute.RichText;
|
||||||
|
allemand: Attribute.RichText;
|
||||||
|
italien: Attribute.RichText;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
export interface DifferenceParolesDiff extends Schema.Component {
|
export interface DifferenceParolesDiff extends Schema.Component {
|
||||||
collectionName: 'components_diff_paroles_diffs';
|
collectionName: 'components_diff_paroles_diffs';
|
||||||
info: {
|
info: {
|
||||||
@@ -88,8 +88,8 @@ declare module '@strapi/types' {
|
|||||||
export module Shared {
|
export module Shared {
|
||||||
export interface Components {
|
export interface Components {
|
||||||
'url.liens': UrlLiens;
|
'url.liens': UrlLiens;
|
||||||
'trad.traductions': TradTraductions;
|
|
||||||
'store.album': StoreAlbum;
|
'store.album': StoreAlbum;
|
||||||
|
'trad.traductions': TradTraductions;
|
||||||
'difference.paroles-diff': DifferenceParolesDiff;
|
'difference.paroles-diff': DifferenceParolesDiff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1628,10 +1628,10 @@
|
|||||||
escape-string-regexp "^2.0.0"
|
escape-string-regexp "^2.0.0"
|
||||||
lodash.deburr "^4.1.0"
|
lodash.deburr "^4.1.0"
|
||||||
|
|
||||||
"@strapi/admin@4.25.8":
|
"@strapi/admin@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/admin/-/admin-4.25.8.tgz#5341a0778ae5135990bc168f6957fdfacdb76d63"
|
resolved "https://registry.yarnpkg.com/@strapi/admin/-/admin-4.25.9.tgz#5235a37edf5d9fa33b450d2c936394be05faf2ae"
|
||||||
integrity sha512-jXvtrsr4xIbJaeNnMwLfH7dUGsrWznyrXSzO8Hy84joALmsVThm1XLPsKJ3aq2su2hK7ybW0BD0Q5NyBMwWJVQ==
|
integrity sha512-j61GipixI7rNhDEhiWjY+pa7YVQaGOpHmrXHH8cSequI2w+2XF+hHH8zBpzNOuJ38e02DJ9dfugudaYx7cyxGQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@casl/ability" "6.5.0"
|
"@casl/ability" "6.5.0"
|
||||||
"@pmmmwh/react-refresh-webpack-plugin" "0.5.11"
|
"@pmmmwh/react-refresh-webpack-plugin" "0.5.11"
|
||||||
@@ -1639,15 +1639,15 @@
|
|||||||
"@radix-ui/react-toolbar" "1.0.4"
|
"@radix-ui/react-toolbar" "1.0.4"
|
||||||
"@reduxjs/toolkit" "1.9.7"
|
"@reduxjs/toolkit" "1.9.7"
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/permissions" "4.25.8"
|
"@strapi/permissions" "4.25.9"
|
||||||
"@strapi/provider-audit-logs-local" "4.25.8"
|
"@strapi/provider-audit-logs-local" "4.25.9"
|
||||||
"@strapi/types" "4.25.8"
|
"@strapi/types" "4.25.9"
|
||||||
"@strapi/typescript-utils" "4.25.8"
|
"@strapi/typescript-utils" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
"@vitejs/plugin-react-swc" "3.5.0"
|
"@vitejs/plugin-react-swc" "3.5.0"
|
||||||
axios "1.6.0"
|
axios "1.7.4"
|
||||||
bcryptjs "2.4.3"
|
bcryptjs "2.4.3"
|
||||||
boxen "5.1.2"
|
boxen "5.1.2"
|
||||||
browserslist "^4.22.2"
|
browserslist "^4.22.2"
|
||||||
@@ -1735,13 +1735,13 @@
|
|||||||
webpack-hot-middleware "2.26.0"
|
webpack-hot-middleware "2.26.0"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/cloud-cli@4.25.8":
|
"@strapi/cloud-cli@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/cloud-cli/-/cloud-cli-4.25.8.tgz#55e1465d482dc52426e6e12a3ef1518a70adc7dd"
|
resolved "https://registry.yarnpkg.com/@strapi/cloud-cli/-/cloud-cli-4.25.9.tgz#42efc81f95171b0189edc2b8a7f87a677812dd78"
|
||||||
integrity sha512-6YZI0qD7zz0NKJYXXlx7GjpcoM2St6yz7phtUq2fyXrHDRLTkoMYaBgDptPJQYJDLFgrXI++iY3aTXQ/iojBXA==
|
integrity sha512-QIinff6A2wMOgqWYvmBxV0ttVMKvWeX/whjnOcUlnTMUaZbq8OgC2usCxad+2uYKbo/qdLhkE9wrwbaZn9Zzhg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
axios "1.6.0"
|
axios "1.7.4"
|
||||||
chalk "4.1.2"
|
chalk "4.1.2"
|
||||||
cli-progress "3.12.0"
|
cli-progress "3.12.0"
|
||||||
commander "8.3.0"
|
commander "8.3.0"
|
||||||
@@ -1760,18 +1760,18 @@
|
|||||||
xdg-app-paths "8.3.0"
|
xdg-app-paths "8.3.0"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/content-releases@4.25.8":
|
"@strapi/content-releases@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/content-releases/-/content-releases-4.25.8.tgz#b71172ccbd1c24cc7da89ebca0e8c67737747aec"
|
resolved "https://registry.yarnpkg.com/@strapi/content-releases/-/content-releases-4.25.9.tgz#ba05df7d7e388f2607f37d2174c645f4ad814dfc"
|
||||||
integrity sha512-Li+BYYkXceN3fat9f2IdhtVHRYAIWPHRZFxS2kkZK4wc5cgP7LGCacKXrVElUvuY4Q462XvfzbgRkPM3d0+lcQ==
|
integrity sha512-N+BjsCBxJuI3Er1GFt64XBtPv/8UL3EUn21VbdqUIRk9MKOAXt7kwgj4veGkGQ6Nt4kxpMXRzRR5HN1IFqTcTQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@reduxjs/toolkit" "1.9.7"
|
"@reduxjs/toolkit" "1.9.7"
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/types" "4.25.8"
|
"@strapi/types" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
axios "1.6.0"
|
axios "1.7.4"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
date-fns-tz "2.0.0"
|
date-fns-tz "2.0.0"
|
||||||
formik "2.4.0"
|
formik "2.4.0"
|
||||||
@@ -1781,15 +1781,15 @@
|
|||||||
react-redux "8.1.1"
|
react-redux "8.1.1"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/data-transfer@4.25.8":
|
"@strapi/data-transfer@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/data-transfer/-/data-transfer-4.25.8.tgz#43fdfc2eecfd7f10603800cb967fb236aeb83e9d"
|
resolved "https://registry.yarnpkg.com/@strapi/data-transfer/-/data-transfer-4.25.9.tgz#5115f78b47b58460e8e5f9b905f60ce624198638"
|
||||||
integrity sha512-fBUhM59ltVPT2xZCYvkspkPOQSMqOvFSpiVk/bFnTkMv/A70mDg64fXBbjxgyOxRip4MGlnkcN5aSlxLU/oBUg==
|
integrity sha512-92CXvYV9B07VbpLzcEU4i8yZmI7wbC/AarFjEPB1Eajq/3vLZIB7pPwqWBYlPOf4kMsmabwZmeNQJZm4JjFalQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/logger" "4.25.8"
|
"@strapi/logger" "4.25.9"
|
||||||
"@strapi/strapi" "4.25.8"
|
"@strapi/strapi" "4.25.9"
|
||||||
"@strapi/types" "4.25.8"
|
"@strapi/types" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
chalk "4.1.2"
|
chalk "4.1.2"
|
||||||
cli-table3 "0.6.5"
|
cli-table3 "0.6.5"
|
||||||
commander "8.3.0"
|
commander "8.3.0"
|
||||||
@@ -1805,12 +1805,12 @@
|
|||||||
tar-stream "2.2.0"
|
tar-stream "2.2.0"
|
||||||
ws "8.13.0"
|
ws "8.13.0"
|
||||||
|
|
||||||
"@strapi/database@4.25.8":
|
"@strapi/database@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/database/-/database-4.25.8.tgz#edda02cfd6a97bad0fd00a8fcae20ff056d6557a"
|
resolved "https://registry.yarnpkg.com/@strapi/database/-/database-4.25.9.tgz#a3e7d6138e1ee89eb0d1634357c7b9c6efdb6a1c"
|
||||||
integrity sha512-hu2yFdgA+2Psk4cxIO4MLABiGzLG+xerMglL5bzsDIGVknvIuSZ/n8Z3Votifr011FwIfV02MXyoALMhjAfQlg==
|
integrity sha512-y/li0iHY76wL9BhXVr4vvAtgnPt993adV7J+h560nrUYtHvj8YQp1GMYktC+4ZQMLaf01HZ+IkrFeqHTXZ8sXQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
debug "4.3.4"
|
debug "4.3.4"
|
||||||
fs-extra "10.0.0"
|
fs-extra "10.0.0"
|
||||||
@@ -1838,10 +1838,10 @@
|
|||||||
prop-types "^15.8.1"
|
prop-types "^15.8.1"
|
||||||
react-remove-scroll "^2.5.9"
|
react-remove-scroll "^2.5.9"
|
||||||
|
|
||||||
"@strapi/generate-new@4.25.8":
|
"@strapi/generate-new@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/generate-new/-/generate-new-4.25.8.tgz#0f9c2431f825a7240985b789753fbaffe98ee5a1"
|
resolved "https://registry.yarnpkg.com/@strapi/generate-new/-/generate-new-4.25.9.tgz#fa7e7665f76135e85c1b2bc63f6be0bc23adb16b"
|
||||||
integrity sha512-HZPFWPgLuGryqQ8zLxIFfNBC3gYqzMRBz4IUxwAtpOsVqeamob89WxPcrvYPT61J2ML3UeKUbyqXOzNH+XNFKw==
|
integrity sha512-XsyjCNVGuuV0TgGbTK+y2xPKBkwfNg92Y5hkqznjJzagj0M83PMNONtKPG4CZY1LvqMMix0NPckCtSR5lFcNdA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/node" "6.19.7"
|
"@sentry/node" "6.19.7"
|
||||||
chalk "^4.1.2"
|
chalk "^4.1.2"
|
||||||
@@ -1855,14 +1855,14 @@
|
|||||||
semver "7.5.4"
|
semver "7.5.4"
|
||||||
tar "6.1.13"
|
tar "6.1.13"
|
||||||
|
|
||||||
"@strapi/generators@4.25.8":
|
"@strapi/generators@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/generators/-/generators-4.25.8.tgz#fdd2d8e64ee8b8698094fd1145045ae12084b18b"
|
resolved "https://registry.yarnpkg.com/@strapi/generators/-/generators-4.25.9.tgz#11b09b692f2155c25ed331c76e613d43e26c8595"
|
||||||
integrity sha512-LvFbeWGkP6945lZ/bfzbunteYCjVHJ3hQaE1RPRmozZ8oE0bdfjrc/f/iAguxputqLVe7Tkq67AtrNhXPSpabQ==
|
integrity sha512-0sl8xQgkoHQZRKwCN+h51GUnNbxwqFU98JQMvuEjhv7TBsJ3T/00RXDXMXTlID4H+DYipYnf6n4MRUhz0lWnag==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sindresorhus/slugify" "1.1.0"
|
"@sindresorhus/slugify" "1.1.0"
|
||||||
"@strapi/typescript-utils" "4.25.8"
|
"@strapi/typescript-utils" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
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"
|
||||||
@@ -1870,12 +1870,12 @@
|
|||||||
plop "2.7.6"
|
plop "2.7.6"
|
||||||
pluralize "8.0.0"
|
pluralize "8.0.0"
|
||||||
|
|
||||||
"@strapi/helper-plugin@4.25.8":
|
"@strapi/helper-plugin@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.25.8.tgz#068d6cc28f7e98291320c5758cb7d4e436965e16"
|
resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.25.9.tgz#34ff9dfcab19b62c2330e9fa917af4f40e5ffb8a"
|
||||||
integrity sha512-Fz6wO1vl2U1AzPVhuj35nQjUFPHQSFc1xmDv0pbjqpLIXNLHDJ6K7rIXuyLu9CqDIyUYnL3NjEdo+G0UOK52Tw==
|
integrity sha512-SFHVvKTf/7TNenDa6/6aafMvYyUKWWos+rjwL8qHqG975we9IZIjiQHYytJY5ZzYYAnL7vsT86RKmTA96Kf+bQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
axios "1.6.0"
|
axios "1.7.4"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
formik "2.4.0"
|
formik "2.4.0"
|
||||||
immer "9.0.19"
|
immer "9.0.19"
|
||||||
@@ -1891,10 +1891,10 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.19.0.tgz#efa6b553a7de437171512e3549859faa141a145f"
|
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.19.0.tgz#efa6b553a7de437171512e3549859faa141a145f"
|
||||||
integrity sha512-jcS7n3Ps+73fYGadxdaD6owazoDJKN1fHSG9dp8RX4RqkP6BfoHOX5j3aodVLmDX57Ksg6gy5JXf9xEml7nMpQ==
|
integrity sha512-jcS7n3Ps+73fYGadxdaD6owazoDJKN1fHSG9dp8RX4RqkP6BfoHOX5j3aodVLmDX57Ksg6gy5JXf9xEml7nMpQ==
|
||||||
|
|
||||||
"@strapi/logger@4.25.8":
|
"@strapi/logger@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/logger/-/logger-4.25.8.tgz#fc546aa2faf57c28fea3dbeee14c1bf704f07097"
|
resolved "https://registry.yarnpkg.com/@strapi/logger/-/logger-4.25.9.tgz#1a742731a257124c596fbac9703590ad0072804b"
|
||||||
integrity sha512-OjCsUlUAFQ+14hk6cbLzlRV5LHCV/SAKxHEGHBuCLhfwdQOGM1KwotL+bDWiz+sws7JnE11G6aa3bLTHCOukIw==
|
integrity sha512-kyoOXVpQSNaxgWLfYeo7Zy9VUc4Q6PIRw9X/UHnr2cx5H/KWl/TEdvCDmE5m2jAr073ShKMyT5H5osOV1qY1Fg==
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash "4.17.21"
|
lodash "4.17.21"
|
||||||
winston "3.10.0"
|
winston "3.10.0"
|
||||||
@@ -1926,42 +1926,42 @@
|
|||||||
vite "5.0.13"
|
vite "5.0.13"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/permissions@4.25.8":
|
"@strapi/permissions@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/permissions/-/permissions-4.25.8.tgz#36d99bd5a8e58009e5cb477952f839185a8d5eca"
|
resolved "https://registry.yarnpkg.com/@strapi/permissions/-/permissions-4.25.9.tgz#6e6e1aa5de12681d1d85546a52d78fc28b024527"
|
||||||
integrity sha512-F785CUKMMSgUvsH69QM2TVtUU8/tVvxo7oOftKvVXNIkzDp13Qu+F+qGYrgiOD8gSGulP+8gnjwuL9g9wYkxxA==
|
integrity sha512-7pCIdVWP7Z9wB0omWwuLwk4FtP1EJuBKSJ1gOmOluUCHC21xleBsZbiqQU8HRTc5lDd+7/vlECJYKg+2biCmQw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@casl/ability" "6.5.0"
|
"@casl/ability" "6.5.0"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
lodash "4.17.21"
|
lodash "4.17.21"
|
||||||
qs "6.11.1"
|
qs "6.11.1"
|
||||||
sift "16.0.1"
|
sift "16.0.1"
|
||||||
|
|
||||||
"@strapi/plugin-content-manager@4.25.8":
|
"@strapi/plugin-content-manager@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/plugin-content-manager/-/plugin-content-manager-4.25.8.tgz#4e2a455482bb7fa438f277a98815b19d0a255a3e"
|
resolved "https://registry.yarnpkg.com/@strapi/plugin-content-manager/-/plugin-content-manager-4.25.9.tgz#7836582b858e3b17a4215a41fca76e581c89e7b8"
|
||||||
integrity sha512-VTGDXkbGr1+gG8cRbqzR1IRMO16q+RqkdCTYFd0vGP55p/60E/se2L0JZfnkHzVGV6aZzeQ2w3xfG7Xpl2THpQ==
|
integrity sha512-EeXkba/pUQSId5G9vw+wlpP12b8h6KxGQSMncnS55RhlWXXaxr7mBSC+LvxLO9Ka/ViaoIqc94QHNOXhaBjQ5A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sindresorhus/slugify" "1.1.0"
|
"@sindresorhus/slugify" "1.1.0"
|
||||||
"@strapi/types" "4.25.8"
|
"@strapi/types" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
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"
|
||||||
qs "6.11.1"
|
qs "6.11.1"
|
||||||
|
|
||||||
"@strapi/plugin-content-type-builder@4.25.8":
|
"@strapi/plugin-content-type-builder@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/plugin-content-type-builder/-/plugin-content-type-builder-4.25.8.tgz#3d557d441b23f4bfea7468c7e0e8cf877a6973af"
|
resolved "https://registry.yarnpkg.com/@strapi/plugin-content-type-builder/-/plugin-content-type-builder-4.25.9.tgz#11bb7a99673f1fb9d2846dd6c3be8a125c45fa6d"
|
||||||
integrity sha512-kLGAqhxJUD0FDK2b6tH8d870+c2t41thSzjLcA2SYyAudeaj2ZR+ACZjXeCqwN1Bu2ibmPVcHuDFq6KnYqfyNw==
|
integrity sha512-GQx2I0ppZkmRKQhdO+tCxhE2HvzSi8mWSlKDwoBydk2aAuwJ4+8idu51lM3eayyfBuFnMo2KLiOu9Y8VszjndA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@reduxjs/toolkit" "1.9.7"
|
"@reduxjs/toolkit" "1.9.7"
|
||||||
"@sindresorhus/slugify" "1.1.0"
|
"@sindresorhus/slugify" "1.1.0"
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/generators" "4.25.8"
|
"@strapi/generators" "4.25.9"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
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"
|
||||||
@@ -1974,33 +1974,33 @@
|
|||||||
react-redux "8.1.1"
|
react-redux "8.1.1"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/plugin-email@4.25.8":
|
"@strapi/plugin-email@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/plugin-email/-/plugin-email-4.25.8.tgz#3eae2cd71423ee50ab16a55efdec5f23e81ee8fe"
|
resolved "https://registry.yarnpkg.com/@strapi/plugin-email/-/plugin-email-4.25.9.tgz#639c98de89aa9722989bba6b4e2a4267a6346627"
|
||||||
integrity sha512-DHJI3E07LBN+MDg6KHmqgj2KG+kZ5mCLuneatnnsSIJPb61oTflPiiSdMeceJf2+WnGXVWbIbeDmyojbVDMALQ==
|
integrity sha512-vZj/QiZAlZuD6UhAq5nHJaEUYAyVQPMp1pJnpJsQNL9DpZ+FWuX3SVQKfdiNpE3v0Be9D9maDAeJFBYztw+YZA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/provider-email-sendmail" "4.25.8"
|
"@strapi/provider-email-sendmail" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
lodash "4.17.21"
|
lodash "4.17.21"
|
||||||
prop-types "^15.8.1"
|
prop-types "^15.8.1"
|
||||||
react-intl "6.4.1"
|
react-intl "6.4.1"
|
||||||
react-query "3.39.3"
|
react-query "3.39.3"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/plugin-i18n@4.25.8":
|
"@strapi/plugin-i18n@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/plugin-i18n/-/plugin-i18n-4.25.8.tgz#a958abb8c740df9cc5cec1bb5467563d92bd0515"
|
resolved "https://registry.yarnpkg.com/@strapi/plugin-i18n/-/plugin-i18n-4.25.9.tgz#063344407a008f659a4ea488eb052aa0f6f292d8"
|
||||||
integrity sha512-N6AYBMhbfnTx5go0xoE8LW5RpLZnGAhFs+jI4rq47jDjEOhm7QrGk/k2WXlKNHUApIq2JDEzzD3p4n6mmpVbMg==
|
integrity sha512-0Py2BJZmo9z1Leda7pDktwx5cyDyDAEEn7IoujUvuxnrjkqEoNMHh5+CiMeviYH4YkJwgKbFzpCkbDFDfH79FQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@reduxjs/toolkit" "1.9.7"
|
"@reduxjs/toolkit" "1.9.7"
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
axios "1.6.0"
|
axios "1.7.4"
|
||||||
formik "2.4.0"
|
formik "2.4.0"
|
||||||
immer "9.0.19"
|
immer "9.0.19"
|
||||||
lodash "4.17.21"
|
lodash "4.17.21"
|
||||||
@@ -2011,17 +2011,17 @@
|
|||||||
react-redux "8.1.1"
|
react-redux "8.1.1"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/plugin-upload@4.25.8":
|
"@strapi/plugin-upload@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/plugin-upload/-/plugin-upload-4.25.8.tgz#4bde6587fb07672f0a572c7b8da29a0499563441"
|
resolved "https://registry.yarnpkg.com/@strapi/plugin-upload/-/plugin-upload-4.25.9.tgz#aee2de13eae115fe2cb12dfefd488debad0cfae6"
|
||||||
integrity sha512-+lyj+aZwMUfkmZBGQoFzBhxktV546jOKnpVn4HzlA5a0pAcM6hVnjUHgq2Te0rXSdSmuUq6Vh638b1CCDM2lBA==
|
integrity sha512-ydNFsZR9mpJI4FO5kF+FC8n6kR80m1oeZcBroAd9NQsxiIeVHXz5jJlYmuwu07gg2VpbC8OuzsXZLw32elQLIQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/provider-upload-local" "4.25.8"
|
"@strapi/provider-upload-local" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
axios "1.6.0"
|
axios "1.7.4"
|
||||||
byte-size "7.0.1"
|
byte-size "7.0.1"
|
||||||
cropperjs "1.6.0"
|
cropperjs "1.6.0"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
@@ -2043,15 +2043,15 @@
|
|||||||
sharp "0.32.6"
|
sharp "0.32.6"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/plugin-users-permissions@4.25.8":
|
"@strapi/plugin-users-permissions@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.25.8.tgz#91e2bd7680b8899bd68f532d9880bfc8ea610d5e"
|
resolved "https://registry.yarnpkg.com/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.25.9.tgz#5a349b65905ba80dcf6158550e6ed84616cbbb16"
|
||||||
integrity sha512-R3rMtJLWBu2e6wypZ2vZAZtPEzhKOKuTRf1tyQjFVNRNxzQznuTvbKNb3smjKdM6FpkTWh/XgkrvAIpl9mc8HQ==
|
integrity sha512-t0C7sTTUbGABJl+SHVvch/QcWJtpjwzAG3OrT1rjPyVBiTA4bl0JzR0ZOO7hUFDNTq/Dvrfkvo7dJN3ETVK7VA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/design-system" "1.19.0"
|
"@strapi/design-system" "1.19.0"
|
||||||
"@strapi/helper-plugin" "4.25.8"
|
"@strapi/helper-plugin" "4.25.9"
|
||||||
"@strapi/icons" "1.19.0"
|
"@strapi/icons" "1.19.0"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
bcryptjs "2.4.3"
|
bcryptjs "2.4.3"
|
||||||
formik "2.4.0"
|
formik "2.4.0"
|
||||||
grant-koa "5.4.8"
|
grant-koa "5.4.8"
|
||||||
@@ -2069,12 +2069,12 @@
|
|||||||
url-join "4.0.1"
|
url-join "4.0.1"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/provider-audit-logs-local@4.25.8":
|
"@strapi/provider-audit-logs-local@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/provider-audit-logs-local/-/provider-audit-logs-local-4.25.8.tgz#cddfb26a9c8bc3915a18fab59bbcc6d8dcdc8883"
|
resolved "https://registry.yarnpkg.com/@strapi/provider-audit-logs-local/-/provider-audit-logs-local-4.25.9.tgz#c778ff3d1a66666b23cc86119463fb4ff6a949d0"
|
||||||
integrity sha512-SBq+w2j+ZuP+54LLJQT2BDV72dij2d3Qp8OgKP5mwG3HgdCTKJa/TKAbJVw0MbhfkAW5vbKUdiLb3R+yJjX9XQ==
|
integrity sha512-/+E+GdI3QMwiHEIfXcTR7+sD09gDuxcy9zAc+t9cXPwoOXQIWVJBRF2PcfGlefM6iUUX7KFi7v0VadioAGMqog==
|
||||||
|
|
||||||
"@strapi/provider-email-nodemailer@^4.25.8":
|
"@strapi/provider-email-nodemailer@^4.25.9":
|
||||||
version "4.25.23"
|
version "4.25.23"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/provider-email-nodemailer/-/provider-email-nodemailer-4.25.23.tgz#40cd8b9480827f5237da69ef6f88c96b22aadaaf"
|
resolved "https://registry.yarnpkg.com/@strapi/provider-email-nodemailer/-/provider-email-nodemailer-4.25.23.tgz#40cd8b9480827f5237da69ef6f88c96b22aadaaf"
|
||||||
integrity sha512-J+Nu7tVuGgW7T7e6icDV4nLReI9384qXxvTafJQudvTgfKQbwazUNQO82tlqeiTIe67RP6YlsxyXV0cUdMm+Fw==
|
integrity sha512-J+Nu7tVuGgW7T7e6icDV4nLReI9384qXxvTafJQudvTgfKQbwazUNQO82tlqeiTIe67RP6YlsxyXV0cUdMm+Fw==
|
||||||
@@ -2082,46 +2082,46 @@
|
|||||||
lodash "4.17.21"
|
lodash "4.17.21"
|
||||||
nodemailer "6.9.1"
|
nodemailer "6.9.1"
|
||||||
|
|
||||||
"@strapi/provider-email-sendmail@4.25.8":
|
"@strapi/provider-email-sendmail@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/provider-email-sendmail/-/provider-email-sendmail-4.25.8.tgz#10ebe4fb4165984028501f47f2c6f8e7754e44c3"
|
resolved "https://registry.yarnpkg.com/@strapi/provider-email-sendmail/-/provider-email-sendmail-4.25.9.tgz#96d3849271f8941a8e53ba7116eb997b2d198ffa"
|
||||||
integrity sha512-gE1RyZTsCeaSA06lUgA01VsTToa7EhDz8pIy0tMHRZhz4KrNvtNc50j1uBzBZq7sEhCCABM7VmbdteKVO79qgg==
|
integrity sha512-SNSFReu/s9XM0lMFbdj1NQ3zwcjSZv3qfA9nblWaMWqV5MTCUKn/868X80pxB+d5SLNn9ix905buHXqClKv63A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
sendmail "^1.6.1"
|
sendmail "^1.6.1"
|
||||||
|
|
||||||
"@strapi/provider-upload-local@4.25.8":
|
"@strapi/provider-upload-local@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/provider-upload-local/-/provider-upload-local-4.25.8.tgz#6f3bcb61995d7d62a80aef01dec2975624599dde"
|
resolved "https://registry.yarnpkg.com/@strapi/provider-upload-local/-/provider-upload-local-4.25.9.tgz#acb55e617040a5701bcf719a3acf31ebb3d6e2e0"
|
||||||
integrity sha512-qzwCPaomKoyb4p4VIthYTxP3REmD50+UIYF0RCtpUwlzYuCGeQ/aV/btFShEaQIn7RAHxha2Ht91LiD57pKlAg==
|
integrity sha512-LMxgN7lrGisAg7oK99IXYmbM0OS861IhFYAnlCHPeOn3/4QEK6dqKULEo3jToxzzOkVl80RRgPk2aCDS73cDrw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
fs-extra "10.0.0"
|
fs-extra "10.0.0"
|
||||||
|
|
||||||
"@strapi/strapi@4.25.8":
|
"@strapi/strapi@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/strapi/-/strapi-4.25.8.tgz#4e73f737887b44f2f19b9f630216f40a4bcfbaff"
|
resolved "https://registry.yarnpkg.com/@strapi/strapi/-/strapi-4.25.9.tgz#9f7173967fc0b739fb96682b56ef8d021c51a12c"
|
||||||
integrity sha512-xvrrZJuLJsY+mC8RbBkwz31mVXedRcIQacXSZ2B+iKEbzAdzkMAXiW90fynu227nPygRs0amvebgGiFET8+QZg==
|
integrity sha512-hh8j+/6mz88Ymv0gNqWslNGH1WR+Vbm1+xilOEEDGR87q+GDIY5kHpBojgYoCQzz0lTLMBtPPezSnZlvYuKRjg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@koa/cors" "5.0.0"
|
"@koa/cors" "5.0.0"
|
||||||
"@koa/router" "10.1.1"
|
"@koa/router" "10.1.1"
|
||||||
"@strapi/admin" "4.25.8"
|
"@strapi/admin" "4.25.9"
|
||||||
"@strapi/cloud-cli" "4.25.8"
|
"@strapi/cloud-cli" "4.25.9"
|
||||||
"@strapi/content-releases" "4.25.8"
|
"@strapi/content-releases" "4.25.9"
|
||||||
"@strapi/data-transfer" "4.25.8"
|
"@strapi/data-transfer" "4.25.9"
|
||||||
"@strapi/database" "4.25.8"
|
"@strapi/database" "4.25.9"
|
||||||
"@strapi/generate-new" "4.25.8"
|
"@strapi/generate-new" "4.25.9"
|
||||||
"@strapi/generators" "4.25.8"
|
"@strapi/generators" "4.25.9"
|
||||||
"@strapi/logger" "4.25.8"
|
"@strapi/logger" "4.25.9"
|
||||||
"@strapi/pack-up" "4.23.0"
|
"@strapi/pack-up" "4.23.0"
|
||||||
"@strapi/permissions" "4.25.8"
|
"@strapi/permissions" "4.25.9"
|
||||||
"@strapi/plugin-content-manager" "4.25.8"
|
"@strapi/plugin-content-manager" "4.25.9"
|
||||||
"@strapi/plugin-content-type-builder" "4.25.8"
|
"@strapi/plugin-content-type-builder" "4.25.9"
|
||||||
"@strapi/plugin-email" "4.25.8"
|
"@strapi/plugin-email" "4.25.9"
|
||||||
"@strapi/plugin-upload" "4.25.8"
|
"@strapi/plugin-upload" "4.25.9"
|
||||||
"@strapi/types" "4.25.8"
|
"@strapi/types" "4.25.9"
|
||||||
"@strapi/typescript-utils" "4.25.8"
|
"@strapi/typescript-utils" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
bcryptjs "2.4.3"
|
bcryptjs "2.4.3"
|
||||||
boxen "5.1.2"
|
boxen "5.1.2"
|
||||||
chalk "4.1.2"
|
chalk "4.1.2"
|
||||||
@@ -2171,28 +2171,28 @@
|
|||||||
yalc "1.0.0-pre.53"
|
yalc "1.0.0-pre.53"
|
||||||
yup "0.32.9"
|
yup "0.32.9"
|
||||||
|
|
||||||
"@strapi/types@4.25.8":
|
"@strapi/types@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/types/-/types-4.25.8.tgz#6d17286846b13c7bcd2be8a1ec62666eeafef39b"
|
resolved "https://registry.yarnpkg.com/@strapi/types/-/types-4.25.9.tgz#39f58982e93a2b8c084b62575443d534229a0ab3"
|
||||||
integrity sha512-QudgKefEsDGUAgbAzRCSjZzQ75/6ebkWKWy+NmYy+ZiVEbhkmDGvWQBv4k2WOYdIxmh+gXKSpukREiPo76jZQw==
|
integrity sha512-XwiEcC3JVMLVIGy6vtAEcw8las4RDcj10h0Ydeyb9YOqxMO47wMZMHED5oTlUDa3C1iSPTHN8DbSoSu6eot6Bg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@casl/ability" "6.5.0"
|
"@casl/ability" "6.5.0"
|
||||||
"@koa/cors" "5.0.0"
|
"@koa/cors" "5.0.0"
|
||||||
"@koa/router" "10.1.1"
|
"@koa/router" "10.1.1"
|
||||||
"@strapi/database" "4.25.8"
|
"@strapi/database" "4.25.9"
|
||||||
"@strapi/logger" "4.25.8"
|
"@strapi/logger" "4.25.9"
|
||||||
"@strapi/permissions" "4.25.8"
|
"@strapi/permissions" "4.25.9"
|
||||||
"@strapi/utils" "4.25.8"
|
"@strapi/utils" "4.25.9"
|
||||||
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"
|
||||||
node-fetch "2.7.0"
|
node-fetch "2.7.0"
|
||||||
node-schedule "2.1.1"
|
node-schedule "2.1.1"
|
||||||
|
|
||||||
"@strapi/typescript-utils@4.25.8":
|
"@strapi/typescript-utils@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/typescript-utils/-/typescript-utils-4.25.8.tgz#6801b7e79bab3f41ceabfce3124766a0c6d6ddab"
|
resolved "https://registry.yarnpkg.com/@strapi/typescript-utils/-/typescript-utils-4.25.9.tgz#f3f82d6dcb0aad4ff4995cb92108a104ed757ba8"
|
||||||
integrity sha512-H9JGxM398bDhyAPEtEb8fYPoPpth9WLdvs8jrEPKvvWCV79sc3PsOIz0FEo2h+7NM2wO3i26xg9UVpQF6da6WA==
|
integrity sha512-ZMqimhBfl9hTQmhuaRFpJGZaCD8zlUN0kB2FywEgmedAjuH2pO1H1IwoDvERNIg5GoFMEzxLlPxCftJTIvF2fQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "4.1.2"
|
chalk "4.1.2"
|
||||||
cli-table3 "0.6.5"
|
cli-table3 "0.6.5"
|
||||||
@@ -2228,10 +2228,10 @@
|
|||||||
aria-hidden "^1.2.4"
|
aria-hidden "^1.2.4"
|
||||||
react-remove-scroll "^2.5.9"
|
react-remove-scroll "^2.5.9"
|
||||||
|
|
||||||
"@strapi/utils@4.25.8":
|
"@strapi/utils@4.25.9":
|
||||||
version "4.25.8"
|
version "4.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.25.8.tgz#49f15d853387f2080ba2a91c41c31c469e36bb5d"
|
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.25.9.tgz#bf917a03efd1ec595ccbb8494e63f931a95b0f97"
|
||||||
integrity sha512-cyz18XLqhHKLIdEbwkL+7emCu3tViDUyRittGEFaOPfMnxSmlJ1dDVmZ8BJ7HFhx1KXcylrYju8I/5/NG3S6SQ==
|
integrity sha512-tAcxiT0l0Of3FSsN1K2/BfpwyRP8ZbnjjpKZsODRj+OIWPAMFuEBYet4CFBpbu2jjPsc/maTtaSOBwNrJRN2bA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sindresorhus/slugify" "1.1.0"
|
"@sindresorhus/slugify" "1.1.0"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
@@ -3101,12 +3101,12 @@ atob@^2.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
||||||
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
||||||
|
|
||||||
axios@1.6.0:
|
axios@1.7.4:
|
||||||
version "1.6.0"
|
version "1.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
|
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
|
||||||
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
|
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects "^1.15.0"
|
follow-redirects "^1.15.6"
|
||||||
form-data "^4.0.0"
|
form-data "^4.0.0"
|
||||||
proxy-from-env "^1.1.0"
|
proxy-from-env "^1.1.0"
|
||||||
|
|
||||||
@@ -5058,16 +5058,16 @@ fn.name@1.x.x:
|
|||||||
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
|
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
|
||||||
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
|
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
|
||||||
|
|
||||||
follow-redirects@^1.15.0:
|
|
||||||
version "1.15.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
|
|
||||||
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
|
|
||||||
|
|
||||||
follow-redirects@^1.15.2:
|
follow-redirects@^1.15.2:
|
||||||
version "1.15.3"
|
version "1.15.3"
|
||||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
|
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
|
||||||
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
|
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
|
||||||
|
|
||||||
|
follow-redirects@^1.15.6:
|
||||||
|
version "1.15.9"
|
||||||
|
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
|
||||||
|
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
|
||||||
|
|
||||||
for-in@^1.0.1, for-in@^1.0.2:
|
for-in@^1.0.1, for-in@^1.0.2:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
|
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
|
||||||
|
|||||||
Reference in New Issue
Block a user