mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-24 00:44:09 +01:00
security: Pin dependency versions
Too many cases of open source projects in the JS ecosystem just going wild lately
This commit is contained in:
parent
a81c81e42c
commit
86d5dabf90
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gatus",
|
||||
"version": "3.4.0",
|
||||
"version": "3.6.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve --mode development",
|
||||
@ -8,9 +8,9 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.19.1",
|
||||
"core-js": "3.21.0",
|
||||
"vue": "3.2.21",
|
||||
"vue-router": "^4.0.11"
|
||||
"vue-router": "4.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "5.0.0-rc.2",
|
||||
@ -18,12 +18,12 @@
|
||||
"@vue/cli-plugin-router": "5.0.0-rc.2",
|
||||
"@vue/cli-service": "5.0.0-rc.2",
|
||||
"@vue/compiler-sfc": "3.2.29",
|
||||
"autoprefixer": "^10.4.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-vue": "^7.17.0",
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.8"
|
||||
"autoprefixer": "10.4.2",
|
||||
"babel-eslint": "10.1.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-vue": "7.20.0",
|
||||
"postcss": "8.4.6",
|
||||
"tailwindcss": "3.0.18"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
Loading…
Reference in New Issue
Block a user