Skip to content

Commit cd24611

Browse files
authored
Merge pull request #20 from artelydev/renovate/eslint-config-airbnb-18.x
chore(deps): update dependency eslint-config-airbnb to v18.2.1
2 parents 8368180 + 5526988 commit cd24611

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/artelydev/vue-cli-plugin-coffee#readme",
2424
"devDependencies": {
2525
"eslint": "7.32.0",
26-
"eslint-config-airbnb": "18.2.0",
26+
"eslint-config-airbnb": "18.2.1",
2727
"prettier": "2.7.1"
2828
},
2929
"dependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ escape-string-regexp@^4.0.0:
595595
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
596596
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
597597

598-
eslint-config-airbnb-base@^14.2.0:
598+
eslint-config-airbnb-base@^14.2.1:
599599
version "14.2.1"
600600
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
601601
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
@@ -604,13 +604,13 @@ eslint-config-airbnb-base@^14.2.0:
604604
object.assign "^4.1.2"
605605
object.entries "^1.1.2"
606606

607-
eslint-config-airbnb@18.2.0:
608-
version "18.2.0"
609-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.0.tgz#8a82168713effce8fc08e10896a63f1235499dcd"
610-
integrity sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg==
607+
eslint-config-airbnb@18.2.1:
608+
version "18.2.1"
609+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
610+
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
611611
dependencies:
612-
eslint-config-airbnb-base "^14.2.0"
613-
object.assign "^4.1.0"
612+
eslint-config-airbnb-base "^14.2.1"
613+
object.assign "^4.1.2"
614614
object.entries "^1.1.2"
615615

616616
eslint-scope@^5.1.1:
@@ -1201,7 +1201,7 @@ object-keys@^1.1.1:
12011201
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
12021202
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
12031203

1204-
object.assign@^4.1.0, object.assign@^4.1.2, object.assign@^4.1.4:
1204+
object.assign@^4.1.2, object.assign@^4.1.4:
12051205
version "4.1.4"
12061206
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
12071207
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==

0 commit comments

Comments
 (0)