Skip to content

Commit

Permalink
fix(deps): update dependency psl to v1.13.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent f18a674 commit ac78669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@types/psl": "1.1.3",
"psl": "1.12.0"
"psl": "1.13.0"
},
"devDependencies": {
"@types/jest": "^29.5.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3603,10 +3603,10 @@ prompts@^2.0.1:
kleur "^3.0.3"
sisteransi "^1.0.5"

psl@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.12.0.tgz#8b09cba186ebee68c0d824c1b22944cf5b2ad42c"
integrity sha512-OVcqwt4qWJF9G0fnSEMNz7aSa1PiGX/IvSXDO+PpbDK3r/IJ3QX2iu8ywanYG07e9IaYDigMu+EapE8TdMZOJQ==
psl@1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.13.0.tgz#8b2357f13ef3cf546af3f52de00543a94da86cfa"
integrity sha512-BFwmFXiJoFqlUpZ5Qssolv15DMyc84gTBds1BjsV1BfXEo1UyyD7GsmN67n7J77uRhoSNW1AXtXKPLcBFQn9Aw==
dependencies:
punycode "^2.3.1"

Expand Down

0 comments on commit ac78669

Please sign in to comment.