Skip to content

Commit

Permalink
fix(deps): update dependency nanocolors to ^0.2.1 (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2021
1 parent a09282b commit bdaf5f7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"mocha": "^8.2.1",
"nanocolors": "^0.1.6",
"nanocolors": "^0.2.1",
"prettier": "^2.3.2",
"prettier-plugin-package": "^1.3.0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@web/dev-server-core": "^0.3.3",
"nanocolors": "^0.1.6",
"nanocolors": "^0.2.1",
"parse5": "^6.0.1",
"rollup": "^2.56.2",
"whatwg-url": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"debounce": "^1.2.0",
"deepmerge": "^4.2.2",
"ip": "^1.1.5",
"nanocolors": "^0.1.6",
"nanocolors": "^0.2.1",
"open": "^8.0.2",
"portfinder": "^1.0.28"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.2",
"log-update": "^4.0.0",
"nanocolors": "^0.1.6",
"nanocolors": "^0.2.1",
"nanoid": "^3.1.25",
"open": "^8.0.2",
"picomatch": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"convert-source-map": "^1.7.0",
"diff": "^5.0.0",
"globby": "^11.0.1",
"nanocolors": "^0.1.6",
"nanocolors": "^0.2.1",
"portfinder": "^1.0.28",
"source-map": "^0.7.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8145,10 +8145,10 @@ mustache@^2.3.2:
resolved "https://registry.yarnpkg.com/mustache/-/mustache-2.3.2.tgz#a6d4d9c3f91d13359ab889a812954f9230a3d0c5"
integrity sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==

nanocolors@^0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.6.tgz#bc2350d3edfdbfadd7ac018c855ae7c13905a6ad"
integrity sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ==
nanocolors@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.1.tgz#0dcc2d7952bd324b8e5ad0829d907e997acf3a97"
integrity sha512-2IoEVGHuRGjhAQFzbLdK38agBum4vWW4ods4b2h1FhU5SY/6B9DSLEMziQ8XzPSaitPDJtMnpXTGcGcOocDTXQ==

nanoid@3.1.20:
version "3.1.20"
Expand Down

0 comments on commit bdaf5f7

Please sign in to comment.