Skip to content

Commit

Permalink
Bump dotenv-expand from 5.1.0 to 8.0.3
Browse files Browse the repository at this point in the history
Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 5.1.0 to 8.0.3.
- [Release notes](https://github.com/motdotla/dotenv-expand/releases)
- [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv-expand@v5.1.0...v8.0.3)

---
updated-dependencies:
- dependency-name: dotenv-expand
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2022
1 parent e101f3d commit 21b55fd
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 198 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@types/react-router-dom": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@webpack-cli/serve": "^1.6.1",
"@webpack-cli/serve": "^1.7.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"dotenv-expand": "^8.0.3",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -38,7 +38,7 @@
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^0.9.0",
"mini-css-extract-plugin": "^2.6.1",
"moment": "^2.24.0",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
Expand All @@ -59,7 +59,7 @@
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-twitter-auth": "0.0.13",
"resolve": "^1.15.1",
"resolve": "^1.22.1",
"resolve-url-loader": "^5.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.3",
Expand All @@ -69,13 +69,12 @@
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.0.0"
"webpack-merge": "^5.8.0"
},
"scripts": {
"start": "webpack serve --config webpack.dev.config.ts",
Expand Down
Loading

0 comments on commit 21b55fd

Please sign in to comment.