Skip to content

Commit

Permalink
Bump @cloudflare/wrangler from 1.19.6 to 1.19.7 (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
dependabot[bot] and ludeeus authored Jan 11, 2022
1 parent 771322f commit 7b6198e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- published

env:
WRANGLER_VERSION: "1.19.6"
WRANGLER_VERSION: "1.19.7"
NODE_VERSION: "14.17.5"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@cloudflare/workers-types": "^3.3.0",
"@cloudflare/wrangler": "^1.19.6",
"@cloudflare/wrangler": "^1.19.7",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"jest": "^26.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@
resolved "https://registry.yarnpkg.com/@cloudflare/workers-types/-/workers-types-3.3.0.tgz#a05cf8e27bf007a93c6437bf22daa616b1b5fc42"
integrity sha512-3v3bm/hOuzNtHgDqPowrRE63H0GEn40LfhLMVpzS5yeg5tlE5nEQ0qobmGOJBCvJJ1LhgRRHZTJszXHs1DXQWg==

"@cloudflare/wrangler@^1.19.6":
version "1.19.6"
resolved "https://registry.yarnpkg.com/@cloudflare/wrangler/-/wrangler-1.19.6.tgz#9e31d27d6404946ef8d7b28515ff8736015e7c2a"
integrity sha512-fD0trhm9p5aSQBAtntxL7vePNn/ENzRV9LoF3s48MPbR28rQEu2bG9K7mgui5LagJ4EfJzG9AiN7tQSmK3W6Lg==
"@cloudflare/wrangler@^1.19.7":
version "1.19.7"
resolved "https://registry.yarnpkg.com/@cloudflare/wrangler/-/wrangler-1.19.7.tgz#264391e159302cf45336369f2c1672879e17bec2"
integrity sha512-za2r33ccJVTOtnnMl36VbiGw2Hw4QuQPxuzUfTwB6IgU1XdlBHvAS+OpXbDed5WE3sMs2ORGTQQfmilB9t7S1A==
dependencies:
axios "^0.21.1"
rimraf "^3.0.2"
Expand Down

0 comments on commit 7b6198e

Please sign in to comment.