Skip to content

Commit f4ab3c4

Browse files
Merge pull request #110 from RobotlegsJS/tslib-1.11.1
Update tslib to the latest version 🚀
2 parents 18a2dc8 + d683720 commit f4ab3c4

File tree

3 files changed

+188
-168
lines changed

3 files changed

+188
-168
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Types of changes:
4747

4848
- Add **Enterprise Support** information (see #108).
4949

50+
#### Changed
51+
52+
- Update `tslib` to version `1.11.1` (see #110).
53+
5054
#### Security
5155

5256
- Migrate to [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to solve security vulnerability (see #106).

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,15 @@
7474
},
7575
"dependencies": {
7676
"@robotlegsjs/core": "^1.0.3",
77-
"@robotlegsjs/signals": "^1.0.3"
77+
"@robotlegsjs/signals": "^1.0.3",
78+
"tslib": "^1.11.1"
7879
},
7980
"devDependencies": {
8081
"@istanbuljs/nyc-config-typescript": "^1.0.1",
8182
"@types/bluebird": "^3.5.29",
82-
"@types/chai": "^4.2.8",
83+
"@types/chai": "^4.2.9",
8384
"@types/mocha": "^7.0.1",
84-
"@types/sinon": "^7.5.1",
85+
"@types/sinon": "^7.5.2",
8586
"@types/webpack-env": "^1.15.1",
8687
"bluebird": "^3.7.2",
8788
"browserify-versionify": "^1.0.6",
@@ -101,24 +102,24 @@
101102
"karma-sourcemap-loader": "^0.3.7",
102103
"karma-sourcemap-writer": "^0.1.2",
103104
"karma-webpack": "^4.0.2",
104-
"mocha": "^7.0.1",
105+
"mocha": "^7.1.0",
105106
"nyc": "^15.0.0",
106107
"prettier": "^1.19.1",
107108
"publish-please": "^5.5.1",
108109
"puppeteer": "^2.1.1",
109110
"reflect-metadata": "^0.1.13",
110111
"rimraf": "^3.0.2",
111-
"sinon": "^8.1.1",
112-
"sinon-chai": "^3.4.0",
112+
"sinon": "^9.0.0",
113+
"sinon-chai": "^3.5.0",
113114
"source-map-support": "^0.5.16",
114-
"terser-webpack-plugin": "^2.3.4",
115+
"terser-webpack-plugin": "^2.3.5",
115116
"ts-loader": "^6.2.1",
116117
"ts-node": "^8.6.2",
117118
"tslint": "^6.0.0",
118119
"tslint-config-prettier": "^1.18.0",
119-
"typescript": "^3.7.5",
120-
"webpack": "^4.41.5",
121-
"webpack-cli": "^3.3.10",
120+
"typescript": "^3.8.3",
121+
"webpack": "^4.41.6",
122+
"webpack-cli": "^3.3.11",
122123
"webpack-dev-server": "^3.10.3"
123124
},
124125
"peerDependencies": {}

0 commit comments

Comments
 (0)