diff --git a/dice-front/package-lock.json b/dice-front/package-lock.json index 5060405d..ac55a83e 100644 --- a/dice-front/package-lock.json +++ b/dice-front/package-lock.json @@ -1,12 +1,12 @@ { "name": "dice-front", - "version": "1.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dice-front", - "version": "1.0.0", + "version": "3.0.0", "dependencies": { "@nuxtjs/feed": "1.1.0", "@nuxtjs/sitemap": "2.0.1", @@ -22,7 +22,7 @@ "@nuxt/types": "^0.4.1", "@nuxtjs/eslint-config": "^4.0.0", "babel-eslint": "^10.1.0", - "eslint": "^7.32.0", + "eslint": "^7.13.0", "eslint-config-prettier": "^6.15.0", "eslint-config-standard": ">=16.0.1", "eslint-loader": "^4.0.2", @@ -5075,13 +5075,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001297", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001297.tgz", - "integrity": "sha512-6bbIbowYG8vFs/Lk4hU9jFt7NknGDleVAciK916tp6ft1j+D//ZwwL6LbF1wXMQ32DMSjeuUV8suhh6dlmFjcA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } + "version": "1.0.30001515", + "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001515.tgz", + "integrity": "sha512-eEFDwUOZbE24sb+Ecsx3+OvNETqjWIdabMy52oOkIgcUtAsQifjUG9q4U9dgTHJM2mfk4uEPxc0+xuFdJ629QA==" }, "node_modules/chalk": { "version": "2.4.2", @@ -21089,9 +21085,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001297", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001297.tgz", - "integrity": "sha512-6bbIbowYG8vFs/Lk4hU9jFt7NknGDleVAciK916tp6ft1j+D//ZwwL6LbF1wXMQ32DMSjeuUV8suhh6dlmFjcA==" + "version": "1.0.30001515", + "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001515.tgz", + "integrity": "sha512-eEFDwUOZbE24sb+Ecsx3+OvNETqjWIdabMy52oOkIgcUtAsQifjUG9q4U9dgTHJM2mfk4uEPxc0+xuFdJ629QA==" }, "chalk": { "version": "2.4.2", diff --git a/dice-front/package.json b/dice-front/package.json index 9851100e..ab512017 100644 --- a/dice-front/package.json +++ b/dice-front/package.json @@ -5,7 +5,7 @@ "author": "haseo", "private": true, "scripts": { - "dev": "nuxt", + "dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate",