Skip to content

Commit

Permalink
Bump smartystreets-javascript-sdk from 2.1.2 to 3.2.0 in /frontend (#…
Browse files Browse the repository at this point in the history
…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](smarty/smartystreets-javascript-sdk@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] <[email protected]>

* fix smarty urls

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bob Zhao <[email protected]>
  • Loading branch information
dependabot[bot] and fzhao99 authored Oct 11, 2023
1 parent 862a462 commit 7fc103e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
72 changes: 36 additions & 36 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<% if (process.env.NODE_ENV !== 'development') { %>
<meta
http-equiv="Content-Security-Policy"
content="
<head>
<% if (process.env.NODE_ENV !== 'development') { %>
<meta
http-equiv="Content-Security-Policy"
content="
%REACT_APP_CONTENT_SECURITY_POLICY_DEFAULT_SRC%
%REACT_APP_CONTENT_SECURITY_POLICY_SCRIPT_SRC%
style-src 'self' 'unsafe-inline';
img-src 'self' https://touchpoints.app.cloud.gov https://hhs-prime.okta.com https://hhs-prime.oktapreview.com data:;
connect-src 'self' https://us-street.api.smartystreets.com https://us-zipcode.api.smartystreets.com www.google-analytics.com https://touchpoints.app.cloud.gov https://dc.services.visualstudio.com/v2/track https://*.applicationinsights.azure.com %REACT_APP_BACKEND_URL%/ ;
connect-src 'self' https://us-street.api.smarty.com https://us-zipcode.api.smarty.com www.google-analytics.com https://touchpoints.app.cloud.gov https://dc.services.visualstudio.com/v2/track https://*.applicationinsights.azure.com %REACT_APP_BACKEND_URL%/ ;
frame-src 'self' https://www.youtube.com;
">
<% } %>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="%REACT_APP_DESCRIPTION%"
/>
<meta name="robots" content="noindex" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>%REACT_APP_TITLE%</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
<% } %>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="%REACT_APP_DESCRIPTION%"
/>
<meta name="robots" content="noindex" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>%REACT_APP_TITLE%</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `yarn start`.
To create a production bundle, use `yarn build`.
-->
</body>
To begin the development, run `yarn start`.
To create a production bundle, use `yarn build`.
-->
</body>
</html>
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7fc103e

Please sign in to comment.