Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b47147f

Browse files
authoredNov 23, 2023
Pin dependencies
1 parent a614154 commit b47147f

File tree

25 files changed

+192
-192
lines changed

25 files changed

+192
-192
lines changed
 

‎apps/st2-actions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"@stackstorm/module-time": "^2.4.3",
6464
"@stackstorm/module-title": "^2.4.3",
6565
"@stackstorm/module-view": "^2.4.3",
66-
"classnames": "^2.2.6",
66+
"classnames": "2.3.2",
6767
"lodash": "4.17.21",
6868
"prop-types": "15.7.2",
6969
"react": "16.8.6",
7070
"react-dom": "16.8.6",
7171
"react-redux": "7.0.2",
72-
"redux": "^4.0.1"
72+
"redux": "4.2.1"
7373
},
7474
"devDependencies": {
7575
"@stackstorm/st2-style": "2.4.3"

‎apps/st2-history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@stackstorm/module-time": "^2.4.3",
6666
"@stackstorm/module-title": "^2.4.3",
6767
"@stackstorm/module-view": "^2.4.3",
68-
"classnames": "^2.2.6",
68+
"classnames": "2.3.2",
6969
"lodash": "4.17.21",
7070
"prop-types": "15.7.2",
7171
"react": "16.8.6",

‎apps/st2-inquiry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@stackstorm/module-router": "^2.4.3",
5959
"@stackstorm/module-store": "^2.4.3",
6060
"@stackstorm/module-title": "^2.4.3",
61-
"classnames": "^2.2.6",
61+
"classnames": "2.3.2",
6262
"lodash": "4.17.21",
6363
"prop-types": "15.7.2",
6464
"react": "16.8.6",

‎apps/st2-packs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@stackstorm/module-router": "^2.4.3",
5858
"@stackstorm/module-store": "^2.4.3",
5959
"@stackstorm/module-title": "^2.4.3",
60-
"classnames": "^2.2.6",
60+
"classnames": "2.3.2",
6161
"lodash": "4.17.21",
6262
"prop-types": "15.7.2",
6363
"react": "16.8.6",

‎apps/st2-rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@stackstorm/module-store": "^2.4.3",
6363
"@stackstorm/module-time": "^2.4.3",
6464
"@stackstorm/module-title": "^2.4.3",
65-
"classnames": "^2.2.6",
65+
"classnames": "2.3.2",
6666
"lodash": "4.17.21",
6767
"prop-types": "15.7.2",
6868
"react": "16.8.6",

‎apps/st2-triggers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@stackstorm/module-store": "^2.4.3",
5959
"@stackstorm/module-time": "^2.4.3",
6060
"@stackstorm/module-title": "^2.4.3",
61-
"classnames": "^2.2.6",
61+
"classnames": "2.3.2",
6262
"lodash": "4.17.21",
6363
"prop-types": "15.7.2",
6464
"react": "16.8.6",

‎apps/st2-workflows/package.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@babel/plugin-transform-async-to-generator": "^7.4.0",
49-
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
48+
"@babel/plugin-transform-async-to-generator": "7.22.5",
49+
"@babel/plugin-transform-flow-strip-types": "7.22.5",
5050
"@stackstorm/module-api": "^2.4.3",
5151
"@stackstorm/module-router": "^2.4.3",
5252
"@stackstorm/module-store": "^2.4.3",
@@ -56,22 +56,22 @@
5656
"@stackstorm/st2flow-header": "1.0.0",
5757
"@stackstorm/st2flow-model": "1.0.0-pre.5",
5858
"@stackstorm/st2flow-palette": "1.0.0",
59-
"babel-eslint": "^10.0.1",
60-
"classnames": "^2.2.5",
61-
"eslint-plugin-flowtype": "^3.5.1",
62-
"eventemitter3": "^3.1.0",
63-
"gulp-uglify-es": "^1.0.4",
64-
"insert-css": "^2.0.0",
65-
"lodash": "^4.17.21",
66-
"moment": "^2.29.4",
67-
"prop-types": "^15.6.0",
68-
"react": "^16.8.4",
69-
"react-dom": "^16.8.4",
70-
"react-hotkeys": "^1.1.4",
71-
"react-redux": "^6.0.1",
72-
"react-router-dom": "^5.0.0",
73-
"redux": "^4.0.1",
74-
"urijs": "^1.19.11"
59+
"babel-eslint": "10.1.0",
60+
"classnames": "2.3.2",
61+
"eslint-plugin-flowtype": "3.13.0",
62+
"eventemitter3": "3.1.2",
63+
"gulp-uglify-es": "1.0.4",
64+
"insert-css": "2.0.0",
65+
"lodash": "4.17.21",
66+
"moment": "2.29.4",
67+
"prop-types": "15.8.1",
68+
"react": "16.14.0",
69+
"react-dom": "16.14.0",
70+
"react-hotkeys": "1.1.4",
71+
"react-redux": "6.0.1",
72+
"react-router-dom": "5.3.4",
73+
"redux": "4.2.1",
74+
"urijs": "1.19.11"
7575
},
7676
"devDependencies": {
7777
"@babel/core": "7.4.3",
@@ -86,23 +86,23 @@
8686
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
8787
"@stackstorm/module-test-utils": "^2.4.3",
8888
"@stackstorm/st2-build": "^2.4.2",
89-
"babelify": "^10.0.0",
90-
"browserify": "^16.2.3",
91-
"chai": "^4.1.2",
92-
"eslint": "^5.16.0",
89+
"babelify": "10.0.0",
90+
"browserify": "16.5.2",
91+
"chai": "4.3.10",
92+
"eslint": "5.16.0",
9393
"eslint-plugin-notice": "0.7.8",
94-
"eslint-plugin-react": "^7.12.4",
95-
"flow-bin": "^0.96.0",
96-
"ignore-styles": "^5.0.1",
97-
"lerna": "^3.4.3",
98-
"less": "^3.9.0",
99-
"postcss": "^8.4.31",
94+
"eslint-plugin-react": "7.33.2",
95+
"flow-bin": "0.96.0",
96+
"ignore-styles": "5.0.1",
97+
"lerna": "3.22.1",
98+
"less": "3.13.1",
99+
"postcss": "8.4.31",
100100
"postcss-import": "12.0.1",
101101
"postcss-nested": "4.1.2",
102102
"postcss-preset-env": "6.6.0",
103-
"request": "^2.69.0",
104-
"sinon": "^7.3.1",
105-
"sinon-chai": "^3.3.0",
106-
"zombie": "^6.1.4"
103+
"request": "2.88.2",
104+
"sinon": "7.5.0",
105+
"sinon-chai": "3.7.0",
106+
"zombie": "6.1.4"
107107
}
108108
}

