diff --git a/website/package-lock.json b/website/package-lock.json index 06906071b..fc39fa295 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -12950,9 +12950,9 @@ } }, "react-device-detect": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-1.12.1.tgz", - "integrity": "sha512-BQ7xIEHx0VqPBGEtEFJRybHnhZ1Qn3BXX8dRR3EKLRfSTKpITUw925VYCGnygZDpmgYSq5NX0IvHGhy0w7Sckg==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-1.13.1.tgz", + "integrity": "sha512-XTPgAMsUVHC5lMNUGiAeO2UfAfhMfjq0CBUM67eHnc9XfO7iESh6h/cffKV8VGgrZBX+dyuqJl23bLLHoav5Ig==", "requires": { "ua-parser-js": "^0.7.21" } diff --git a/website/package.json b/website/package.json index 6f5166587..5cfdd2ff9 100644 --- a/website/package.json +++ b/website/package.json @@ -4,46 +4,46 @@ "version": "0.0.1", "author": "HashiCorp", "dependencies": { - "@hashicorp/nextjs-scripts": "^10.0.2", - "@hashicorp/react-alert-banner": "^3.1.0", - "@hashicorp/react-button": "^2.2.1", - "@hashicorp/react-call-to-action": "^0.2.1", - "@hashicorp/react-case-study-slider": "^2.1.1", - "@hashicorp/react-content": "^4.0.0", - "@hashicorp/react-docs-page": "^4.0.0", - "@hashicorp/react-docs-sidenav": "^3.2.5", - "@hashicorp/react-global-styles": "^4.4.0", - "@hashicorp/react-head": "^1.1.1", - "@hashicorp/react-hero": "^3.1.2", - "@hashicorp/react-image": "^2.0.1", - "@hashicorp/react-inline-svg": "^1.0.0", - "@hashicorp/react-mega-nav": "^4.0.1-2", - "@hashicorp/react-product-downloader": "^4.0.2", - "@hashicorp/react-section-header": "^2.0.0", - "@hashicorp/react-subnav": "^3.2.3", - "@hashicorp/react-text-and-content": "^4.1.1", - "@hashicorp/react-text-split": "^0.3.1", + "@hashicorp/nextjs-scripts": "10.0.2", + "@hashicorp/react-alert-banner": "3.1.0", + "@hashicorp/react-button": "2.2.1", + "@hashicorp/react-call-to-action": "0.2.1", + "@hashicorp/react-case-study-slider": "2.1.1", + "@hashicorp/react-content": "4.0.0", + "@hashicorp/react-docs-page": "4.0.0", + "@hashicorp/react-docs-sidenav": "3.2.5", + "@hashicorp/react-global-styles": "4.4.0", + "@hashicorp/react-head": "1.1.1", + "@hashicorp/react-hero": "3.1.2", + "@hashicorp/react-image": "2.0.1", + "@hashicorp/react-inline-svg": "1.0.0", + "@hashicorp/react-mega-nav": "4.0.1-2", + "@hashicorp/react-product-downloader": "4.0.2", + "@hashicorp/react-section-header": "2.0.0", + "@hashicorp/react-subnav": "3.2.3", + "@hashicorp/react-text-and-content": "4.1.1", + "@hashicorp/react-text-split": "0.3.1", "@hashicorp/react-text-split-with-code": "0.1.1", - "@hashicorp/react-text-split-with-image": "^1.3.1", - "@hashicorp/react-use-cases": "^1.0.4", - "@hashicorp/react-vertical-text-block-list": "^2.0.1", - "algoliasearch": "^4.3.0", - "babel-plugin-import-glob-array": "^0.2.0", - "imagemin-mozjpeg": "^9.0.0", - "imagemin-optipng": "^8.0.0", - "imagemin-svgo": "^8.0.0", - "marked": "^0.7.0", + "@hashicorp/react-text-split-with-image": "1.3.1", + "@hashicorp/react-use-cases": "1.0.4", + "@hashicorp/react-vertical-text-block-list": "2.0.1", + "algoliasearch": "4.3.0", + "babel-plugin-import-glob-array": "0.2.0", + "imagemin-mozjpeg": "9.0.0", + "imagemin-optipng": "8.0.0", + "imagemin-svgo": "8.0.0", + "marked": "0.7.0", "next": "9.4.4", - "nuka-carousel": "^4.7.0", - "react": "^16.13.1", - "react-device-detect": "^1.12.1", - "react-dom": "^16.13.1" + "nuka-carousel": "4.7.0", + "react": "16.13.1", + "react-device-detect": "1.13.1", + "react-dom": "16.13.1" }, "devDependencies": { - "dart-linkcheck": "^2.0.15", - "husky": "^4.2.5", - "dotenv": "^8.2.0", - "prettier": "^2.0.5" + "dart-linkcheck": "2.0.15", + "husky": "4.2.5", + "dotenv": "8.2.0", + "prettier": "2.0.5" }, "husky": { "hooks": {