@trustpayments/js-payments-card 2.2.177 → 2.2.179
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustpayments/js-payments-card",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.179",
|
|
4
4
|
"description": "TypeScript Payment Card",
|
|
5
5
|
"author": "Trust Payments <support@trustpayments.com>",
|
|
6
6
|
"homepage": "https://docs.trustpayments.com",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"url": "git+https://gitlab.com/trustpayments-public/stjs/js-payments-card"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": "14.19.
|
|
45
|
+
"node": "14.19.1",
|
|
46
46
|
"npm": "7.24.2"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"preinstall": "npx force-resolutions"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/core": "7.17.
|
|
63
|
+
"@babel/core": "7.17.8",
|
|
64
64
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
65
65
|
"@babel/plugin-transform-classes": "7.16.7",
|
|
66
66
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@babel/polyfill": "7.12.1",
|
|
69
69
|
"@babel/preset-env": "7.16.11",
|
|
70
70
|
"@babel/preset-typescript": "7.16.7",
|
|
71
|
-
"@babel/runtime": "7.17.
|
|
71
|
+
"@babel/runtime": "7.17.8",
|
|
72
72
|
"@types/jest": "27.4.1",
|
|
73
73
|
"@types/jest-each": "24.3.0",
|
|
74
74
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"sass-loader": "12.6.0",
|
|
108
108
|
"source-map-loader": "3.0.1",
|
|
109
109
|
"style-loader": "3.3.1",
|
|
110
|
-
"stylelint": "14.
|
|
111
|
-
"stylelint-scss": "4.
|
|
110
|
+
"stylelint": "14.6.0",
|
|
111
|
+
"stylelint-scss": "4.2.0",
|
|
112
112
|
"stylelint-webpack-plugin": "3.1.1",
|
|
113
113
|
"ts-jest": "27.1.3",
|
|
114
114
|
"ts-loader": "9.2.8",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"ansi-regex": "5.0.1",
|
|
136
136
|
"follow-redirects": "1.14.9",
|
|
137
137
|
"json-schema": "0.4.0",
|
|
138
|
-
"node-forge": "1.
|
|
138
|
+
"node-forge": "1.3.0",
|
|
139
139
|
"nth-check": "2.0.1",
|
|
140
140
|
"semver-regex": "4.0.2",
|
|
141
141
|
"trim-newlines": "4.0.2"
|
|
142
142
|
},
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "9d3ad865f184b841a37c0f2e1e3d3d2922f16923"
|
|
144
144
|
}
|