Skip to content

Commit baa16d8

Browse files
authored
Merge pull request #1020 from enykeev/update_deps
Update additional dependencies
2 parents ba85bf2 + bf96ea5 commit baa16d8

File tree

12 files changed

+53
-263
lines changed

12 files changed

+53
-263
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in development
66

77
Changed
88
~~~~~~~
9-
* Updated various dependencies (security). #1009
9+
* Updated various dependencies (security). #1009, #1020
1010

1111
Contributed by @enykeev
1212

apps/st2-workflows/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"gulp-uglify-es": "^1.0.4",
6464
"insert-css": "^2.0.0",
6565
"lodash": "^4.17.21",
66-
"moment": "^2.18.1",
66+
"moment": "^2.29.4",
6767
"prop-types": "^15.6.0",
6868
"react": "^16.8.4",
6969
"react-dom": "^16.8.4",
@@ -96,7 +96,7 @@
9696
"ignore-styles": "^5.0.1",
9797
"lerna": "^3.4.3",
9898
"less": "^3.9.0",
99-
"postcss": "^7.0.14",
99+
"postcss": "^8.4.31",
100100
"postcss-import": "12.0.1",
101101
"postcss-nested": "4.1.2",
102102
"postcss-preset-env": "6.6.0",

modules/st2-auto-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"prop-types": "15.7.2",
5858
"react": "16.8.6",
5959
"react-dom": "16.8.6",
60-
"react-textarea-autosize": "5.2.1",
60+
"react-textarea-autosize": "7.1.2",
6161
"validator": "^13.0.0"
6262
},
6363
"devDependencies": {

modules/st2-style/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
4949
"normalize.css": "8.0.1",
5050
"babelify": "10.0.0",
51-
"postcss": "7.0.14",
51+
"postcss": "8.4.31",
5252
"postcss-import": "12.0.1",
5353
"postcss-nested": "4.1.2",
5454
"postcss-preset-env": "6.6.0"

modules/st2flow-canvas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5454
"babelify": "10.0.0",
5555
"classnames": "^2.2.6",
56-
"postcss": "7.0.14",
56+
"postcss": "8.4.31",
5757
"postcss-color-mod-function": "^3.0.3",
5858
"postcss-import": "12.0.1",
5959
"postcss-nested": "4.1.2",

modules/st2flow-details/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5555
"babelify": "10.0.0",
56-
"postcss": "7.0.14",
56+
"postcss": "8.4.31",
5757
"postcss-import": "12.0.1",
5858
"postcss-nested": "4.1.2",
5959
"postcss-preset-env": "6.6.0"

modules/st2flow-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5353
"babelify": "10.0.0",
5454
"classnames": "^2.2.6",
55-
"postcss": "7.0.14",
55+
"postcss": "8.4.31",
5656
"postcss-import": "12.0.1",
5757
"postcss-nested": "4.1.2",
5858
"postcss-preset-env": "6.6.0"

modules/st2flow-header/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5252
"babelify": "10.0.0",
5353
"classnames": "^2.2.6",
54-
"postcss": "7.0.14",
54+
"postcss": "8.4.31",
5555
"postcss-import": "12.0.1",
5656
"postcss-nested": "4.1.2",
5757
"postcss-preset-env": "6.6.0"

modules/st2flow-palette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5151
"babelify": "10.0.0",
5252
"classnames": "^2.2.6",
53-
"postcss": "7.0.14",
53+
"postcss": "8.4.31",
5454
"postcss-import": "12.0.1",
5555
"postcss-nested": "4.1.2",
5656
"postcss-preset-env": "6.6.0"

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@
7575
"js-yaml": "^3.13.1",
7676
"kind-of": "^6.0.3",
7777
"lodash": "4.17.21",
78-
"lodash.template": "^4.5.0",
7978
"minimatch": "^3.0.4",
8079
"mixin-deep": "^1.3.2",
81-
"moment": "2.24.0",
80+
"moment": "2.29.4",
8281
"node": "20.8.1",
8382
"node-uuid": "^1.4.8",
8483
"open": "^8.4.0",

tasks/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"chalk": "2.4.2",
4242
"css-extract": "1.3.1",
4343
"event-stream": "4.0.1",
44-
"express": "4.16.4",
4544
"fancy-log": "1.3.3",
4645
"fontello-update": "0.6.5",
4746
"git-rev-sync": "1.12.0",

0 commit comments

Comments
 (0)