Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #35 from tokopedia/b_alchristleo_fix_security_issue
Browse files Browse the repository at this point in the history
build(package.json): fix vulnerable dependency
  • Loading branch information
alchristleo authored Aug 26, 2019
2 parents 0d3b87a + 6132ca3 commit 0bf67fb
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 35 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.4.1"></a>
# 0.4.1 (2019-08-21)


### Bug Fixes

* fix vulnerable dependencies ([#35](https://github.com/tokopedia/treats/issues/35)) ([3115568](https://github.com/tokopedia/treats/commit/3115568))

<a name="0.4.0"></a>
# 0.4.0 (2019-06-24)

Expand Down
4 changes: 2 additions & 2 deletions example/app-with-workbox/generate-sw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-with-workbox",
"version": "0.0.1",
"version": "0.0.2",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -22,6 +22,6 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.4.0"
"treats": "0.4.1"
}
}
4 changes: 2 additions & 2 deletions example/app-with-workbox/inject-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-with-workbox",
"version": "0.0.1",
"version": "0.0.2",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -22,6 +22,6 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.4.0"
"treats": "0.4.1"
}
}
4 changes: 2 additions & 2 deletions example/authoring-addons/my-first-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@treats/my-first-addons",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tokopedia Engineering",
"peerDependencies": {
"treats": "0.4.0"
"treats": "0.4.1"
}
}
4 changes: 2 additions & 2 deletions example/authoring-addons/my-treats-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-treats-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"@treats/my-first-addons": "^1.0.0",
"treats": "0.4.0"
"treats": "0.4.1"
}
}
4 changes: 2 additions & 2 deletions example/emotion-critical-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-example",
"version": "0.4.0",
"version": "0.4.1",
"description": "Emotion Critical CSS Example",
"license": "ISC",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"react-emotion": "9.2.12",
"treats": "0.4.0"
"treats": "0.4.1"
},
"devDependencies": {
"babel-plugin-emotion": "9.2.11"
Expand Down
4 changes: 2 additions & 2 deletions example/emotion-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-css",
"version": "0.4.0",
"version": "0.4.1",
"description": "Emotion CSS Example",
"license": "ISC",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"react-emotion": "9.2.12",
"treats": "0.4.0"
"treats": "0.4.1"
},
"devDependencies": {
"babel-plugin-emotion": "9.2.11"
Expand Down
4 changes: 2 additions & 2 deletions example/less-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less-css",
"version": "0.4.0",
"version": "0.4.1",
"description": "Less CSS example",
"license": "ISC",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"documentation:flush": "treats documentation flush src/"
},
"dependencies": {
"treats": "0.4.0",
"treats": "0.4.1",
"less": "2.3.1"
}
}
4 changes: 2 additions & 2 deletions example/sass-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-css",
"version": "0.4.0",
"version": "0.4.1",
"description": "Sass CSS example",
"license": "ISC",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"documentation:flush": "treats documentation flush src/"
},
"dependencies": {
"treats": "0.4.0",
"treats": "0.4.1",
"node-sass": "4.10.0"
}
}
4 changes: 2 additions & 2 deletions example/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "0.4.0",
"version": "0.4.1",
"description": "Styled Components Example",
"license": "ISC",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"styled-components": "4.1.1",
"treats": "0.4.0"
"treats": "0.4.1"
},
"devDependencies": {
"babel-plugin-styled-components": "1.8.0"
Expand Down
6 changes: 3 additions & 3 deletions example/tutorial-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo",
"version": "0.4.0",
"version": "0.4.1",
"description": "first todo app",
"license": "ISC",
"scripts": {
Expand All @@ -22,8 +22,8 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"@treats/addons-base": "0.4.0",
"@treats/addons-base": "0.4.1",
"axios": "^0.18.0",
"treats": "0.4.0"
"treats": "0.4.1"
}
}
4 changes: 2 additions & 2 deletions example/typescript-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "My First Treats App with Typescript Language!",
"license": "ISC",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.4.0",
"treats": "0.4.1",
"typescript": "3.2.2",
"@types/enzyme": "3.1.15",
"@types/jest": "23.3.10",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.4.0",
"version": "0.4.1",
"packages": [
"packages/*"
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treats-repo",
"version": "0.4.0",
"version": "0.4.1",
"description": "Tokopedia React Development Kits Repository",
"author": "Tokopedia Engineering",
"license": "Apache-2.0",
Expand Down Expand Up @@ -70,10 +70,10 @@
"lint-staged": "7.2.2",
"markdown-loader-jest": "0.1.1",
"prettier": "1.13.4",
"react": "16.4.2",
"react": "16.8.0",
"react-addons-test-utils": "15.6.2",
"react-dom": "16.4.2",
"react-hot-loader": "4.3.4",
"react-dom": "16.8.0",
"react-hot-loader": "4.6.0",
"react-test-renderer": "16.4.2",
"standard-version": "^4.4.0",
"stylelint": "8.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/addons-base/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@treats/addons-base",
"license": "Apache-2.0",
"version": "0.4.0",
"version": "0.4.1",
"description": "Treats Addons Base",
"main": "index.js",
"author": "Tokopedia Engineering",
"peerDependencies": {
"treats": "0.4.0"
"treats": "0.4.1"
},
"dependencies": {
"bluebird": "3.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.4.0<%if(USE_TYPESCRIPT)%>",
"treats": "0.4.1<%if(USE_TYPESCRIPT)%>",
"typescript": "3.2.2",
"@types/enzyme": "3.1.15",
"@types/jest": "23.3.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-treats-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-treats-app",
"license": "Apache-2.0",
"version": "0.4.0",
"version": "0.4.1",
"description": "Create Treats App",
"main": "./index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"fs-extra": "5.0.0",
"lodash.merge": "4.6.1",
"lodash.merge": "4.6.2",
"path": "0.12.7",
"yargs": "12.0.1",
"glob": "7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/treats/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "treats",
"license": "Apache-2.0",
"version": "0.4.0",
"version": "0.4.1",
"description": "Tokopedia React Development Kits",
"author": "Tokopedia Engineering",
"types": "./lib/treats.d.ts",
Expand Down Expand Up @@ -88,7 +88,7 @@
"jest-transform-graphql": "2.1.0",
"kill-port": "1.3.2",
"less-loader": "4.1.0",
"lodash.merge": "4.6.1",
"lodash.merge": "4.6.2",
"morgan": "1.9.1",
"node-fetch": "2.1.2",
"path": "0.12.7",
Expand Down

0 comments on commit 0bf67fb

Please sign in to comment.