Skip to content

Commit c4affd3

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update all non-major dependencies
1 parent 6ce2144 commit c4affd3

2 files changed

Lines changed: 21 additions & 28 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"moment": "2.29.3",
7171
"moment-timezone": "0.5.34",
7272
"normalize.css": "8.0.1",
73-
"sass": "1.52.0"
73+
"sass": "1.52.1"
7474
},
7575
"devDependencies": {
7676
"@babel/core": "7.18.0",
@@ -123,7 +123,7 @@
123123
"ember-template-lint": "4.9.1",
124124
"ember-truth-helpers": "3.0.0",
125125
"ember-try": "2.0.0",
126-
"eslint": "8.15.0",
126+
"eslint": "8.16.0",
127127
"eslint-plugin-ember": "10.6.1",
128128
"eslint-plugin-json": "3.1.0",
129129
"eslint-plugin-node": "11.1.0",

yarn.lock

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6242,15 +6242,15 @@
62426242
broccoli-funnel "^3.0.5"
62436243
ember-cli-babel "^7.23.1"
62446244

6245-
"@eslint/eslintrc@^1.2.3":
6246-
version "1.2.3"
6247-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
6248-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
6245+
"@eslint/eslintrc@^1.3.0":
6246+
version "1.3.0"
6247+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
6248+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
62496249
dependencies:
62506250
ajv "^6.12.4"
62516251
debug "^4.3.2"
62526252
espree "^9.3.2"
6253-
globals "^13.9.0"
6253+
globals "^13.15.0"
62546254
ignore "^5.2.0"
62556255
import-fresh "^3.2.1"
62566256
js-yaml "^4.1.0"
@@ -14433,12 +14433,12 @@ eslint-visitor-keys@^3.3.0:
1443314433
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
1443414434
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
1443514435

14436-
eslint@8.15.0:
14437-
version "8.15.0"
14438-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
14439-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
14436+
eslint@8.16.0:
14437+
version "8.16.0"
14438+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
14439+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
1444014440
dependencies:
14441-
"@eslint/eslintrc" "^1.2.3"
14441+
"@eslint/eslintrc" "^1.3.0"
1444214442
"@humanwhocodes/config-array" "^0.9.2"
1444314443
ajv "^6.10.0"
1444414444
chalk "^4.0.0"
@@ -14456,7 +14456,7 @@ eslint@8.15.0:
1445614456
file-entry-cache "^6.0.1"
1445714457
functional-red-black-tree "^1.0.1"
1445814458
glob-parent "^6.0.1"
14459-
globals "^13.6.0"
14459+
globals "^13.15.0"
1446014460
ignore "^5.2.0"
1446114461
import-fresh "^3.0.0"
1446214462
imurmurhash "^0.1.4"
@@ -15806,17 +15806,10 @@ globals@^11.1.0:
1580615806
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1580715807
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1580815808

15809-
globals@^13.6.0:
15810-
version "13.6.0"
15811-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
15812-
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
15813-
dependencies:
15814-
type-fest "^0.20.2"
15815-
15816-
globals@^13.9.0:
15817-
version "13.9.0"
15818-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
15819-
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
15809+
globals@^13.15.0:
15810+
version "13.15.0"
15811+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
15812+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
1582015813
dependencies:
1582115814
type-fest "^0.20.2"
1582215815

@@ -22146,10 +22139,10 @@ sane@^5.0.1:
2214622139
minimist "^1.1.1"
2214722140
walker "~1.0.5"
2214822141

22149-
sass@1.52.0:
22150-
version "1.52.0"
22151-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.0.tgz#3dc755ff459858ce7062887181648701f028c4f5"
22152-
integrity sha512-6EnTglag2oVD8sNJCxUi2Jd3ICH9tJ5Mqudt/gIZNBR2uKJUBZuTpW9O1t04SkDLP7VFa76FCWTV2rwchqM8Kw==
22142+
sass@1.52.1:
22143+
version "1.52.1"
22144+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.1.tgz#554693da808543031f9423911d62c60a1acf7889"
22145+
integrity sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==
2215322146
dependencies:
2215422147
chokidar ">=3.0.0 <4.0.0"
2215522148
immutable "^4.0.0"

0 commit comments

Comments
 (0)