Skip to content

Commit

Permalink
chore(deps): update any
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent 61ba6d1 commit 046a03d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
executors:
node12:
docker:
- image: circleci/node:12
- image: circleci/node:17
environment:
NPM_CONFIG_PREFIX: "~/.npm-global"
working_directory: ~/repo
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,40 @@
},
"homepage": "https://github.com/adobe/ferrum.doctest#readme",
"dependencies": {
"documentation": "13.2.1",
"documentation": "14.0.3",
"ferrum": "^1.9.2",
"mocha-multi-reporters": "^1.5.1",
"remark": "^13.0.0",
"remark": "^15.0.0",
"source-map": "^0.7.3",
"source-map-support": "^0.5.19",
"squirrelly": "^8.0.8",
"uuid": "^8.3.2",
"uuid": "^10.0.0",
"yargs": "^17.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.0",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"ajv": "8.6.2",
"codecov": "3.8.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"docdash": "git+https://github.com/koraa/docdash.git",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint": "9.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"jsdoc": "3.6.7",
"jsdoc": "4.0.3",
"junit-report-builder": "3.0.0",
"lint-staged": "11.1.2",
"mocha": "9.0.3",
"lint-staged": "15.2.7",
"mocha": "10.6.0",
"mocha-junit-reporter": "2.0.0",
"nyc": "15.1.0",
"nyc": "17.0.0",
"semantic-release": "17.4.4",
"snyk": "1.677.0"
},
Expand Down

0 comments on commit 046a03d

Please sign in to comment.