From 8fab1825e07e942d4b7b26c564079aa3d163808e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:43:49 +0000 Subject: [PATCH] Bump @babel/eslint-parser from 7.16.3 to 7.16.5 in /template Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.16.3 to 7.16.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.16.5/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index 09037686..b52442ba 100644 --- a/template/package.json +++ b/template/package.json @@ -8,7 +8,7 @@ "@mdi/font": "^6.4.95", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/vuetify": "^1.12.1", - "@babel/eslint-parser": "7.16.3", + "@babel/eslint-parser": "7.16.5", "@nuxtjs/eslint-config-typescript": "8.0.0", "@nuxtjs/eslint-config": "8.0.0", "buefy": "0.9.14",