From 8fd5d9500feaacc0d801354ed43b36bef1e1b425 Mon Sep 17 00:00:00 2001 From: Mandi Cai Date: Fri, 25 Mar 2022 15:44:53 -0500 Subject: [PATCH 1/3] Bump packages contributing vulnerabilities --- templates/__common__/_package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/__common__/_package.json b/templates/__common__/_package.json index 6478069d..faf35519 100644 --- a/templates/__common__/_package.json +++ b/templates/__common__/_package.json @@ -17,7 +17,7 @@ "workspace:push": "node ./utils/deployment/push-workspace.js" }, "devDependencies": { - "@babel/core": "^7.0.0", + "@babel/core": "^7.17.8", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-react-jsx": "^7.0.0", @@ -28,7 +28,7 @@ "ansi-colors": "^3.2.3", "archieml": "^0.4.1", "assets-webpack-plugin": "^6.1.2", - "autoprefixer": "^9.0.2", + "autoprefixer": "^10.4.2", "aws-sdk": "^2.372.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.0", @@ -50,7 +50,7 @@ "fast-glob": "^2.2.2", "fs-extra": "^7.0.0", "glob-watcher": "^5.0.3", - "googleapis": "^83.0.0", + "googleapis": "^99.0.0", "html-minifier": "^3.5.21", "imagemin": "^7.0.0", "imagemin-gifsicle": "^7.0.0", @@ -60,7 +60,7 @@ "journalize": "^2.1.0", "mime-types": "^2.1.17", "nunjucks": "^3.0.1", - "postcss": "^7.0.2", + "postcss": "^8.4.12", "postcss-flexbugs-fixes": "^4.1.0", "prettier": "^1.12.1", "puppeteer": "^5.5.0", From dad24685ea0c828de4f456cca24eae7dfcbfa9fb Mon Sep 17 00:00:00 2001 From: Mandi Cai Date: Wed, 20 Apr 2022 19:36:43 -0400 Subject: [PATCH 2/3] Update CHANGELOG, bump version --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 790f4980..21d2533b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed +## [7.2.1] - 2022-04-20 +### Changed +- `templates/__common__/_package.json` - update packages to address vulerabilities + ## [7.2.0] - 2022-03-15 ### Changed - `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 diff --git a/package-lock.json b/package-lock.json index 0b237176..7618d720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@data-visuals/create", - "version": "7.2.0", + "version": "7.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@data-visuals/create", - "version": "7.2.0", + "version": "7.2.1", "license": "MIT", "dependencies": { "ansi-colors": "^3.2.4", diff --git a/package.json b/package.json index a2540261..9691246c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@data-visuals/create", - "version": "7.2.0", + "version": "7.2.1", "description": "Create graphics and features the Data Visuals way.", "scripts": { "build:docs": "doctoc README.md --github", From 78ba2f5a85120f39361c12506a3122945bccbde7 Mon Sep 17 00:00:00 2001 From: Mandi Cai Date: Wed, 20 Apr 2022 19:37:57 -0400 Subject: [PATCH 3/3] Correct typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d2533b..d4e35aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.2.1] - 2022-04-20 ### Changed -- `templates/__common__/_package.json` - update packages to address vulerabilities +- `templates/__common__/_package.json` - update packages to address vulnerabilities ## [7.2.0] - 2022-03-15 ### Changed