Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Update version of mkdirp #3266

Merged
merged 4 commits into from
Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/utilities/moment-timezone-include/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 1.1.3 | [PR#3266](https://github.com/bbc/psammead/pull/3266) Update version `mkdirp` to remove `minimist` vulnerability |
| 1.1.2 | [PR#1960](https://github.com/bbc/psammead/pull/1960) Use object spread syntax instead of object.assign |
| 1.1.1 | [PR#1803](https://github.com/bbc/psammead/pull/1803/) Patches broken links on badges in documentation |
| 1.1.0 | [PR#1794](https://github.com/bbc/psammead/pull/1794) Add david dependency badges |
Expand Down
24 changes: 11 additions & 13 deletions packages/utilities/moment-timezone-include/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/utilities/moment-timezone-include/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/moment-timezone-include",
"version": "1.1.2",
"version": "1.1.3",
"description": "Webpack plugin and timezone data includes to pull in specific timezone data into desired chunks.",
"main": "./dist/index.js",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"find-cache-dir": "^3.0.0",
"mkdirp": "^0.5.1",
"mkdirp": "^0.5.3",
"object-hash": "^1.3.1",
"moment-timezone": "^0.5.26"
}
}
}