diff --git a/package-lock.json b/package-lock.json index 5fe905c020a8..5f2c9a236004 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", @@ -3899,9 +3899,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": { @@ -25421,9 +25421,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 ef7fbfd6cdf7..2b01f1bc8c73 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",