Skip to content

Commit f18a674

Browse files
fix(deps): update dependency psl to v1.12.0 (#353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83757d4 commit f18a674

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.10.0"
46+
"psl": "1.12.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.10.0:
3607-
version "1.10.0"
3608-
resolved "https://registry.yarnpkg.com/psl/-/psl-1.10.0.tgz#1450f7e16f922c3beeb7bd9db3f312635018fa15"
3609-
integrity sha512-KSKHEbjAnpUuAUserOq0FxGXCUrzC3WniuSJhvdbs102rL55266ZcHBqLWOsG30spQMlPdpy7icATiAQehg/iA==
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==
36103610
dependencies:
36113611
punycode "^2.3.1"
36123612

0 commit comments

Comments
 (0)