diff --git a/.circleci/config.yml b/.circleci/config.yml index d00ac6f..892af46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: lint: working_directory: ~/app docker: - - image: circleci/node:16.6.2 + - image: circleci/node:16.7.0 steps: - checkout - restore_cache: @@ -15,7 +15,7 @@ jobs: build: working_directory: ~/app docker: - - image: circleci/node:16.6.2 + - image: circleci/node:16.7.0 steps: - checkout - restore_cache: @@ -31,7 +31,7 @@ jobs: test: working_directory: ~/app docker: - - image: circleci/node:16.6.2 + - image: circleci/node:16.7.0 steps: - checkout - restore_cache: diff --git a/package.json b/package.json index 09b2238..2e155ed 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "@types/yaml": "1.9.7", "codecov": "3.8.3", "jest": "26.6.3", - "prettier": "2.2.1", - "standard-version": "9.2.0", + "prettier": "2.3.2", + "standard-version": "9.3.1", "ts-jest": "26.5.6", - "typescript": "4.2.4" + "typescript": "4.4.2" }, "dependencies": { "meow": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 123b032..09acf43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3907,10 +3907,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier@2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" - integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== +prettier@2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" + integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== pretty-format@^26.6.2: version "26.6.2" @@ -4523,10 +4523,10 @@ stack-utils@^2.0.2: dependencies: escape-string-regexp "^2.0.0" -standard-version@9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.2.0.tgz#d4e64b201ec1abb8a677b265d8755e5e8b9e33a3" - integrity sha512-utJcqjk/wR4sePSwDoRcc5CzJ6S+kec5Hd0+1TJI+j1TRYuuptweAnEUdkkjGf2vYoGab2ezefyVtW065HZ1Uw== +standard-version@9.3.1: + version "9.3.1" + resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.3.1.tgz#786c16c318847f58a31a2434f97e8db33a635853" + integrity sha512-5qMxXw/FxLouC5nANyx/5RY1kiorJx9BppUso8gN07MG64q2uLRmrPb4KfXp3Ql4s/gxjZwZ89e0FwxeLubGww== dependencies: chalk "^2.4.2" conventional-changelog "3.1.24" @@ -4901,10 +4901,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== +typescript@4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86" + integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ== uglify-js@^3.1.4: version "3.6.0"