website-utilities 1.0.370 → 1.0.372

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 +19 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "website-utilities",
3
- "version": "1.0.370",
3
+ "version": "1.0.372",
4
4
  "description": "extend your web app",
5
5
  "keywords": [
6
6
  "jquery",
@@ -64,22 +64,22 @@
64
64
  "@babel/eslint-parser": "^7.28.5",
65
65
  "@babel/plugin-transform-proto-to-assign": "^7.27.1",
66
66
  "@babel/runtime": "^7.28.4",
67
- "@stylistic/eslint-plugin": "^5.5.0",
67
+ "@stylistic/eslint-plugin": "^5.6.1",
68
68
  "@types/ejs": "^3.1.5",
69
69
  "@types/html-minifier": "^4.0.6",
70
70
  "@types/jquery": "^3.5.33",
71
71
  "@types/jsdom": "^27.0.0",
72
- "@types/node": "^24.9.2",
73
- "@typescript-eslint/eslint-plugin": "^8.46.2",
74
- "@typescript-eslint/parser": "^8.46.2",
75
- "clientnode": "^3.0.1315",
72
+ "@types/node": "^24.10.1",
73
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
74
+ "@typescript-eslint/parser": "^8.48.0",
75
+ "clientnode": "^3.0.1332",
76
76
  "css-loader": "^7.1.2",
77
- "cssnano": "^7.1.1",
78
- "documentation-website": "^1.0.394",
79
- "eslint": "^9.38.0",
77
+ "cssnano": "^7.1.2",
78
+ "documentation-website": "^1.0.396",
79
+ "eslint": "^9.39.1",
80
80
  "eslint-config-google": "^0.14.0",
81
- "eslint-plugin-jsdoc": "^61.1.10",
82
- "internationalisation": "^1.0.341",
81
+ "eslint-plugin-jsdoc": "^61.4.1",
82
+ "internationalisation": "^1.0.342",
83
83
  "jest": "^30.2.0",
84
84
  "jquery": "^3.7.1",
85
85
  "jsdoc": "^4.0.5",
@@ -92,14 +92,14 @@
92
92
  "postcss-scss": "^4.0.9",
93
93
  "postcss-sprites": "^4.2.1",
94
94
  "postcss-url": "^10.1.3",
95
- "sass": "^1.93.2",
95
+ "sass": "^1.94.2",
96
96
  "sass-loader": "^16.0.6",
97
97
  "spin.js": "^4.1.2",
98
98
  "style-loader": "^4.0.0",
99
- "stylelint": "^16.25.0",
99
+ "stylelint": "^16.26.0",
100
100
  "stylelint-config-standard-scss": "^16.0.0",
101
- "typescript-eslint": "^8.46.2",
102
- "weboptimizer": "^2.0.1620",
101
+ "typescript-eslint": "^8.48.0",
102
+ "weboptimizer": "^2.0.1626",
103
103
  "webpack-dev-server": "^5.2.2"
104
104
  },
105
105
  "peerDependencies": {
@@ -118,6 +118,9 @@
118
118
  },
119
119
  "jquery": {
120
120
  "optional": true
121
+ },
122
+ "spin.js": {
123
+ "optional": true
121
124
  }
122
125
  },
123
126
  "engines": {
@@ -283,5 +286,5 @@
283
286
  }
284
287
  }
285
288
  },
286
- "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
289
+ "packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54"
287
290
  }