Skip to content

Commit

Permalink
GH-189: Updated dependencies and CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
duhrer committed Nov 13, 2024
1 parent bc2cccc commit 34b348c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x, 20.x]

env:
HEADLESS: true
Expand Down
12 changes: 12 additions & 0 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,18 @@
"1096487|grunt-prompt>inquirer>lodash": {
"decision": "ignore",
"madeAt": 1708527488158
},
"1096996|grunt-prompt>inquirer>lodash": {
"decision": "ignore",
"madeAt": 1731489939714
},
"1097130|grunt-prompt>inquirer>lodash": {
"decision": "ignore",
"madeAt": 1731489943904
},
"1097140|grunt-prompt>inquirer>lodash": {
"decision": "ignore",
"madeAt": 1731489948493
}
},
"rules": {},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"dependencies": {
"ally.js": "1.4.1",
"fluid-osk": "0.1.0-dev.20231224T071757Z.a7d1871.GH-1",
"infusion": "4.6.0"
"infusion": "4.7.1"
},
"devDependencies": {
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint-config-fluid": "2.1.1-dev.20231104T144458Z.5488e1c.GH-17",
"fluid-lint-all": "1.2.10-dev.20231104T184451Z.53e64ec.GH-64",
"dotenv": "16.4.5",
"eslint": "9.14.0",
"eslint-config-fluid": "2.1.3",
"fluid-lint-all": "1.2.12",
"grunt": "1.6.1",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-json-prettify": "0.0.2",
"grunt-prompt": "1.3.3",
"node-fetch": "2.6.7",
"node-fetch": "3.3.2",
"npm-audit-resolver": "3.0.0-7",
"testem": "3.6.0"
"testem": "3.15.2"
}
}

0 comments on commit 34b348c

Please sign in to comment.