Skip to content

Commit

Permalink
fix: upgrade babel-loader from 8.0.6 to 8.1.0 (#1363)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade babel-loader from 8.0.6 to 8.1.0.

See this package in NPM:
https://www.npmjs.com/package/babel-loader

See this project in Snyk:
https://app.snyk.io/org/cds-snc/project/37642e46-d4bb-4ae9-851f-ab09a7ae7243?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Victoria Chan <39972942+victoriachanimal@users.noreply.github.com>
  • Loading branch information
snyk-bot and victoriachanimal committed Apr 15, 2020
1 parent b604fb3 commit 4faa892
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 9 deletions.
78 changes: 71 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "webpack.config.js",
"dependencies": {
"@babel/core": "^7.9.0",
"babel-loader": "^8.0.6",
"@babel/core": "^7.8.7",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^2.1.1",
"express": "^4.17.1",
Expand Down

0 comments on commit 4faa892

Please sign in to comment.