26 Commits

Author SHA1 Message Date
dependabot[bot]
8704a657e0 Bump ws from 7.4.6 to 7.5.10
Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.6...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 01:16:04 +00:00
dependabot[bot]
e3aefe5d1f Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 09:58:43 +00:00
dependabot[bot]
01ff80e6d0 Bump @babel/traverse from 7.16.10 to 7.23.2 (#470)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-25 18:00:39 +05:30
dependabot[bot]
8c7fa96eec Bump postcss from 8.4.27 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 23:12:18 -04:00
Amir E. Aharoni
e6c919e143 Update stylelint
Consistently use double colon for pseudo-elements.
2023-07-31 14:23:55 +05:30
dependabot[bot]
b17909ba1b Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 23:24:15 +03:00
dependabot[bot]
faf95ef413 Bump json5 from 2.2.0 to 2.2.3 (#440)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 16:50:01 +05:30
Amir E. Aharoni
3332d5fc81 Auto-update package-lock.json
Done using `npm audit fix`.

Bumps minimatch version to 3.0.8.
2022-11-22 18:57:39 +05:30
dependabot[bot]
d6fb8630a6 Bump grunt from 1.5.2 to 1.5.3
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 00:09:40 +00:00
Amir E. Aharoni
d450b52a15 Bump grunt to 1.5.2
Suggest by `npm audit`.
2022-04-28 17:58:10 +05:30
dependabot[bot]
b5416c7923 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 11:33:43 +00:00
Amir E. Aharoni
c10140c12b Upgrade eslint-config-wikimedia to 0.21.0
JavaScript code and comments changes:
* Remove no-multi-str disabling.
* Document $ parameter.
* Replace .substring() with .slice().
* Change assert.ok() to assert.strictEqual() in a test.
2022-01-31 11:13:58 +02:00
Amir E. Aharoni
27a8471816 Update npm packages using npm audit fix 2022-01-28 09:56:21 +02:00
Amir E. Aharoni
c51e88eb22 Update package-lock.json by npm audit fix
Addresses several auto-reported security issues.
2021-10-11 12:58:48 +03:00
Abijeet Patro
9821510922 Security Fix: Done by running npm audit fix (#397) 2021-06-11 15:17:49 +05:30
Ed S
7a6e559fe5 Update eslint and other devDependencies (#391)
* Update eslint and other devDependencies

* Lint JS in examples/ using eslint-plugin-html (#392)
2021-05-14 15:18:37 +05:30
Amir Aharoni
a76f12a543 Update package-lock.json
Generated by `npm audit fix`. Resolves security issues.
2021-05-10 10:13:05 +03:00
Amir Aharoni
db0c6e9764 Update package versions in package.json
Recommended by npm audit.
2020-12-16 13:53:02 +02:00
Amir Aharoni
d4b728ee12 Update stylelint-config-wikimedia version 2020-07-24 20:37:51 +03:00
Amir Aharoni
343a43e0f9 Update package-lock
Auto-created by npm install. This resolves npm audit warnings.
2020-04-01 14:23:45 +03:00
Amir Aharoni
d6c11a2f05 Update grunt to version 1.1.0 and update package-lock.json
These were done automatically by npm audit fix
2020-03-31 22:47:36 +03:00
James Forrester
ff56cd922b build: Upgrade stylelint-config-wikimedia from 0.7.0 to 0.8.0 (#355)
Drop unnecessary direct dependency on stylelint.
2020-01-24 08:55:27 +05:30
Ed Sanders
d53beca719 Update linters
* Update eslint and stylelint config
* Fix Gruntfile.js to actually run stylelint
2019-11-13 04:14:16 +02:00
Amir Aharoni
eade6bdf4e Run npm audit fix
Only an update of an internal grunt-contrib-qunit dependency.
2019-11-08 08:13:22 +05:30
dependabot[bot]
56889a55d2 Bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-27 15:16:28 +00:00
Amir Aharoni
80c72856fa Update grunt-contrib-qunit to 3.1.0 and add package-lock.json
This resolves lodash vulnerabilities.
2019-08-09 21:18:33 +05:30