Skip to content

Commit c43a3bf

Browse files
committed
Update package ts-loader to v9.5.1
1 parent 5159eea commit c43a3bf

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"@types/node": "17.0.16",
4949
"chai": "4.3.6",
5050
"clean-webpack-plugin": "4.0.0",
51+
"node-polyfill-webpack-plugin": "1.1.4",
5152
"prettier": "2.6.0",
52-
"ts-loader": "9.2.6",
53+
"ts-loader": "9.5.1",
5354
"ts-node": "10.7.0",
5455
"ts-proto": "1.115.4",
5556
"tslint": "6.1.3",
5657
"tslint-config-prettier": "1.18.0",
5758
"typescript": "4.5.5",
5859
"webpack": "5.76.0",
59-
"webpack-cli": "4.9.2",
60-
"node-polyfill-webpack-plugin": "1.1.4"
60+
"webpack-cli": "4.9.2"
6161
},
6262
"files": [
6363
"dist/**/*"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,11 @@ source-map@^0.6.0:
18851885
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
18861886
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
18871887

1888+
source-map@^0.7.4:
1889+
version "0.7.4"
1890+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
1891+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
1892+
18881893
sprintf-js@~1.0.2:
18891894
version "1.0.3"
18901895
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -1986,15 +1991,16 @@ to-regex-range@^5.0.1:
19861991
dependencies:
19871992
is-number "^7.0.0"
19881993

1989-
ts-loader@9.2.6:
1990-
version "9.2.6"
1991-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.6.tgz#9937c4dd0a1e3dbbb5e433f8102a6601c6615d74"
1992-
integrity sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==
1994+
ts-loader@9.5.1:
1995+
version "9.5.1"
1996+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.5.1.tgz#63d5912a86312f1fbe32cef0859fb8b2193d9b89"
1997+
integrity sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==
19931998
dependencies:
19941999
chalk "^4.1.0"
19952000
enhanced-resolve "^5.0.0"
19962001
micromatch "^4.0.0"
19972002
semver "^7.3.4"
2003+
source-map "^0.7.4"
19982004

19992005
20002006
version "10.7.0"

0 commit comments

Comments
 (0)