Skip to content

Commit 8c611a5

Browse files
committed
Update resolve to version 1.20.0
1 parent e2fcb92 commit 8c611a5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"postcss-value-parser": "^4.1.0",
7777
"pretty-hrtime": "^1.0.3",
7878
"reduce-css-calc": "^2.1.8",
79-
"resolve": "^1.19.0"
79+
"resolve": "^1.20.0"
8080
},
8181
"browserslist": [
8282
"> 1%",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3128,10 +3128,10 @@ is-core-module@^2.0.0:
31283128
dependencies:
31293129
has "^1.0.3"
31303130

3131-
is-core-module@^2.1.0:
3132-
version "2.1.0"
3133-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946"
3134-
integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
3131+
is-core-module@^2.2.0:
3132+
version "2.2.0"
3133+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
3134+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
31353135
dependencies:
31363136
has "^1.0.3"
31373137

@@ -4877,12 +4877,12 @@ resolve@^1.18.1:
48774877
is-core-module "^2.0.0"
48784878
path-parse "^1.0.6"
48794879

4880-
resolve@^1.19.0:
4881-
version "1.19.0"
4882-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
4883-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
4880+
resolve@^1.20.0:
4881+
version "1.20.0"
4882+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
4883+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
48844884
dependencies:
4885-
is-core-module "^2.1.0"
4885+
is-core-module "^2.2.0"
48864886
path-parse "^1.0.6"
48874887

48884888
ret@~0.1.10:

0 commit comments

Comments
 (0)