Browse Source

Bump dotenv from 10.0.0 to 15.0.0 in /kafka-ui-react-app (#1518)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 15.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v15.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
5f9bd35674
2 changed files with 10 additions and 4 deletions
  1. 9 3
      kafka-ui-react-app/package-lock.json
  2. 1 1
      kafka-ui-react-app/package.json

+ 9 - 3
kafka-ui-react-app/package-lock.json

@@ -8862,9 +8862,9 @@
       }
     },
     "dotenv": {
-      "version": "10.0.0",
-      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
-      "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
+      "version": "15.0.0",
+      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-15.0.0.tgz",
+      "integrity": "sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==",
       "dev": true
     },
     "dotenv-expand": {
@@ -17780,6 +17780,12 @@
             "ms": "2.1.2"
           }
         },
+        "dotenv": {
+          "version": "10.0.0",
+          "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
+          "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
+          "dev": true
+        },
         "electron-to-chromium": {
           "version": "1.4.47",
           "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.47.tgz",

+ 1 - 1
kafka-ui-react-app/package.json

@@ -101,7 +101,7 @@
     "@typescript-eslint/eslint-plugin": "^5.10.0",
     "@typescript-eslint/parser": "^5.10.0",
     "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
-    "dotenv": "^10.0.0",
+    "dotenv": "^15.0.0",
     "enzyme": "^3.11.0",
     "enzyme-to-json": "^3.6.1",
     "eslint": "^8.7.0",