1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update NPM depdencies

Updated:
- browser-sync v2.27.5 → v2.27.11
- esbuild v0.16.17 → v0.17.6
- engine.io v3.5.0 → v6.4.0
- qs v6.2.3 → v6.11.0

Changed:
- Overrode ua-parser-js constraint in browser-sync from `1.0.2` to `~1.0.33` to fix security notice.
This commit is contained in:
Chauncey McAskill
2023-02-09 10:45:09 -05:00
parent f774482255
commit 3fee6f4888
2 changed files with 1011 additions and 679 deletions

1681
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,9 +23,9 @@
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.5",
"browser-sync": "^2.27.11",
"concat": "^1.0.3",
"esbuild": "^0.16.17",
"esbuild": "^0.17.6",
"kleur": "^4.1.5",
"node-notifier": "^10.0.1",
"postcss": "^8.4.21",
@@ -34,6 +34,9 @@
"tiny-glob": "^0.2.9"
},
"overrides": {
"browser-sync": {
"ua-parser-js": "~1.0.33"
},
"svg-mixer": {
"postcss": "^8.4.20"
}