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

Commit

Permalink
Merge pull request #3266 from bbc/update-mkdirp
Browse files Browse the repository at this point in the history
Update version of mkdirp
  • Loading branch information
FK78 committed Mar 18, 2020
2 parents 3c22178 + afee2aa commit 775f151
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
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"
}
}
}

0 comments on commit 775f151

Please sign in to comment.