diff --git a/package-lock.json b/package-lock.json index 3819a17df155..751e8985af23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "@octokit/rest": "^18.12.0", "@types/github-slugger": "^1.3.0", "@types/imurmurhash": "^0.1.1", - "@types/js-cookie": "^3.0.0", + "@types/js-cookie": "^3.0.1", "@types/lodash": "^4.14.176", "@types/react": "^17.0.33", "@types/react-dom": "^17.0.10", @@ -3950,9 +3950,9 @@ } }, "node_modules/@types/js-cookie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.0.tgz", - "integrity": "sha512-GDVwSzwBm4OdQajFCit2UMxskZVcOhs/hYeOvzVW1R+iW6ZOVIBgD+RSrYCtPT0pNBnwNgRaoPPKfoXcwDo+hg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.1.tgz", + "integrity": "sha512-7wg/8gfHltklehP+oyJnZrz9XBuX5ZPP4zB6UsI84utdlkRYLnOm2HfpLXazTwZA+fpGn0ir8tGNgVnMEleBGQ==", "dev": true }, "node_modules/@types/json-schema": { @@ -25854,9 +25854,9 @@ } }, "@types/js-cookie": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.0.tgz", - "integrity": "sha512-GDVwSzwBm4OdQajFCit2UMxskZVcOhs/hYeOvzVW1R+iW6ZOVIBgD+RSrYCtPT0pNBnwNgRaoPPKfoXcwDo+hg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.1.tgz", + "integrity": "sha512-7wg/8gfHltklehP+oyJnZrz9XBuX5ZPP4zB6UsI84utdlkRYLnOm2HfpLXazTwZA+fpGn0ir8tGNgVnMEleBGQ==", "dev": true }, "@types/json-schema": { diff --git a/package.json b/package.json index f9c2a90eb017..aba3e90827bf 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@octokit/rest": "^18.12.0", "@types/github-slugger": "^1.3.0", "@types/imurmurhash": "^0.1.1", - "@types/js-cookie": "^3.0.0", + "@types/js-cookie": "^3.0.1", "@types/lodash": "^4.14.176", "@types/react": "^17.0.33", "@types/react-dom": "^17.0.10",