From 23c9c4a732e1cc5eeaf6b8e41b76c876fb2d96e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:55:14 +0000 Subject: [PATCH] chore(deps-dev): bump minimist in /examples/react-rest-api/app/static Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.6. - [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.0...v1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/react-rest-api/app/static/package-lock.json | 6 +++--- examples/react-rest-api/app/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/react-rest-api/app/static/package-lock.json b/examples/react-rest-api/app/static/package-lock.json index b7a052f4b5..11864add88 100644 --- a/examples/react-rest-api/app/static/package-lock.json +++ b/examples/react-rest-api/app/static/package-lock.json @@ -11840,9 +11840,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "mississippi": { "version": "3.0.0", diff --git a/examples/react-rest-api/app/static/package.json b/examples/react-rest-api/app/static/package.json index 258e585176..a8ddec8f53 100644 --- a/examples/react-rest-api/app/static/package.json +++ b/examples/react-rest-api/app/static/package.json @@ -71,7 +71,7 @@ "less": "^3.9.0", "less-loader": "^4.1.0", "mini-css-extract-plugin": "^0.4.0", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "optimize-css-assets-webpack-plugin": "^5.0.1", "po2json": "^0.4.5", "prettier": "^1.12.1",