Skip to content

Commit 6ba60c6

Browse files
committed
fix: move package file for Dependabot
1 parent d4a8abd commit 6ba60c6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.ci/Dockerfile.remark

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ WORKDIR /app/
55

66
# Generic
77
#RUN apk add --no-cache
8-
COPY /.ci/app /app/
9-
#COPY /.ci/remark-lint/package.json /app/
8+
COPY /.ci/remark-lint /app/
109

1110
# Node
1211
ENV PATH "$PATH:/app/node_modules/.bin/"
File renamed without changes.

.ci/remark-lint/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
191191

192192
"@types/node@*":
193-
version "22.0.0"
194-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.0.tgz#04862a2a71e62264426083abe1e27e87cac05a30"
195-
integrity sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==
193+
version "22.0.2"
194+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.2.tgz#9fb1a2b31970871e8bf696f0e8a40d2e6d2bd04e"
195+
integrity sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==
196196
dependencies:
197197
undici-types "~6.11.1"
198198

0 commit comments

Comments
 (0)