Skip to content

Commit

Permalink
fix: upgrades styled-components to remove @babel/traverse vulnerabili…
Browse files Browse the repository at this point in the history
…ty (#22)
  • Loading branch information
andres-rubio-go authored Apr 18, 2024
1 parent 41987fb commit 762dca4
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 125 deletions.
89 changes: 44 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,46 @@
{
"name": "looker-visualization",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build:legacy": "env NODE_OPTIONS='--openssl-legacy-provider' webpack",
"start": "webpack-dev-server --open",
"watch": "webpack --config webpack.config.js --watch --progress",
"format": "prettier --ignore-path .gitignore --write '**/*.js'"
},
"author": "Noah MacDonald <[email protected]>",
"private": true,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"acorn-jsx": "^5.0.2",
"babel-loader": "^8.1.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"d3": "^5.12.0",
"d3-svg-legend": "^2.25.6",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-react": "^7.14.3",
"js-yaml": "~3.13.1",
"jsdom": "^11.11.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"to-string-loader": "^1.1.5",
"react": "^16.8.3",
"react-dom": "^16.7.0",
"ssf": "^0.10.2",
"styled-components": "^4.3.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.1"
},
"resolutions": {
"js-yaml": "3.13.1"
}
"name": "looker-visualization",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build:legacy": "env NODE_OPTIONS='--openssl-legacy-provider' webpack",
"start": "webpack-dev-server --open",
"watch": "webpack --config webpack.config.js --watch --progress",
"format": "prettier --ignore-path .gitignore --write '**/*.js'"
},
"author": "Noah MacDonald <[email protected]>",
"private": true,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"acorn-jsx": "^5.0.2",
"babel-loader": "^8.1.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"d3": "^5.12.0",
"d3-svg-legend": "^2.25.6",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-react": "^7.14.3",
"js-yaml": "~3.13.1",
"jsdom": "^11.11.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"react": "^16.8.3",
"react-dom": "^16.7.0",
"ssf": "^0.10.2",
"styled-components": "6.1.8",
"to-string-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.1"
},
"resolutions": {
"js-yaml": "3.13.1"
}
}
Loading

0 comments on commit 762dca4

Please sign in to comment.