From 1eafa3d22a3c0b1cf494e896e216fc38bd3c720c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:36:38 +0000 Subject: [PATCH] Bump next-remove-imports from 1.0.7 to 1.0.8 in /clients/ops/admin-ui Bumps [next-remove-imports](https://github.com/uiwjs/next-remove-imports) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/uiwjs/next-remove-imports/releases) - [Commits](https://github.com/uiwjs/next-remove-imports/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: next-remove-imports dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- clients/ops/admin-ui/package-lock.json | 14 +++++++------- clients/ops/admin-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clients/ops/admin-ui/package-lock.json b/clients/ops/admin-ui/package-lock.json index 0acf039d0..fe2f951c4 100644 --- a/clients/ops/admin-ui/package-lock.json +++ b/clients/ops/admin-ui/package-lock.json @@ -24,7 +24,7 @@ "msw": "^0.42.0", "narrow-minded": "^1.1.1", "next": "12.1.0", - "next-remove-imports": "^1.0.7", + "next-remove-imports": "^1.0.8", "react": "^17.0.2", "react-dom": "^17.0.2", "react-feature-flags": "^1.0.0", @@ -10246,9 +10246,9 @@ } }, "node_modules/next-remove-imports": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/next-remove-imports/-/next-remove-imports-1.0.7.tgz", - "integrity": "sha512-/DJG20jxIinr7raDSXq8stwF4bB3STXbVwk7Jt2B1GPHdxP8XQQVitUfgf/xLKzw6aN6KnanLQFS3u7AFpJ0Cw==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/next-remove-imports/-/next-remove-imports-1.0.8.tgz", + "integrity": "sha512-nj0FDEmbHif9fTnET/K1gvBKJx1ulpTDcukK3QJus2qjzl5vIheo+0RvkUzwxy8OIdfzpI7mrSBG5Pt6+dLUFQ==", "dependencies": { "@babel/core": "^7.14.3", "babel-loader": "^8.2.2", @@ -20228,9 +20228,9 @@ } }, "next-remove-imports": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/next-remove-imports/-/next-remove-imports-1.0.7.tgz", - "integrity": "sha512-/DJG20jxIinr7raDSXq8stwF4bB3STXbVwk7Jt2B1GPHdxP8XQQVitUfgf/xLKzw6aN6KnanLQFS3u7AFpJ0Cw==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/next-remove-imports/-/next-remove-imports-1.0.8.tgz", + "integrity": "sha512-nj0FDEmbHif9fTnET/K1gvBKJx1ulpTDcukK3QJus2qjzl5vIheo+0RvkUzwxy8OIdfzpI7mrSBG5Pt6+dLUFQ==", "requires": { "@babel/core": "^7.14.3", "babel-loader": "^8.2.2", diff --git a/clients/ops/admin-ui/package.json b/clients/ops/admin-ui/package.json index 0bc9bf0f4..1af3f8f54 100644 --- a/clients/ops/admin-ui/package.json +++ b/clients/ops/admin-ui/package.json @@ -38,7 +38,7 @@ "msw": "^0.42.0", "narrow-minded": "^1.1.1", "next": "12.1.0", - "next-remove-imports": "^1.0.7", + "next-remove-imports": "^1.0.8", "react": "^17.0.2", "react-dom": "^17.0.2", "react-feature-flags": "^1.0.0",