File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed
backward-compatibility-pre-1.1.2-config-cjs
type-module-config-cjs-import-js Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 4747 "semantic-release" : " 17.4.7" ,
4848 "ts-node" : " 10.4.0" ,
4949 "typescript" : " 4.5.5" ,
50- "webpack" : " 5.66 .0" ,
50+ "webpack" : " 5.67 .0" ,
5151 "yarn" : " 1.22.17"
5252 },
5353 "eslintConfig" : {
Original file line number Diff line number Diff line change 1717 "resolve-typescript-plugin" : " ../.." ,
1818 "ts-loader" : " 9.2.6" ,
1919 "typescript" : " 4.5.5" ,
20- "webpack" : " 5.66 .0" ,
20+ "webpack" : " 5.67 .0" ,
2121 "webpack-cli" : " 4.9.1"
2222 }
2323}
Original file line number Diff line number Diff line change @@ -876,15 +876,15 @@ webpack-merge@^5.7.3:
876876 clone-deep "^4.0.1"
877877 wildcard "^2.0.0"
878878
879- webpack-sources@^3.2.2 :
879+ webpack-sources@^3.2.3 :
880880 version "3.2.3"
881881 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
882882 integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
883883
884- webpack@5.66 .0 :
885- version "5.66 .0"
886- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.66 .0.tgz#789bf36287f407fc92b3e2d6f978ddff1bfc2dbb "
887- integrity sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg ==
884+ webpack@5.67 .0 :
885+ version "5.67 .0"
886+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.67 .0.tgz#cb43ca2aad5f7cc81c4cd36b626e6b819805dbfd "
887+ integrity sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw ==
888888 dependencies :
889889 " @types/eslint-scope" " ^3.7.0"
890890 " @types/estree" " ^0.0.50"
@@ -909,7 +909,7 @@ webpack@5.66.0:
909909 tapable "^2.1.1"
910910 terser-webpack-plugin "^5.1.3"
911911 watchpack "^2.3.1"
912- webpack-sources "^3.2.2 "
912+ webpack-sources "^3.2.3 "
913913
914914which@^2.0.1 :
915915 version "2.0.2"
Original file line number Diff line number Diff line change 1717 "resolve-typescript-plugin" : " ../.." ,
1818 "ts-loader" : " 9.2.6" ,
1919 "typescript" : " 4.5.5" ,
20- "webpack" : " 5.66 .0" ,
20+ "webpack" : " 5.67 .0" ,
2121 "webpack-cli" : " 4.9.1"
2222 }
2323}
Original file line number Diff line number Diff line change @@ -876,15 +876,15 @@ webpack-merge@^5.7.3:
876876 clone-deep "^4.0.1"
877877 wildcard "^2.0.0"
878878
879- webpack-sources@^3.2.2 :
879+ webpack-sources@^3.2.3 :
880880 version "3.2.3"
881881 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
882882 integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
883883
884- webpack@5.66 .0 :
885- version "5.66 .0"
886- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.66 .0.tgz#789bf36287f407fc92b3e2d6f978ddff1bfc2dbb "
887- integrity sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg ==
884+ webpack@5.67 .0 :
885+ version "5.67 .0"
886+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.67 .0.tgz#cb43ca2aad5f7cc81c4cd36b626e6b819805dbfd "
887+ integrity sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw ==
888888 dependencies :
889889 " @types/eslint-scope" " ^3.7.0"
890890 " @types/estree" " ^0.0.50"
@@ -909,7 +909,7 @@ webpack@5.66.0:
909909 tapable "^2.1.1"
910910 terser-webpack-plugin "^5.1.3"
911911 watchpack "^2.3.1"
912- webpack-sources "^3.2.2 "
912+ webpack-sources "^3.2.3 "
913913
914914which@^2.0.1 :
915915 version "2.0.2"
Original file line number Diff line number Diff line change @@ -5768,15 +5768,15 @@ webidl-conversions@^3.0.0:
57685768 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
57695769 integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
57705770
5771- webpack-sources@^3.2.2 :
5772- version "3.2.2 "
5773- resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2 .tgz#d88e3741833efec57c4c789b6010db9977545260 "
5774- integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw ==
5771+ webpack-sources@^3.2.3 :
5772+ version "3.2.3 "
5773+ resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3 .tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde "
5774+ integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w ==
57755775
5776- webpack@5.66 .0 :
5777- version "5.66 .0"
5778- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.66 .0.tgz#789bf36287f407fc92b3e2d6f978ddff1bfc2dbb "
5779- integrity sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg ==
5776+ webpack@5.67 .0 :
5777+ version "5.67 .0"
5778+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.67 .0.tgz#cb43ca2aad5f7cc81c4cd36b626e6b819805dbfd "
5779+ integrity sha512-LjFbfMh89xBDpUMgA1W9Ur6Rn/gnr2Cq1jjHFPo4v6a79/ypznSYbAyPgGhwsxBtMIaEmDD1oJoA7BEYw/Fbrw ==
57805780 dependencies :
57815781 " @types/eslint-scope" " ^3.7.0"
57825782 " @types/estree" " ^0.0.50"
@@ -5801,7 +5801,7 @@ webpack@5.66.0:
58015801 tapable "^2.1.1"
58025802 terser-webpack-plugin "^5.1.3"
58035803 watchpack "^2.3.1"
5804- webpack-sources "^3.2.2 "
5804+ webpack-sources "^3.2.3 "
58055805
58065806well-known-symbols@^2.0.0 :
58075807 version "2.0.0"
You can’t perform that action at this time.
0 commit comments