mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
fix depends from security review
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
e92662658c
commit
9da746fb92
@ -17,7 +17,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "6.1.0",
|
||||
"inquirer": "8.1.0",
|
||||
"inquirer": "8.2.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"@strapi/generate-new": "3.6.8"
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
"execa": "5.0.0",
|
||||
"fs-extra": "9.1.0",
|
||||
"git-url-parse": "11.4.4",
|
||||
"inquirer": "8.1.0",
|
||||
"inquirer": "8.2.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"ora": "5.4.0",
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
"@strapi/icons": "0.0.1-alpha.63",
|
||||
"@strapi/design-system": "0.0.1-alpha.63",
|
||||
"@strapi/utils": "3.6.8",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "0.24.0",
|
||||
"babel-loader": "8.2.2",
|
||||
"babel-plugin-styled-components": "1.12.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
@ -67,7 +67,7 @@
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"html-loader": "2.1.2",
|
||||
"html-webpack-plugin": "5.3.1",
|
||||
"immer": "9.0.5",
|
||||
"immer": "9.0.6",
|
||||
"immutable": "^3.8.2",
|
||||
"invariant": "^2.2.4",
|
||||
"is-wsl": "2.2.0",
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
"build-storybook": "build-storybook"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"immer": "9.0.5",
|
||||
"immer": "9.0.6",
|
||||
"qs": "6.10.1",
|
||||
"formik": "^2.2.6",
|
||||
"react-select": "^4.0.2"
|
||||
@ -78,7 +78,7 @@
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"axios": "0.21.1",
|
||||
"axios": "0.24.0",
|
||||
"babel-plugin-styled-components": "1.12.0",
|
||||
"classnames": "^2.3.1",
|
||||
"formik": "2.2.9",
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
"fs-extra": "10.0.0",
|
||||
"glob": "7.2.0",
|
||||
"http-errors": "1.8.0",
|
||||
"inquirer": "8.1.5",
|
||||
"inquirer": "8.2.0",
|
||||
"is-docker": "2.2.1",
|
||||
"koa": "2.13.3",
|
||||
"koa-body": "4.2.0",
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"@strapi/utils": "3.6.8",
|
||||
"byte-size": "7.0.1",
|
||||
"cropperjs": "1.5.11",
|
||||
"immer": "9.0.5",
|
||||
"immer": "9.0.6",
|
||||
"koa-range": "0.3.0",
|
||||
"koa-static": "5.0.0",
|
||||
"lodash": "4.17.21",
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"chalk": "^4.1.1",
|
||||
"execa": "^1.0.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"inquirer": "^6.3.1",
|
||||
"inquirer": "8.2.0",
|
||||
"lodash": "4.17.21",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-machine-id": "^1.1.10",
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"fs-extra": "10.0.0",
|
||||
"node-plop": "0.26.2",
|
||||
"plop": "2.7.4",
|
||||
"node-plop": "0.26.3",
|
||||
"plop": "2.7.6",
|
||||
"pluralize": "8.0.0",
|
||||
"@strapi/utils": "3.6.8",
|
||||
"@sindresorhus/slugify": "1.1.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user