build: migrate to @snyk/protect

This commit is contained in:
2022-05-23 13:00:48 +02:00
parent 6f5969b978
commit 5b781b3d1a
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -14,6 +14,7 @@
"@nuxtjs/moment": "^1.1.0",
"@nuxtjs/sentry": "^5.1.7",
"@nuxtjs/vuetify": "^1.12.3",
"@snyk/protect": "^1.935.0",
"@u3u/vue-hooks": "^2.0.1",
"@vue/apollo-composable": "^4.0.0-alpha.17",
"@vue/apollo-option": "^4.0.0-alpha.17",
@@ -33,7 +34,6 @@
"node-sass": "^7.0.1",
"nuxt": "^2.15.8",
"sass-loader": "^7.0.3",
"snyk": "^1.935.0",
"vue": "^2.6.14",
"vue-numeral-filter": "^2.2.0",
"vue-server-renderer": "^2.6.14",
@@ -48,12 +48,12 @@
"generate-gql": "graphql-codegen",
"precommit": "yarn lint",
"prepush": "yarn test",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect",
"start": "node server/index.js",
"start:ci": "NODE_ENV=production CI=true node server/index.js",
"test:cypress": "cypress run",
"wait": "wait-on http://localhost:3000",
"snyk-protect": "snyk protect",
"prepublish": "yarn run snyk-protect"
"wait": "wait-on http://localhost:3000"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.18.0",