diff --git a/package-lock.json b/package-lock.json index 5c4586529..6c4ee2dae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26", - "@types/webpack-env": "^1.18.1", + "@types/webpack-env": "^1.18.2", "clean-webpack-plugin": "^4.0.0", "eslint-plugin-react": "^7.33.2", "react-hot-loader": "4.13.1", @@ -3015,9 +3015,9 @@ } }, "node_modules/@types/webpack-env": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.1.tgz", - "integrity": "sha512-D0HJET2/UY6k9L6y3f5BL+IDxZmPkYmPT4+qBrRdmRLYRuV0qNKizMgTvYxXZYn+36zjPeoDZAEYBCM6XB+gww==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.2.tgz", + "integrity": "sha512-BFqcTHHTrrI8EBmIzNAmLPP3IqtEG9J1IPFWbPeS/F0/TGNmo0pI5svOa7JbMF9vSCXQCvJWT2gxLJNVuf9blw==", "dev": true }, "node_modules/@types/webpack-sources": { @@ -17075,9 +17075,9 @@ } }, "@types/webpack-env": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.1.tgz", - "integrity": "sha512-D0HJET2/UY6k9L6y3f5BL+IDxZmPkYmPT4+qBrRdmRLYRuV0qNKizMgTvYxXZYn+36zjPeoDZAEYBCM6XB+gww==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.2.tgz", + "integrity": "sha512-BFqcTHHTrrI8EBmIzNAmLPP3IqtEG9J1IPFWbPeS/F0/TGNmo0pI5svOa7JbMF9vSCXQCvJWT2gxLJNVuf9blw==", "dev": true }, "@types/webpack-sources": { diff --git a/package.json b/package.json index 2ff010205..bf8aaa0a0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26", - "@types/webpack-env": "^1.18.1", + "@types/webpack-env": "^1.18.2", "clean-webpack-plugin": "^4.0.0", "eslint-plugin-react": "^7.33.2", "react-hot-loader": "4.13.1",