From be61dd41dd45e912108ea7830380b4cd744dfd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 04:10:44 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.7 Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. - [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.7) --- 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..b4c2512 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.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "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.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "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.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true }, "mkdirp": { @@ -17682,7 +17689,9 @@ } }, "minimist": { - "version": "1.2.5", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true }, "ms": {