mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Merge pull request #26 from Unkn0wnCat/dependabot/npm_and_yarn/fab/cli-1.0.0-rc.9
Bump @fab/cli from 1.0.0-rc.8 to 1.0.0-rc.9
This commit is contained in:
commit
6301ca773d
2 changed files with 34 additions and 8 deletions
40
package-lock.json
generated
40
package-lock.json
generated
|
@ -1407,12 +1407,12 @@
|
|||
}
|
||||
},
|
||||
"@fab/cli": {
|
||||
"version": "1.0.0-rc.8",
|
||||
"resolved": "https://registry.npmjs.org/@fab/cli/-/cli-1.0.0-rc.8.tgz",
|
||||
"integrity": "sha512-WhW1s+fwJLMjA9gEM5Lb07u5lxfxiPZeA+BGkcqOTNMFMSALSjVMt3c+BuSmb9QidvVcom4puSbyEb2DqFToIQ==",
|
||||
"version": "1.0.0-rc.9",
|
||||
"resolved": "https://registry.npmjs.org/@fab/cli/-/cli-1.0.0-rc.9.tgz",
|
||||
"integrity": "sha512-pIA0LztiLcdMMaac1EoHOuxEa0IHv1cdsYZawVMnO/+o+bLyoVpvk+vYxXWReeKrNQ2uOIY2NVD7czgtchp9Nw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fab/core": "1.0.0-rc.8",
|
||||
"@fab/core": "1.0.0-rc.9",
|
||||
"@oclif/command": "^1",
|
||||
"@oclif/config": "^1",
|
||||
"@oclif/errors": "^1",
|
||||
|
@ -1425,6 +1425,7 @@
|
|||
"chalk": "^3.0.0",
|
||||
"chokidar": "^3.4.0",
|
||||
"cli-ux": "^5.4.5",
|
||||
"cross-fetch": "^3.0.6",
|
||||
"dotenv": "^8.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
|
@ -1440,10 +1441,29 @@
|
|||
"typescript": "^3.7.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fab/core": {
|
||||
"version": "1.0.0-rc.9",
|
||||
"resolved": "https://registry.npmjs.org/@fab/core/-/core-1.0.0-rc.9.tgz",
|
||||
"integrity": "sha512-W34owtwvgaQKOubLWAdREl7lAhyN1S1YOoXEkqUnjskOD0etovXcrUTlgkFavz2mreg/IJu5/WH1PLiiQ1/CCw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "^12.12.14",
|
||||
"mime-types": "^2.1.25",
|
||||
"path-to-regexp": "^6.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": {
|
||||
"version": "12.19.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.14.tgz",
|
||||
"integrity": "sha512-2U9uLN46+7dv9PiS8VQJcHhuoOjiDPZOLAt0WuA1EanEknIMae+2QbMhayF7cgGqjvRVIfNpt+6jLPczJZFiRw==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "10.17.49",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.49.tgz",
|
||||
"integrity": "sha512-PGaJNs5IZz5XgzwJvL/1zRfZB7iaJ5BydZ8/Picm+lUNYoNO9iVTQkVy5eUh0dZDrx3rBOIs3GCbCRmMuYyqwg==",
|
||||
"version": "10.17.51",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.51.tgz",
|
||||
"integrity": "sha512-KANw+MkL626tq90l++hGelbl67irOJzGhUJk6a1Bt8QHOeh9tztJx+L0AqttraWKinmZn7Qi5lJZJzx45Gq0dg==",
|
||||
"dev": true
|
||||
},
|
||||
"ansi-styles": {
|
||||
|
@ -1486,6 +1506,12 @@
|
|||
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
||||
"dev": true
|
||||
},
|
||||
"path-to-regexp": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.0.tgz",
|
||||
"integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg==",
|
||||
"dev": true
|
||||
},
|
||||
"prettier": {
|
||||
"version": "1.19.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@fab/actions": "^1.0.0-rc.9",
|
||||
"@fab/cli": "^1.0.0-rc.8",
|
||||
"@fab/cli": "^1.0.0-rc.9",
|
||||
"@fab/input-static": "^1.0.0-rc.9",
|
||||
"@fab/plugin-render-html": "^1.0.0-rc.8",
|
||||
"@fab/plugin-rewire-assets": "^1.0.0-rc.9",
|
||||
|
|
Loading…
Add table
Reference in a new issue