Skip to content

Commit 718b66c

Browse files
committed
fix(deps): pin dependencies
1 parent b3eeffc commit 718b66c

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lerna": "3.22.0"
3333
},
3434
"dependencies": {
35-
"patch-package": "^6.2.2",
36-
"postinstall-postinstall": "^2.1.0"
35+
"patch-package": "6.2.2",
36+
"postinstall-postinstall": "2.1.0"
3737
}
3838
}

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10919,9 +10919,9 @@ pascalcase@^0.1.1:
1091910919
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
1092010920
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
1092110921

10922-
patch-package@^6.2.2:
10922+
patch-package@6.2.2:
1092310923
version "6.2.2"
10924-
resolved "https://registry.npmjs.org/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
10924+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
1092510925
integrity sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==
1092610926
dependencies:
1092710927
"@yarnpkg/lockfile" "^1.1.0"
@@ -11493,9 +11493,9 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.23, postcss@^7.0.5
1149311493
source-map "^0.6.1"
1149411494
supports-color "^6.1.0"
1149511495

11496-
postinstall-postinstall@^2.1.0:
11496+
postinstall-postinstall@2.1.0:
1149711497
version "2.1.0"
11498-
resolved "https://registry.npmjs.org/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3"
11498+
resolved "https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3"
1149911499
integrity sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==
1150011500

1150111501
prelude-ls@^1.2.1:
@@ -12706,7 +12706,16 @@ shell-quote@^1.7.2:
1270612706
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
1270712707
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
1270812708

12709-
shelljs@0.8.4, shelljs@^0.8.3:
12709+
shelljs@0.8.5:
12710+
version "0.8.5"
12711+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
12712+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
12713+
dependencies:
12714+
glob "^7.0.0"
12715+
interpret "^1.0.0"
12716+
rechoir "^0.6.2"
12717+
12718+
shelljs@^0.8.3:
1271012719
version "0.8.4"
1271112720
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
1271212721
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==

0 commit comments

Comments
 (0)