From fca0a3cdceab96b857c2446cafed4904f184b420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:50:30 +0000 Subject: [PATCH] dev(deps-dev): bump @babel/runtime-corejs3 from 7.22.15 to 7.23.1 (#1094) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5e8b711..89282042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.22.15", - "@babel/runtime-corejs3": "^7.22.15", + "@babel/runtime-corejs3": "^7.23.1", "@cypress/vue": "^2.2.4", "@cypress/webpack-dev-server": "^3.6.1", "@nuxt/babel-preset-app": "^2.17.0", @@ -1854,9 +1854,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.15.tgz", - "integrity": "sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.1.tgz", + "integrity": "sha512-OKKfytwoc0tr7cDHwQm0RLVR3y+hDGFz3EPuvLNU/0fOeXJeKNIHj7ffNVFnncWt3sC58uyUCRSzf8nBQbyF6A==", "dev": true, "dependencies": { "core-js-pure": "^3.30.2", @@ -25755,9 +25755,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.15.tgz", - "integrity": "sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.1.tgz", + "integrity": "sha512-OKKfytwoc0tr7cDHwQm0RLVR3y+hDGFz3EPuvLNU/0fOeXJeKNIHj7ffNVFnncWt3sC58uyUCRSzf8nBQbyF6A==", "dev": true, "requires": { "core-js-pure": "^3.30.2", diff --git a/package.json b/package.json index 6bb66c6f..485e5a11 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.22.15", - "@babel/runtime-corejs3": "^7.22.15", + "@babel/runtime-corejs3": "^7.23.1", "@cypress/vue": "^2.2.4", "@cypress/webpack-dev-server": "^3.6.1", "@nuxt/babel-preset-app": "^2.17.0",