Skip to content

Commit ac78669

Browse files
fix(deps): update dependency psl to v1.13.0 (#354)
1 parent f18a674 commit ac78669

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@types/psl": "1.1.3",
46-
"psl": "1.12.0"
46+
"psl": "1.13.0"
4747
},
4848
"devDependencies": {
4949
"@types/jest": "^29.5.13",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3603,10 +3603,10 @@ prompts@^2.0.1:
36033603
kleur "^3.0.3"
36043604
sisteransi "^1.0.5"
36053605

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

0 commit comments

Comments
 (0)