|
33 | 33 | "CHANGELOG.md" |
34 | 34 | ], |
35 | 35 | "engines": { |
36 | | - "node": ">=18.17" |
| 36 | + "node": ">=20" |
37 | 37 | }, |
38 | 38 | "scripts": { |
39 | 39 | "build": "run-s build:sprites build:webpack", |
|
76 | 76 | "strip-indent": "^3.0.0", |
77 | 77 | "typogr": "^0.6.8", |
78 | 78 | "unixify": "^1.0.0", |
79 | | - "vinyl-fs": "^4.0.0" |
| 79 | + "vinyl-fs": "^4.0.2" |
80 | 80 | }, |
81 | 81 | "peerDependencies": { |
82 | 82 | "sassdoc": "^2.5.0" |
83 | 83 | }, |
84 | 84 | "devDependencies": { |
85 | | - "@babel/core": "^7.27.1", |
| 85 | + "@babel/core": "^7.27.4", |
86 | 86 | "@babel/eslint-parser": "^7.27.1", |
87 | | - "@babel/preset-env": "^7.27.1", |
88 | | - "@eslint/js": "^9.25.1", |
| 87 | + "@babel/preset-env": "^7.27.2", |
| 88 | + "@eslint/js": "^9.28.0", |
89 | 89 | "@testing-library/dom": "^10.4.0", |
90 | 90 | "@testing-library/jest-dom": "^6.6.3", |
91 | 91 | "accoutrement": "^4.0.5", |
|
98 | 98 | "css-minimizer-webpack-plugin": "^7.0.2", |
99 | 99 | "cssremedy": "^0.1.0-beta.2", |
100 | 100 | "del": "^6.1.1", |
101 | | - "eslint": "^9.25.1", |
102 | | - "eslint-config-prettier": "^10.1.2", |
| 101 | + "eslint": "^9.28.0", |
| 102 | + "eslint-config-prettier": "^10.1.5", |
103 | 103 | "eslint-import-resolver-node": "^0.3.9", |
104 | 104 | "eslint-import-resolver-webpack": "^0.13.10", |
105 | 105 | "eslint-plugin-import": "^2.31.0", |
106 | | - "eslint-plugin-jest": "^28.11.0", |
| 106 | + "eslint-plugin-jest": "^28.12.0", |
107 | 107 | "eslint-plugin-jest-dom": "^5.5.0", |
108 | 108 | "eslint-plugin-simple-import-sort": "^12.1.1", |
109 | | - "globals": "^16.0.0", |
| 109 | + "globals": "^16.2.0", |
110 | 110 | "highlight.js": "^11.11.1", |
111 | 111 | "jest": "^29.7.0", |
112 | 112 | "jest-environment-jsdom": "^29.7.0", |
|
120 | 120 | "mark.js": "^8.11.1", |
121 | 121 | "matchmedia-polyfill": "^0.3.2", |
122 | 122 | "mini-css-extract-plugin": "^2.9.2", |
123 | | - "mocha": "^11.2.2", |
| 123 | + "mocha": "^11.5.0", |
124 | 124 | "mocha-junit-reporter": "^2.2.1", |
125 | 125 | "npm-run-all": "^4.1.5", |
126 | 126 | "nyc": "^17.1.0", |
127 | | - "postcss": "^8.5.3", |
| 127 | + "postcss": "^8.5.4", |
128 | 128 | "postcss-loader": "^8.1.1", |
129 | 129 | "prettier": "^3.5.3", |
130 | | - "sass": "^1.87.0", |
131 | | - "sass-embedded": "^1.87.0", |
| 130 | + "sass": "^1.89.1", |
| 131 | + "sass-embedded": "^1.89.1", |
132 | 132 | "sass-loader": "^16.0.5", |
133 | 133 | "sass-true": "^8.1.0", |
134 | 134 | "sassdoc": "^2.7.4", |
135 | 135 | "sinon": "^20.0.0", |
136 | 136 | "srcdoc-polyfill": "^1.0.0", |
137 | | - "stylelint": "^16.19.1", |
| 137 | + "stylelint": "^16.20.0", |
138 | 138 | "stylelint-config-standard-scss": "^15.0.1", |
139 | 139 | "svgo": "^3.3.2", |
140 | | - "webpack": "^5.99.7", |
| 140 | + "webpack": "^5.99.9", |
141 | 141 | "webpack-cli": "^6.0.1", |
142 | 142 | "webpack-dev-server": "^5.2.1" |
143 | 143 | }, |
144 | 144 | "resolutions": { |
145 | 145 | "cdocparser": "^0.15.0" |
146 | 146 | }, |
147 | | - "packageManager": "yarn@4.8.1" |
| 147 | + "packageManager": "yarn@4.9.1" |
148 | 148 | } |
0 commit comments