From 03eaf04a8eeb2f2a73e1d957ec010d202b37cf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:00:03 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 in /webpack-hmr Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- webpack-hmr/package-lock.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/webpack-hmr/package-lock.json b/webpack-hmr/package-lock.json index 18c8cdd..f9d2ed3 100644 --- a/webpack-hmr/package-lock.json +++ b/webpack-hmr/package-lock.json @@ -1,6 +1,8 @@ { - "requires": true, + "name": "webpack-hmr", + "version": "1.0.0", "lockfileVersion": 1, + "requires": true, "dependencies": { "@discoveryjs/json-ext": { "version": "0.5.2", @@ -2497,9 +2499,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "mixin-deep": { "version": "1.3.2",