‎modules/st2-action-reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"devDependencies": {
6363
"@stackstorm/module-test-utils": "^2.4.3",
6464
"@stackstorm/st2-style": "2.4.3",
65-
"chai": "^4.2.0"
65+
"chai": "4.3.10"
6666
}
6767
}

‎modules/st2-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"@stackstorm/module-test-utils": "2.4.3",
38-
"chai": "^4.2.0"
38+
"chai": "4.3.10"
3939
}
4040
}

‎modules/st2-auto-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"@stackstorm/st2-style": "2.4.3",
6666
"chai": "4.2.0",
6767
"sinon": "7.3.2",
68-
"sinon-chai": "^3.3.0"
68+
"sinon-chai": "3.7.0"
6969
}
7070
}

‎modules/st2-filter-expandable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"devDependencies": {
3333
"@stackstorm/st2-style": "2.4.3",
34-
"chai": "^4.2.0"
34+
"chai": "4.3.10"
3535
}
3636
}

‎modules/st2-flow-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@stackstorm/st2-style": "2.4.3",
6363
"@stackstorm/module-test-utils": "^2.4.3",
6464
"chai": "4.2.0",
65-
"classnames": "^2.2.6"
65+
"classnames": "2.3.2"
6666
}
6767
}

‎modules/st2-menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"@stackstorm/module-test-utils": "^2.4.3",
6565
"@stackstorm/st2-style": "2.4.3",
6666
"chai": "4.2.0",
67-
"classnames": "^2.2.6"
67+
"classnames": "2.3.2"
6868
}
6969
}

‎modules/st2-pack-icon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@stackstorm/st2-style": "2.4.3",
6464
"@stackstorm/module-test-utils": "^2.4.3",
6565
"chai": "4.2.0",
66-
"classnames": "^2.2.6",
67-
"moxios": "^0.4.0"
66+
"classnames": "2.3.2",
67+
"moxios": "0.4.0"
6868
}
6969
}

‎modules/st2-panel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"@stackstorm/st2-style": "2.4.3",
6262
"@stackstorm/module-test-utils": "^2.4.3",
6363
"chai": "4.2.0",
64-
"classnames": "^2.2.6"
64+
"classnames": "2.3.2"
6565
}
6666
}

‎modules/st2-remote-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"@stackstorm/st2-style": "2.4.3",
6161
"@stackstorm/module-test-utils": "^2.4.3",
6262
"chai": "4.2.0",
63-
"classnames": "^2.2.6"
63+
"classnames": "2.3.2"
6464
}
6565
}

