Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1f7bec4
Merge branch 'master' into develop
jacob-meacham Oct 31, 2020
0f24c20
Bump ini from 1.3.5 to 1.3.8
dependabot[bot] Dec 13, 2020
a530890
Bump y18n from 4.0.0 to 4.0.1
dependabot[bot] Mar 30, 2021
4a298d7
Bump lodash from 4.17.20 to 4.17.21
dependabot[bot] May 8, 2021
8ac68c6
Bump hosted-git-info from 2.8.8 to 2.8.9
dependabot[bot] May 10, 2021
8764649
Bump browserslist from 4.14.5 to 4.16.6
dependabot[bot] May 26, 2021
68e2901
Merge pull request #17 from jacob-meacham/dependabot/npm_and_yarn/ini…
jacob-meacham Oct 10, 2021
b93594c
Merge pull request #18 from jacob-meacham/dependabot/npm_and_yarn/y18…
jacob-meacham Oct 10, 2021
3114f7f
Merge pull request #19 from jacob-meacham/dependabot/npm_and_yarn/lod…
jacob-meacham Oct 10, 2021
dbf67dc
Merge pull request #20 from jacob-meacham/dependabot/npm_and_yarn/hos…
jacob-meacham Oct 10, 2021
b8c23c2
Merge pull request #21 from jacob-meacham/dependabot/npm_and_yarn/bro…
jacob-meacham Oct 10, 2021
e7af3a1
Bump socket.io-parser from 3.3.1 to 3.3.2
dependabot[bot] Oct 10, 2021
905c866
Merge pull request #22 from jacob-meacham/dependabot/npm_and_yarn/soc…
jacob-meacham Oct 10, 2021
9011622
Bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Oct 10, 2021
7e3eb19
Merge pull request #25 from jacob-meacham/dependabot/npm_and_yarn/pat…
jacob-meacham Oct 10, 2021
3d6df45
Bump tar from 6.0.5 to 6.1.11
dependabot[bot] Oct 10, 2021
e52ed9b
Merge pull request #26 from jacob-meacham/dependabot/npm_and_yarn/tar…
jacob-meacham Oct 10, 2021
6dd18bc
Bump jszip from 3.5.0 to 3.7.1
dependabot[bot] Oct 10, 2021
c71c9c3
Merge pull request #28 from jacob-meacham/dependabot/npm_and_yarn/jsz…
jacob-meacham Oct 10, 2021
703f4a0
Bump color-string from 1.5.4 to 1.6.0
dependabot[bot] Oct 10, 2021
de13874
Merge pull request #27 from jacob-meacham/dependabot/npm_and_yarn/col…
jacob-meacham Oct 10, 2021
85bce12
2.0.1 release
jacob-meacham Oct 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ custom:
Please note that because these are resolved at build time, the plain-text passwords WILL be viewable in Cloudformation and on the Lambda dashboard.

# Version History
* 2.0.1
- Dependency security updates
* 2.0.0
- Require a more modern version of node and remove the old babel runtime dependency.
* 1.2.0
Expand Down
115 changes: 62 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-deploy-environment",
"version": "2.0.0",
"version": "2.0.1",
"description": "Plugin the augments the serverless provider environment with deployment variables",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"credstash": "1.0.44",
"deasync-promise": "1.0.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"winston": "2.3.1"
},
"devDependencies": {
Expand Down