Skip to content

Commit 33d64bc

Browse files
authored
fix(package): add more modules to packager (#974)
fixes #966
1 parent 130d306 commit 33d64bc

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package-lock.json

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"hyperscript": "^2.0.2",
5656
"ignore": "^5.1.0",
5757
"ini": "^1.3.5",
58+
"ip-regex": "^4.1.0",
5859
"junit-report-builder": "1.3.1",
5960
"lodash": "4.17.11",
6061
"mime-types": "2.1.24",
@@ -77,6 +78,7 @@
7778
"uri-js": "4.2.2",
7879
"uuid": "3.3.2",
7980
"webpack": "4.33.0",
81+
"xregexp": "^4.2.4",
8082
"yargs": "13.2.2"
8183
},
8284
"devDependencies": {
@@ -110,8 +112,7 @@
110112
"proxyquire": "^2.1.0",
111113
"semantic-release": "^15.13.12",
112114
"sinon": "7.3.2",
113-
"unzip2": "0.2.5",
114-
"xregexp": "^4.2.4"
115+
"unzip2": "0.2.5"
115116
},
116117
"snyk": true,
117118
"lint-staged": {

src/parcel/packager-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
openwhisk: '3.18.0',
1818
'body-parser': '1.18.3',
1919
'cls-hooked': '4.2.2',
20-
request: '2.88.0',
20+
// request: '2.88.0',
2121
'request-promise': '4.2.2',
2222

2323
// webpack isn't really provided by the container, but it injects itself into the list of

0 commit comments

Comments
 (0)