‎modules/st2flow-canvas/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"devDependencies": {
5353
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5454
"babelify": "10.0.0",
55-
"classnames": "^2.2.6",
55+
"classnames": "2.3.2",
5656
"postcss": "8.4.31",
57-
"postcss-color-mod-function": "^3.0.3",
57+
"postcss-color-mod-function": "3.0.3",
5858
"postcss-import": "12.0.1",
5959
"postcss-nested": "4.1.2",
6060
"postcss-preset-env": "6.6.0"

‎modules/st2flow-editor/package.json

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

‎modules/st2flow-header/package.json

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

‎modules/st2flow-model/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"eventemitter3": "^3.1.0"
3535
},
3636
"devDependencies": {
37-
"babelify": "^10.0.0",
38-
"chai-subset": "^1.6.0",
39-
"js-yaml": "^3.12.0"
37+
"babelify": "10.0.0",
38+
"chai-subset": "1.6.0",
39+
"js-yaml": "3.14.1"
4040
}
4141
}

‎modules/st2flow-palette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5151
"babelify": "10.0.0",
52-
"classnames": "^2.2.6",
52+
"classnames": "2.3.2",
5353
"postcss": "8.4.31",
5454
"postcss-import": "12.0.1",
5555
"postcss-nested": "4.1.2",

‎modules/st2flow-perf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"babelify": "^10.0.0"
27+
"babelify": "10.0.0"
2828
},
2929
"dependencies": {
3030
"debug": "^4.0.1"

‎modules/st2flow-yaml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"devDependencies": {
30-
"babelify": "^10.0.0"
30+
"babelify": "10.0.0"
3131
},
3232
"dependencies": {
3333
"@stackstorm/st2flow-perf": "1.0.0-pre.5",

‎package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -68,37 +68,37 @@
6868
"@stackstorm/module-api": "^2.4.3",
6969
"@stackstorm/module-router": "^2.4.3",
7070
"@stackstorm/module-store": "^2.4.3",
71-
"acorn": "^6.4.1",
71+
"acorn": "6.4.2",
7272
"axios": "^0.24.0",
73-
"elliptic": "^6.5.4",
74-
"glob-parent": "^6.0.2",
75-
"js-yaml": "^3.13.1",
76-
"kind-of": "^6.0.3",
73+
"elliptic": "6.5.4",
74+
"glob-parent": "6.0.2",
75+
"js-yaml": "3.14.1",
76+
"kind-of": "6.0.3",
7777
"lodash": "4.17.21",
78-
"minimatch": "^3.0.4",
79-
"mixin-deep": "^1.3.2",
78+
"minimatch": "3.1.2",
79+
"mixin-deep": "1.3.2",
8080
"moment": "2.29.4",
8181
"node": "20.8.1",
82-
"node-uuid": "^1.4.8",
83-
"open": "^8.4.0",
84-
"qs": "^6.10.2",
82+
"node-uuid": "1.4.8",
83+
"open": "8.4.2",
84+
"qs": "6.11.2",
8585
"react": "16.8.6",
8686
"react-dom": "16.8.6",
8787
"react-redux": "7.0.2",
88-
"redux": "^4.0.1",
89-
"set-value": "^4.1.0",
90-
"tar": "^6.1.11",
91-
"trim-newlines": "^4.0.2",
92-
"urijs": "^1.19.11",
93-
"websocket-extensions": "^0.1.4"
88+
"redux": "4.2.1",
89+
"set-value": "4.1.0",
90+
"tar": "6.2.0",
91+
"trim-newlines": "4.1.1",
92+
"urijs": "1.19.11",
93+
"websocket-extensions": "0.1.4"
9494
},
9595
"devDependencies": {
9696
"@stackstorm/module-test-utils": "^2.4.3",
9797
"@stackstorm/st2-build": "^2.4.3",
9898
"babel-eslint": "10.0.1",
9999
"chai": "4.2.0",
100-
"eslint": "^6.2.1",
101-
"eslint-plugin-flowtype": "^3.5.1",
100+
"eslint": "6.8.0",
101+
"eslint-plugin-flowtype": "3.13.0",
102102
"eslint-plugin-notice": "0.7.8",
103103
"eslint-plugin-react": "7.12.4",
104104
"gulp": "4.0.1",
@@ -107,6 +107,6 @@
107107
"zombie": "5.0.8"
108108
},
109109
"resolutions": {
110-
"open": "^8.4.0"
110+
"open": "8.4.2"
111111
}
112112
}

‎yarn.lock

+114-114
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.