Skip to content

Commit 876de3b

Browse files
authored
Merge pull request #683 from owncloud/dependabot/npm_and_yarn/eslint-8.45.0
chore(deps-dev): bump eslint from 8.44.0 to 8.45.0
2 parents dac3749 + c96812d commit 876de3b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"autoprefixer": "^10.4.14",
5454
"browserify": "^17.0.0",
5555
"cssnano": "^6.0.1",
56-
"eslint": "^8.44.0",
56+
"eslint": "^8.45.0",
5757
"eslint-config-standard": "^16.0.3",
5858
"eslint-plugin-import": "^2.27.5",
5959
"eslint-plugin-node": "^11.1.0",

yarn.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -2159,10 +2159,10 @@ eslint@^6.0.0, eslint@^7.17.0:
21592159
text-table "^0.2.0"
21602160
v8-compile-cache "^2.0.3"
21612161

2162-
eslint@^8.44.0, eslint@^8.7.0:
2163-
version "8.44.0"
2164-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
2165-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
2162+
eslint@^8.45.0, eslint@^8.7.0:
2163+
version "8.45.0"
2164+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
2165+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
21662166
dependencies:
21672167
"@eslint-community/eslint-utils" "^4.2.0"
21682168
"@eslint-community/regexpp" "^4.4.0"
@@ -2189,7 +2189,6 @@ eslint@^8.44.0, eslint@^8.7.0:
21892189
globals "^13.19.0"
21902190
graphemer "^1.4.0"
21912191
ignore "^5.2.0"
2192-
import-fresh "^3.0.0"
21932192
imurmurhash "^0.1.4"
21942193
is-glob "^4.0.0"
21952194
is-path-inside "^3.0.3"
@@ -2201,7 +2200,6 @@ eslint@^8.44.0, eslint@^8.7.0:
22012200
natural-compare "^1.4.0"
22022201
optionator "^0.9.3"
22032202
strip-ansi "^6.0.1"
2204-
strip-json-comments "^3.1.0"
22052203
text-table "^0.2.0"
22062204

22072205
espree@^7.3.0, espree@^7.3.1:

0 commit comments

Comments
 (0)