@trustpayments/js-payments-card 2.2.140 → 2.2.152

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.
Files changed (1) hide show
  1. package/package.json +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustpayments/js-payments-card",
3
- "version": "2.2.140",
3
+ "version": "2.2.152",
4
4
  "description": "TypeScript Payment Card",
5
5
  "author": "Trust Payments <support@trustpayments.com>",
6
6
  "homepage": "https://docs.trustpayments.com",
@@ -60,7 +60,7 @@
60
60
  "preinstall": "npx force-resolutions"
61
61
  },
62
62
  "devDependencies": {
63
- "@babel/core": "7.17.2",
63
+ "@babel/core": "7.17.5",
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",
@@ -107,7 +107,8 @@
107
107
  "sass-loader": "12.4.0",
108
108
  "source-map-loader": "3.0.1",
109
109
  "style-loader": "3.3.1",
110
- "stylelint": "13.13.1",
110
+ "stylelint": "14.5.1",
111
+ "stylelint-scss": "4.1.0",
111
112
  "stylelint-webpack-plugin": "3.1.1",
112
113
  "ts-jest": "27.1.3",
113
114
  "ts-loader": "9.2.6",
@@ -132,11 +133,12 @@
132
133
  },
133
134
  "resolutions": {
134
135
  "ansi-regex": "5.0.1",
135
- "trim-newlines": "4.0.2",
136
+ "follow-redirects": "1.14.8",
137
+ "json-schema": "0.4.0",
138
+ "node-forge": "1.2.1",
136
139
  "nth-check": "2.0.1",
137
140
  "semver-regex": "4.0.2",
138
- "json-schema": "0.4.0",
139
- "node-forge": "1.2.1"
141
+ "trim-newlines": "4.0.2"
140
142
  },
141
- "gitHead": "8055c483dc0e979793ae3b8739acf5550a030948"
143
+ "gitHead": "47809dfdf8488c55cc2f400b4acc1d9b7f31a8a6"
142
144
  }