diff --git a/package-lock.json b/package-lock.json index 6a9473ed6a..5b2a129ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,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.34", "@types/react-dom": "^17.0.11", @@ -3957,9 +3957,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": { @@ -25545,9 +25545,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 a3700dd13b..b552fe17c7 100644 --- a/package.json +++ b/package.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.34", "@types/react-dom": "^17.0.11",