Skip to content

Commit

Permalink
fix(deps): update dependency @imgix/js-core to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2023
1 parent 83d102d commit 3b286ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"webpack": "5.74.0"
},
"dependencies": {
"@imgix/js-core": "3.6.0",
"@imgix/js-core": "3.8.0",
"camel-case": "^4.1.2",
"common-tags": "^1.8.0",
"debug": "^4.3.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1366,14 +1366,14 @@
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@imgix/js-core@3.6.0":
version "3.6.0"
resolved "https://registry.npmjs.org/@imgix/js-core/-/js-core-3.6.0.tgz"
integrity sha512-00qsHfyk7HvSj5NJdLA5O2QeBUVPM0khpO0qQvyMBmVP9aZaYJWkMd1IXQm0TUvcI1+Ja2mvdPzRYULFCiQBTg==
"@imgix/js-core@3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@imgix/js-core/-/js-core-3.8.0.tgz#630bc4fba8cb968d8c0e8298a2be71e39d75b8b8"
integrity sha512-kvLmsODQq7W17UuhDIffimlKN+AUTgtQCgD8kpPN0gglvaqR1VZKXl4gB5eAUXgrwNgi5hRDl5XYAMFRPIUztw==
dependencies:
js-base64 "~3.7.0"
md5 "^2.2.1"
ufo "^0.7.10"
ufo "^1.0.0"

"@isaacs/string-locale-compare@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -13541,10 +13541,10 @@ ua-parser-js@^0.7.30:
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz"
integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==

ufo@^0.7.10:
version "0.7.11"
resolved "https://registry.npmjs.org/ufo/-/ufo-0.7.11.tgz"
integrity sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==
ufo@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.1.0.tgz#a5c4c814b0a98f7e0ca42c478688663fd3e3c037"
integrity sha512-LQc2s/ZDMaCN3QLpa+uzHUOQ7SdV0qgv3VBXOolQGXTaaZpIur6PwUclF5nN2hNkiTRcUugXd1zFOW3FLJ135Q==

uglify-js@^3.1.4:
version "3.15.3"
Expand Down

0 comments on commit 3b286ee

Please sign in to comment.