Skip to content

Commit

Permalink
chore(deps): update dependency ufo to ^0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2021
1 parent 3fd9a65 commit b4c0235
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lodash": "^4.17.21",
"rc9": "^1.2.0",
"std-env": "^2.3.0",
"ufo": "^0.6.9"
"ufo": "^0.6.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"fs-extra": "^9.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^2.2.1",
"ufo": "^0.6.9"
"ufo": "^0.6.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"serve-placeholder": "^1.2.3",
"serve-static": "^1.14.1",
"server-destroy": "^1.0.1",
"ufo": "^0.6.9"
"ufo": "^0.6.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"serialize-javascript": "^5.0.1",
"signal-exit": "^3.0.3",
"ua-parser-js": "^0.7.24",
"ufo": "^0.6.9"
"ufo": "^0.6.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"node-fetch": "^2.6.1",
"ufo": "^0.6.9",
"ufo": "^0.6.10",
"unfetch": "^4.2.0",
"vue": "^2.6.12",
"vue-client-only": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fs-extra": "^9.1.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"ufo": "^0.6.9",
"ufo": "^0.6.10",
"vue": "^2.6.12",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.6.12"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12999,10 +12999,10 @@ ua-parser-js@^0.7.24:
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c"
integrity sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw==

ufo@^0.6.9:
version "0.6.9"
resolved "https://registry.npmjs.org/ufo/-/ufo-0.6.9.tgz#9f1f830d11ec059e957149002cbd1d34b3ddeab0"
integrity sha512-+Yr0CwPqrug7Svt6zZRhx+WcxGZaOws0JlWB+NHKCp+BOnds9jHFFyTYeigpRWGRDZDf1LiBKl2x5WbWhGhBVQ==
ufo@^0.6.10:
version "0.6.10"
resolved "https://registry.npmjs.org/ufo/-/ufo-0.6.10.tgz#c7ace9b8f72cb08c35e3a8c8edc76f062fbaa7d0"
integrity sha512-sMbJnrBcKKsbVyr6++hb0n9lCmrMqkJrNnJIOJ3sckeqY6NMfAULcRGbBWcASSnN1HDV3YqiGCPzi9RVs511bw==

uglify-js@^3.1.4, uglify-js@^3.5.1:
version "3.13.0"
Expand Down

0 comments on commit b4c0235

Please sign in to comment.