From f8204305fe9b0b7414f777ecef16078fe21299ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 08:54:57 +0000 Subject: [PATCH] Bump @antfu/utils from 0.7.0 to 0.7.5 in /frontend Bumps [@antfu/utils](https://github.com/antfu/utils) from 0.7.0 to 0.7.5. - [Release notes](https://github.com/antfu/utils/releases) - [Commits](https://github.com/antfu/utils/compare/v0.7.0...v0.7.5) --- updated-dependencies: - dependency-name: "@antfu/utils" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1e3d4a8..0e8f480 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -36,9 +36,9 @@ } }, "node_modules/@antfu/utils": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.0.tgz", - "integrity": "sha512-tH38JQEFLOdvZJC32ZbPTvWOQzxEtOQh5jOqBPDLw8sxBr0PFF+f2Csgwb7mRpD0QB1xu+PDoAifIPiCNneeNA==", + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.5.tgz", + "integrity": "sha512-dlR6LdS+0SzOAPx/TPRhnoi7hE251OVeT2Snw0RguNbBSbjUHdWr0l3vcUUDg26rEysT89kCbtw1lVorBXLLCg==", "dev": true, "funding": { "url": "https://github.com/sponsors/antfu" @@ -6631,9 +6631,9 @@ }, "dependencies": { "@antfu/utils": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.0.tgz", - "integrity": "sha512-tH38JQEFLOdvZJC32ZbPTvWOQzxEtOQh5jOqBPDLw8sxBr0PFF+f2Csgwb7mRpD0QB1xu+PDoAifIPiCNneeNA==", + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.5.tgz", + "integrity": "sha512-dlR6LdS+0SzOAPx/TPRhnoi7hE251OVeT2Snw0RguNbBSbjUHdWr0l3vcUUDg26rEysT89kCbtw1lVorBXLLCg==", "dev": true }, "@babel/code-frame": {