Skip to content

Commit 9263e63

Browse files
committed
chore: update spdx-expression-parse and devDeps.
1 parent fd1eab0 commit 9263e63

File tree

2 files changed

+384
-485
lines changed

2 files changed

+384
-485
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"esquery": "^1.5.0",
1414
"is-builtin-module": "^3.2.1",
1515
"semver": "^7.5.4",
16-
"spdx-expression-parse": "^3.0.1"
16+
"spdx-expression-parse": "^4.0.0"
1717
},
1818
"description": "JSDoc linting rules for ESLint.",
1919
"devDependencies": {
20-
"@babel/cli": "^7.23.0",
20+
"@babel/cli": "^7.23.4",
2121
"@babel/core": "^7.23.3",
2222
"@babel/eslint-parser": "^7.23.3",
2323
"@babel/node": "^7.22.19",
@@ -26,45 +26,45 @@
2626
"@babel/preset-env": "^7.23.3",
2727
"@babel/register": "^7.22.15",
2828
"@es-joy/escodegen": "^3.5.1",
29-
"@es-joy/jsdoc-eslint-parser": "^0.19.0",
29+
"@es-joy/jsdoc-eslint-parser": "^0.20.0",
3030
"@hkdobrev/run-if-changed": "^0.3.1",
3131
"@semantic-release/commit-analyzer": "^11.1.0",
3232
"@semantic-release/github": "^9.2.3",
3333
"@semantic-release/npm": "^11.0.1",
34-
"@types/chai": "^4.3.10",
34+
"@types/chai": "^4.3.11",
3535
"@types/debug": "^4.1.12",
3636
"@types/eslint": "^8.44.7",
3737
"@types/esquery": "^1.5.3",
3838
"@types/estree": "^1.0.5",
3939
"@types/json-schema": "^7.0.15",
4040
"@types/lodash.defaultsdeep": "^4.6.9",
41-
"@types/mocha": "^10.0.4",
42-
"@types/node": "^20.9.0",
43-
"@types/semver": "^7.5.5",
41+
"@types/mocha": "^10.0.6",
42+
"@types/node": "^20.9.4",
43+
"@types/semver": "^7.5.6",
4444
"@types/spdx-expression-parse": "^3.0.5",
45-
"@typescript-eslint/parser": "^6.10.0",
45+
"@typescript-eslint/parser": "^6.12.0",
4646
"babel-plugin-add-module-exports": "^1.0.4",
4747
"babel-plugin-istanbul": "^6.1.1",
4848
"camelcase": "^6.3.0",
4949
"chai": "^4.3.10",
5050
"cross-env": "^7.0.3",
5151
"decamelize": "^5.0.1",
52-
"eslint": "8.53.0",
53-
"eslint-config-canonical": "~42.3.0",
52+
"eslint": "8.54.0",
53+
"eslint-config-canonical": "~42.8.0",
5454
"espree": "^9.6.1",
5555
"gitdown": "^3.1.5",
5656
"glob": "^10.3.10",
5757
"husky": "^8.0.3",
5858
"jsdoc-type-pratt-parser": "^4.0.0",
5959
"json-schema": "^0.4.0",
60-
"lint-staged": "^15.0.2",
60+
"lint-staged": "^15.1.0",
6161
"lodash.defaultsdeep": "^4.6.1",
6262
"mocha": "^10.2.0",
6363
"nyc": "^15.1.0",
6464
"open-editor": "^3.0.0",
6565
"rimraf": "^5.0.5",
66-
"semantic-release": "^22.0.7",
67-
"typescript": "5.2.2"
66+
"semantic-release": "^22.0.8",
67+
"typescript": "5.3.2"
6868
},
6969
"engines": {
7070
"node": ">=16"

0 commit comments

Comments
 (0)