Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump smartystreets-javascript-sdk from 2.1.2 to 3.2.0 in /frontend #6699

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -17015,10 +17015,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