Skip to content

Commit d2b5bc8

Browse files
author
Mandi Cai
authored
Merge pull request #122 from texastribune/update-packages-2
Bump packages contributing vulnerabilities
2 parents 3e8c9cd + 78ba2f5 commit d2b5bc8

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Removed
1111
### Fixed
1212

13+
## [7.2.1] - 2022-04-20
14+
### Changed
15+
- `templates/__common__/_package.json` - update packages to address vulnerabilities
16+
1317
## [7.2.0] - 2022-03-15
1418
### Changed
1519
- `templates/__common__/config/tasks/graphics-meta.js` - check for `data-graphic` and `data-feature`, add `checkForAttribute` function to set the type of each template (graphic or feature) in the metadata based on the `data-` attribute

package-lock.json

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-visuals/create",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Create graphics and features the Data Visuals way.",
55
"scripts": {
66
"build:docs": "doctoc README.md --github",

templates/__common__/_package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"workspace:push": "node ./utils/deployment/push-workspace.js"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.0.0",
20+
"@babel/core": "^7.17.8",
2121
"@babel/plugin-proposal-class-properties": "^7.1.0",
2222
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
2323
"@babel/plugin-transform-react-jsx": "^7.0.0",
@@ -28,7 +28,7 @@
2828
"ansi-colors": "^3.2.3",
2929
"archieml": "^0.4.1",
3030
"assets-webpack-plugin": "^6.1.2",
31-
"autoprefixer": "^9.0.2",
31+
"autoprefixer": "^10.4.2",
3232
"aws-sdk": "^2.372.0",
3333
"babel-eslint": "^10.0.1",
3434
"babel-loader": "^8.0.0",
@@ -50,7 +50,7 @@
5050
"fast-glob": "^2.2.2",
5151
"fs-extra": "^7.0.0",
5252
"glob-watcher": "^5.0.3",
53-
"googleapis": "^83.0.0",
53+
"googleapis": "^99.0.0",
5454
"html-minifier": "^3.5.21",
5555
"imagemin": "^7.0.0",
5656
"imagemin-gifsicle": "^7.0.0",
@@ -60,7 +60,7 @@
6060
"journalize": "^2.1.0",
6161
"mime-types": "^2.1.17",
6262
"nunjucks": "^3.0.1",
63-
"postcss": "^7.0.2",
63+
"postcss": "^8.4.12",
6464
"postcss-flexbugs-fixes": "^4.1.0",
6565
"prettier": "^1.12.1",
6666
"puppeteer": "^5.5.0",

0 commit comments

Comments
 (0)