diff --git a/package-lock.json b/package-lock.json index ef021e1..75aa19e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@types/lodash": "^4.14.191", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.11", - "@types/react-helmet": "^6.1.7", + "@types/react-helmet": "^6.1.8", "@umijs/fabric": "^2.11.1", "@umijs/max": "^4.0.70", "@umijs/openapi": "^1.8.1", @@ -7275,9 +7275,9 @@ } }, "node_modules/@types/react-helmet": { - "version": "6.1.7", - "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.7.tgz", - "integrity": "sha512-mUFOrdR3AIvHE8BEaqzfPEnR62xq5PHQJehhgNtj78x0d5NOxUCQ0j+r9OZ4RvB+prNZx9wvQnVW8ApFBX+fig==", + "version": "6.1.8", + "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.8.tgz", + "integrity": "sha512-UyJFvbGWO8xKvfCPFTt/DG/vsgkMqyXbUQAa1pSPco1Whw85Z3ypMEqoHtCDfoW4Qu8XgJp63jyXEhOa4te5Kw==", "dev": true, "dependencies": { "@types/react": "*" @@ -39857,9 +39857,9 @@ } }, "@types/react-helmet": { - "version": "6.1.7", - "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.7.tgz", - "integrity": "sha512-mUFOrdR3AIvHE8BEaqzfPEnR62xq5PHQJehhgNtj78x0d5NOxUCQ0j+r9OZ4RvB+prNZx9wvQnVW8ApFBX+fig==", + "version": "6.1.8", + "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.8.tgz", + "integrity": "sha512-UyJFvbGWO8xKvfCPFTt/DG/vsgkMqyXbUQAa1pSPco1Whw85Z3ypMEqoHtCDfoW4Qu8XgJp63jyXEhOa4te5Kw==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 80b23e6..6a17735 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/lodash": "^4.14.191", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.11", - "@types/react-helmet": "^6.1.7", + "@types/react-helmet": "^6.1.8", "@umijs/fabric": "^2.11.1", "@umijs/max": "^4.0.70", "@umijs/openapi": "^1.8.1",