From 7fc103e0bc6e923b28f82357d2194017cc5fa00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:46:33 -0400 Subject: [PATCH] Bump smartystreets-javascript-sdk from 2.1.2 to 3.2.0 in /frontend (#6699) * Bump smartystreets-javascript-sdk from 2.1.2 to 3.2.0 in /frontend Bumps [smartystreets-javascript-sdk](https://github.com/smartystreets/smartystreets-javascript-sdk) from 2.1.2 to 3.2.0. - [Changelog](https://github.com/smarty/smartystreets-javascript-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/smartystreets/smartystreets-javascript-sdk/compare/2.1.2...3.2.0) --- updated-dependencies: - dependency-name: smartystreets-javascript-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix smarty urls --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bob Zhao --- frontend/package.json | 2 +- frontend/public/index.html | 72 +++++++++++++++++++------------------- frontend/yarn.lock | 8 ++--- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 44d993a220..55581c3dcf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "react-transition-group": "^4.4.5", "react-uid": "^2.3.3", "redux": "^4.2.1", - "smartystreets-javascript-sdk": "^2.1.2", + "smartystreets-javascript-sdk": "^3.2.0", "uuid": "^9.0.1", "yup": "^0.32.9" }, diff --git a/frontend/public/index.html b/frontend/public/index.html index 79365e7351..61fb1f22df 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,47 +1,47 @@ - - <% if (process.env.NODE_ENV !== 'development') { %> - - <% } %> - - - - - - - - - - %REACT_APP_TITLE% - - - -
- + + %REACT_APP_TITLE% + + + +
+ - +To begin the development, run `yarn start`. +To create a production bundle, use `yarn build`. +--> + diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ea89f5c3f4..f060d5fc02 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -17098,10 +17098,10 @@ slice-ansi@^4.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" -smartystreets-javascript-sdk@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/smartystreets-javascript-sdk/-/smartystreets-javascript-sdk-2.1.2.tgz#60d433b920cc6b8763e0067b6bc2ec5f485a3cba" - integrity sha512-F4mmyTfkDHYmsW8O2mGGztkMRyg+utQcXEYLxrKYWoWcyEfY65El876E7YoltL+CwoYSxcNUEQkJifUi1tEaLQ== +smartystreets-javascript-sdk@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/smartystreets-javascript-sdk/-/smartystreets-javascript-sdk-3.2.0.tgz#1f6f0e9353298a5f87755cb3fe1dd523fd033257" + integrity sha512-+67s2ISG9vivWMwduOl9d4Vba72ooqxw3TPf5KMXY4GUU4YbLF2/XMSBSM62Aou0GMrwjEHGAjC21k1F54lkQg== dependencies: axios "^0.26.1" axios-retry "3.2.0"