From 7bddb56cea87e274fe68d2b5bbac13b4d00c980b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 16:22:56 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 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] --- package-lock.json | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 008716c..7c8ee62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,24 +25,21 @@ } }, "../aws-sam-webpack-plugin": { - "version": "0.13.0", + "version": "0.0.1", "dev": true, - "license": "MIT", "dependencies": { - "js-yaml": "^4.1.0", - "yaml-cfn": "^0.3.1" - }, - "devDependencies": { "@types/jest": "^26.0.24", "@types/js-yaml": "^4.0.2", "@types/node": "^14.17.6", "eslint": "^7.31.0", "eslint-config-airbnb-typescript-prettier": "^4.2.0", "jest": "^27.0.6", + "js-yaml": "^4.1.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", "ts-jest": "^27.0.4", - "typescript": "^4.3.5" + "typescript": "^4.3.5", + "yaml-cfn": "^0.3.1" } }, "../aws-sam-webpack-plugin/node_modules/@babel/code-frame": { @@ -5682,9 +5679,13 @@ } }, "../aws-sam-webpack-plugin/node_modules/minimist": { - "version": "1.2.5", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, - "license": "MIT" + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "../aws-sam-webpack-plugin/node_modules/mkdirp": { "version": "1.0.4", @@ -9695,9 +9696,13 @@ } }, "node_modules/minimist": { - "version": "1.2.5", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, - "license": "MIT" + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/ms": { "version": "2.1.2", @@ -15568,7 +15573,9 @@ } }, "minimist": { - "version": "1.2.5", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "mkdirp": { @@ -17682,7 +17689,9 @@ } }, "minimist": { - "version": "1.2.5", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "ms": {