Skip to content

Commit

Permalink
Merge pull request #791 from bgaeddert/package-updates
Browse files Browse the repository at this point in the history
Updated lodash 4.17.12 to 4.17.19
  • Loading branch information
JP Bourget authored Jul 31, 2020
2 parents 462c122 + 9242b4c commit b3b7b62
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 24 deletions.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ST2_HOST: localhost
ST2_USERNAME: admin
ST2_PASSWORD: 123
ST2_TEST_ENVIRONMENT: https://github.com/StackStorm/st2-docker
steps:
- checkout
- run:
Expand Down Expand Up @@ -71,7 +72,11 @@ jobs:
sudo chmod +x /usr/local/bin/docker-compose
- run:
name: Clone test containers
command: git clone --depth 1 https://github.com/StackStorm/st2-docker ~/st2-docker
command: |
# Use DEPRECATED/all-in-one for now, we'll have to circle back around
# and fix this to use the master branch
echo "Cloning ${ST2_DOCKER_BRANCH:-DEPRECATED/all-in-one} branch of st2-docker"
git clone --branch ${ST2_DOCKER_BRANCH:-DEPRECATED/all-in-one} --depth 1 ${ST2_TEST_ENVIRONMENT} ~/st2-docker
- run:
name: Update env variables for test containers
command: |
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"@stackstorm/module-view": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-api": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"@stackstorm/module-view": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-inquiry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-triggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"lodash": "4.17.12",
"lodash": "4.17.19",
"react": "16.8.6",
"react-dom": "16.8.6",
"axios": "^0.18.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-auto-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@stackstorm/module-value-format": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-criteria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@stackstorm/module-auto-form": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-filter-expandable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"lodash": "4.17.12"
"lodash": "4.17.19"
},
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-flex-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"@stackstorm/module-store": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"access": "public"
},
"dependencies": {
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-portion-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"access": "public"
},
"dependencies": {
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-proportional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"lodash": "4.17.12",
"lodash": "4.17.19",
"react": "16.8.6",
"react-dom": "16.8.6"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-login": "^2.4.3",
"lodash": "4.17.12",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@stackstorm/module-store": "^2.4.3",
"moment": "2.24.0",
"urijs": "1.19.1",
"lodash": "4.17.12",
"lodash": "4.17.19",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"gulp-uglify-es": "1.0.4",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"lodash": "4.17.12",
"lodash": "4.17.19",
"mocha": "6.1.4",
"pathmodify": "0.5.0",
"require-dir": "1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5342,10 +5342,10 @@ lodash.values@~2.4.1:
dependencies:
lodash.keys "~2.4.1"

[email protected].12:
version "4.17.12"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.12.tgz#a712c74fdc31f7ecb20fe44f157d802d208097ef"
integrity sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA==
[email protected].19:
version "4.17.19"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

lodash@>=2.4.0, lodash@^4.17.11:
version "4.17.11"
Expand Down

0 comments on commit b3b7b62

Please sign in to comment.